State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:14.0v1|BugID:518878|
Problem summary
Playback on the timeline decreases when there are more tags on the sequence, and get worse if you create a Burn-In soft effect
In testing playback went from stable 24FPS, to 10fps with the tags, 5 fps with tags and a Burn-In Soft Effect.
Customer reported version
hiero.13.2v2
Customer reported platform
Steps to reproduce
1) Open Nuke Studio / Hiero
2) Import any sequence that plays quickly, like a 1920x1080 .exr sequence from a local drive
3) Add the clip to a timeline, and check that it plays back at the full frame rate
4) Open the Script Editor and run the following code:
def create_tags_example(): sequence = hiero.ui.activeSequence() for i in range(40): tag = hiero.core.Tag("Take Name: %04d" % i ) for j in range(40): tag.metadata().setValue("tag.testing%04d%04d" % (i,j), str(j)) sequence.addTag(tag) create_tags_example() We're sorry to hear that
Please tell us why