mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
make hound happy
This commit is contained in:
parent
0fe908a7cc
commit
4bfde17a42
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ class CreateFilmboxFBX(plugin.HoudiniCreator):
|
|||
attrs = super().get_pre_create_attr_defs()
|
||||
vcformat = EnumDef("vcformat",
|
||||
items={
|
||||
0: "Maya Compatible (MC)",
|
||||
1: "3DS MAX Compatible (PC2)"
|
||||
0: "Maya Compatible (MC)",
|
||||
1: "3DS MAX Compatible (PC2)"
|
||||
},
|
||||
default=0,
|
||||
label="Vertex Cache Format")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue