State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:612843|
Problem summary
Adding an empty TrackItem to a VideoTrack using the Python command addTrackItem crashes Nuke Studio/Hiero
If the TrackItem has a Name and MediaType, then it does not crash
Customer reported version
hiero.15.1v5
Customer reported platform
rocky8
Steps to reproduce
1) Open Nuke Studio/Hiero
2) In the Script Editor, run the following code:
track = hiero.core.VideoTrack("VideoTrack")trackItem = hiero.core.TrackItem()track.addTrackItem(trackItem) track = hiero.core.VideoTrack("VideoTrack")trackItem = hiero.core.TrackItem("test", hiero.core.TrackItem.MediaType.kVideo)track.addTrackItem(trackItem) We're sorry to hear that
Please tell us why