mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
make hound happy again
This commit is contained in:
parent
77d18d0b06
commit
0fe908a7cc
1 changed files with 5 additions and 5 deletions
|
|
@ -70,11 +70,11 @@ class CreateFilmboxFBX(plugin.HoudiniCreator):
|
|||
attrs = super().get_pre_create_attr_defs()
|
||||
vcformat = EnumDef("vcformat",
|
||||
items={
|
||||
0: "Maya Compatible (MC)",
|
||||
1: "3DS MAX Compatible (PC2)"
|
||||
},
|
||||
default=0,
|
||||
label="Vertex Cache Format")
|
||||
0: "Maya Compatible (MC)",
|
||||
1: "3DS MAX Compatible (PC2)"
|
||||
},
|
||||
default=0,
|
||||
label="Vertex Cache Format")
|
||||
trange = EnumDef("trange",
|
||||
items={
|
||||
0: "Render Current Frame",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue