Launching - mikemalinowski/aniseed GitHub Wiki
Launching
Aniseed will show in the main menu when you switch to the rigging workspace. To launch the main tool, choose "Anseed Builder".
All of aniseed is also fully exposed through Python. You can launch the Aniseed Builder using the following python code
import aniseed
aniseed.app.launch()
Note: All functionality available through the UI is also available in a headless/code-only form as well.