Jim Simon wrote:The ideal would be a right click Open in Color to match the currently available Open in Fusion. But until then...we have to deal with how things are.
To make it work without moving the playhead:
1) If a clip is selected under the playhead, open that clip in Color and at the exact location of the playhead (not jumping to the beginning of the clip).
2) If no clip is selected, then open the top clip under the playhead at the exact location of the playhead.
3) If a clip is selected but it is not under the playhead, then open the top clip under the playhead.
The logic essentially boils down to just one if-else statement...
IF (clip is selected AND clip is under playhead) open selected clip
ELSE open top clip under playhead
This way the playhead never moves and you can still choose which clip to open. The same would also apply for the Fusion page.