State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:602284|
Problem summary:
Nuke Studio/Hiero crashes when accessing the Metadata of a Tag that was initialized without a name
Customer reported version:
Hiero 16.0v1
Customer reported platform:
Rocky 9
Steps to reproduce:
1) Launch Nuke Studio/Hiero and open the Script Editor
2) Execute the following code and observe the application's performance:
tag = hiero.core.Tag() md = tag.metadata() tag = hiero.core.Tag() or tag = hiero.core.Tag(""), Nuke Studio/Hiero will crash if the metadata for the object is accessed via tag.metadata().tag = hiero.core.Tag(" ") #Use a temporary/non-empty string md = tag.metadata() print(md) We're sorry to hear that
Please tell us why