mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
remove the irrelevant fbx output parameter
This commit is contained in:
parent
5c3f12d518
commit
09e797577b
1 changed files with 2 additions and 4 deletions
|
|
@ -64,8 +64,7 @@ class FBXExtractor:
|
|||
"embeddedTextures": bool,
|
||||
"inputConnections": bool,
|
||||
"upAxis": str, # x, y or z,
|
||||
"triangulate": bool,
|
||||
"exportFileVersion": str
|
||||
"triangulate": bool
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
@ -106,8 +105,7 @@ class FBXExtractor:
|
|||
"embeddedTextures": False,
|
||||
"inputConnections": True,
|
||||
"upAxis": "y",
|
||||
"triangulate": False,
|
||||
"exportFileVersion": "FBX201000"
|
||||
"triangulate": False
|
||||
}
|
||||
|
||||
def __init__(self, log=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue