pipeline
Pipeline tools for AYON motionbuilder integration.
ls()
Get all AYON containers.
Source code in client/ayon_motionbuilder/api/pipeline.py
126 127 128 129 130 131 132 133 134 135 | |
parse_container(container)
Return the container node's full container data.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
container | str | A container node name. | required |
Returns:
| Name | Type | Description |
|---|---|---|
dict | The container schema data for this container node. |
Source code in client/ayon_motionbuilder/api/pipeline.py
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | |