State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:572619|TargetRelease:14.1v5|
kSelectionChanged event to trigger without the Timeline selection changing kSelectionChanged event:
from hiero.core import events def printer(event): print (event) events.registerInterest("kSelectionChanged", printer)
4) Click anywhere in the Timeline, or scrub the Playhead, and observe how kSelectionChanged is triggered even when 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 continuously while scrubbing the through the Timeline, or when clicking in the Timeline. This does not occur if a TrackItem has been manually selected.We're sorry to hear that
Please tell us why