Hi,
I am storing serialized data about my objects with animation tracks using the identifier from method GetGUID()
. For the tags with animations I am having trouble as there is no unique ID for the BaseTag class:
AttributeError: 'c4d.BaseTag' object has no attribute 'GetGUID'
I have learned how to mark the tags' BaseContainers from this legacy post to identify them, but I want to store them serialized as unique IDs along with their animations.
Can anyone help me to do this? Thanks!