mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add default channel data for tycache export
This commit is contained in:
parent
91f97fb4a8
commit
02e1bfd22b
1 changed files with 6 additions and 2 deletions
|
|
@ -55,11 +55,15 @@ class CollectTyCacheData(pyblish.api.InstancePlugin,
|
|||
"tycacheSplines",
|
||||
"tycacheSplinesAdditionalSplines"
|
||||
]
|
||||
|
||||
tyc_default_attrs = ["tycacheChanGroups", "tycacheChanPos",
|
||||
"tycacheChanRot", "tycacheChanScale",
|
||||
"tycacheChanVel", "tycacheChanShape",
|
||||
"tycacheChanMatID", "tycacheChanMapping",
|
||||
"tycacheChanMaterials"]
|
||||
return [
|
||||
EnumDef("all_tyc_attrs",
|
||||
tyc_attr_enum,
|
||||
default=None,
|
||||
default=tyc_default_attrs,
|
||||
multiselection=True,
|
||||
label="TyCache Attributes"),
|
||||
TextDef("tycache_layer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue