mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Cosmetics
This commit is contained in:
parent
5c12d9c862
commit
d6f2ace99d
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ class ExtractMayaUsd(publish.Extractor):
|
|||
"exportRefsAsInstanceable": bool,
|
||||
"eulerFilter": bool,
|
||||
"renderableOnly": bool,
|
||||
#"worldspace": bool,
|
||||
# "worldspace": bool,
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
@ -63,7 +63,7 @@ class ExtractMayaUsd(publish.Extractor):
|
|||
"exportRefsAsInstanceable": False,
|
||||
"eulerFilter": True,
|
||||
"renderableOnly": False,
|
||||
#"worldspace": False
|
||||
# "worldspace": False
|
||||
}
|
||||
|
||||
def parse_overrides(self, instance, options):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue