mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
Removed cbId, made mandatory during export
This commit is contained in:
parent
721cfca954
commit
1473e54796
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class CreatePointCache(avalon.maya.Creator):
|
|||
data = {"writeColorSets": False, # Vertex colors with the geometry.
|
||||
"renderableOnly": False, # Only renderable visible shapes
|
||||
"visibleOnly": False, # only nodes that are visible
|
||||
"attr": "cbId", # Add options for custom attributes
|
||||
"attr": "", # Add options for custom attributes
|
||||
"attrPrefix": ""}
|
||||
|
||||
# get basic animation data : start / end / handles / steps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue