mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
make hound happy again
This commit is contained in:
parent
4bfde17a42
commit
433160e75a
1 changed files with 4 additions and 4 deletions
|
|
@ -72,16 +72,16 @@ class CreateFilmboxFBX(plugin.HoudiniCreator):
|
|||
items={
|
||||
0: "Maya Compatible (MC)",
|
||||
1: "3DS MAX Compatible (PC2)"
|
||||
},
|
||||
},
|
||||
default=0,
|
||||
label="Vertex Cache Format")
|
||||
trange = EnumDef("trange",
|
||||
items={
|
||||
0: "Render Current Frame",
|
||||
1: "Render Frame Range"
|
||||
},
|
||||
default=0,
|
||||
label="Valid Frame Range")
|
||||
},
|
||||
default=0,
|
||||
label="Valid Frame Range")
|
||||
|
||||
return attrs + [vcformat, trange]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue