State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:612728|
Problem summary
Nuke Studio/Hiero crashes when opening a sequence with hiero.ui.openInTimeline() multiple times and editing the Sequences on the timeline.
Customer reported version
Nuke 16.0v8
Customer reported platform
N/A
Steps to reproduce
1) In Nuke Studio, add multiple new empty Sequences.
2) Import any footage, then open the Script Editor
3) Drag and drop the footage into a couple of the Sequences.
4) In the Script Editor, run the following code:
import hiero.coreimport hiero.uidef reproduce_bug(): projects = hiero.core.projects() if not projects: return sequences = projects[0].sequences() if not sequences: return seq = sequences[0] hiero.ui.openInTimeline(seq)if __name__ == "__main__": reproduce_bug()5) In the opened Sequence, drag/drop the footage in the bin to the timeline and select keep clip duration, observing performance. We're sorry to hear that
Please tell us why