State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:553813|
Problem summary
The trackItem.setSource() function does not update the image in the Viewer.
Customer reported version
Hiero 14.0v4
Customer reported platform
CentOS 7
Steps to reproduce
1) Open Nuke Studio/Hiero.
2) Import a clip (File > Import File(s)...) and drop it on to the timeline.
3) Import another clip. Do not drop it on to the timeline.
4) Execute the following code in the Script Editor:
track_item = hiero.ui.activeSequence().videoTracks()[0].items()[0] # the shot on the timelineclip = hiero.core.projects()[0].clips()[1] # the 2nd clip in the bintrack_item.setSource(clip) track_item = hiero.ui.activeSequence().videoTracks()[0].items()[0] # the shot on the timelineclip = hiero.core.projects()[0].clips()[1] # the 2nd clip in the bintrack_item.setSource(clip)clip.refresh() We're sorry to hear that
Please tell us why