State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:15.1v1|BugID:565036|
Problem summary:
Playhead auto-selection prevents hiero.ui.TimelineEditor functions like setSelection() from working
Customer reported version:
Nuke Studio N/A
Customer reported platform:
N/A
Steps to reproduce:
1) Launch Nuke Studio, and Import some footage.
2) Add the footage to the Timeline, and open the Script Editor window.
3) Run the following code and observe how the Clip is still soft selected, while the Track is not selected:
timeline = hiero.ui.getTimelineEditor(hiero.ui.activeSequence())track = timeline.sequence().videoTracks()[0]timeline.setTrackSelection(track)4) Move the Playhead so it is no longer over the clip, the run the code again and observe how the Track is now selected:
selectAll(), selectNone(), setSelection(), and setTrackSelection() do not work if anything is auto-selected by the Playhead.We're sorry to hear that
Please tell us why