Commands

bakeAllTempControls
Synopsis bakeAllTempControls([onlyKeys=bool]) This command clears and bake all Temp Controls in the scene. This is useful when the pipeline doesn...
Tue, 29 Jun, 2021 at 7:01 AM
createSelectSet
Synopsis createSelectSet([name=string], [contents=list], [color=int]) This command creates a Select Set. Returns a SelectSet object. Flags ...
Thu, 10 Mar, 2022 at 10:28 AM
createTempControl
Synopsis createTempControl([space=int], [positionSpace=int], [orientationSpace=int], [system=int], [node=(string, list)], [name=string], [relative=(stri...
Tue, 29 Mar, 2022 at 7:21 AM
createTimeBookmark
Synopsis createTimeBookmark([startFrame=int], [endFrame=int], [color=int], [name=string]) This command creates a Time Bookmark. Returns a TimeBo...
Wed, 17 Mar, 2021 at 1:48 PM
getAnimbotDataInTheScene
Synopsis getAnimbotDataInTheScene() This command will get all animBot data under the animBot node, for example, Temp Controls, Select Sets and Time ...
Fri, 3 Mar, 2023 at 5:44 PM
highlightTimelineRange
Synopsis highlightTimelineRange([range=list,int]) This command will highlight Maya's timeline for a given range. Flags Name Argument ty...
Wed, 15 Dec, 2021 at 7:03 AM
importAnimbotData
Synopsis importAnimbotData(dict) This command will import to the scene all animBot data that was exported with the command getAnimbotDataInTheScene,...
Fri, 3 Mar, 2023 at 5:48 PM
listSelectSets
Synopsis listSelectSets() This command returns a list of all SelectSet objects present in the scene. Examples This prints the name and cont...
Thu, 10 Mar, 2022 at 2:39 PM
listTimeBookmarks
Synopsis listTimeBookmarks() This command returns a list of all TimeBookmark objects present in the scene. Examples This prints the name, s...
Wed, 17 Mar, 2021 at 1:49 PM
printAvailableTools
Synopsis printAvailableTools() This command will print all available animBot tools names. This is useful for a pipeline administrator to use in orde...
Thu, 1 Apr, 2021 at 1:56 PM