State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:365127|
Problem summary
Hiero API references BinItem.hasVersionClip() - this method does not appear to exist.
Customer reported platform
Steps to reproduce
1) Open Hiero.
2) Open the script editor.
3) Run the following command:print(help(hiero.core.BinItem.hasVersionClip()))
Result: Error message:
AttributeError: type object 'core.Hiero.Python.BinItem' has no attribute 'hasVersionClip'
WARNING - DEPRECATED ( hasVersion ): This method is deprecated and will not be present in future versions of the Python API. Version indices are no longer unique identifiers and should not be used as such. Please use BinItem.hasVersionClip() instead, or check membership to BinItem.items().
We're sorry to hear that
Please tell us why