State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:13.0v8|BugID:494705|
Problem summary
Setting clip color is slow in Hiero compared to Nuke Studio
Nuks Studio will change all the clips in around a second, Hiero can take over a minute when using Python.
Using the GUI right click menu, Hiero is still slower, but not as much as when using Python.
Customer reported version
hiero.
Customer reported platform
Steps to reproduce
1) Open Hiero
2) Open the following project: /netshare/support/tickets/slowProject/SlowProject_v001.hrox
3) In the sequence, select all the clips then run the following code in the Script Editor:
sel = hiero.ui.getTimelineEditor(hiero.ui.activeSequence()).selection()
for i, track_item in enumerate(sel):
try:
track_item.source().binItem().setColor("red")
except:
pass
Hiero will freeze/very slowly change all the clip colors. Nuke Studio doesn't have the same issue.We're sorry to hear that
Please tell us why