Synopsis


getAnimbotDataInTheScene()


This command will get all animBot data under the animBot node, for example, Temp Controls, Select Sets and Time Bookmarks. This is useful for a pipeline administrator to use in order to rebuild a scene. It returns a dictionary.



Example


This is a rebuild scene template:

from animBot import OpenAnimBot as OA

# get animBot node data
animBotData = OA.getAnimbotDataInTheScene()

# optionally you can save animBotData into a file, it's a simple dictionary

# export ATOM animation, close the file, etc.
# create a brand new Maya file, import references, etc

# import animBot data
OA.importAnimbotData(animBotData)

# import ATOM animation