mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix FBX export
This commit is contained in:
parent
836554d6f6
commit
187b2e98c5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class CollectFrames(plugin.HoudiniInstancePlugin):
|
|||
label = "Collect Frames"
|
||||
families = ["vdbcache", "imagesequence", "ass",
|
||||
"mantraifd", "redshiftproxy", "review",
|
||||
"pointcache"]
|
||||
"pointcache", "fbx"]
|
||||
|
||||
def process(self, instance):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue