Synopsis


printAvailableTools()


This command will print all available animBot tools names. This is useful for a pipeline administrator to use in order to disable them selectively if needed.



Example


from animBot import OpenAnimBot as OA

OA.printAvailableTools()
Python