State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:605461|
Problem summary:
The kSelectionChanged event will trigger when scrubbing the Playhead during Playback, even if the selection does not change
Customer reported version:
Nuke Studio 16.0v1
Customer reported platform:
N/A
Steps to reproduce:
1) Launch Nuke Studio and navigate to File > Import File(s)... to import some footage.
2) Create a new Sequence, and then add a Clip to the Timeline.
3) Open the Script Editor window and run the following code to register interest in the kSelectionChanged event:
from hiero.core import events def printer(event): print (event) events.registerInterest("kSelectionChanged", printer)4) Press Play in the Viewer, then click and drag the Playhead to scrub to a different time, and observe how kSelectionChanged is triggered but the selection isn't changing:kSelectionChanged event should only be triggered when a selection of items (e.g. Shots, Clips) changes.kSelectionChanged event will fire periodically if Playback is active and the Playhead is scrubbed to a different frame. This does not occur if a TrackItem has been manually selected.We're sorry to hear that
Please tell us why