mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Fixed missing attribute
This commit is contained in:
parent
9a14dff1fa
commit
63508cf495
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ class CreateUnrealSkeletalMesh(plugin.Creator):
|
|||
self.data["includeParentHierarchy"] = False
|
||||
# Default to exporting world-space
|
||||
self.data["worldSpace"] = True
|
||||
# Default to suspend refresh.
|
||||
self.data["refresh"] = False
|
||||
|
||||
# Add options for custom attributes
|
||||
self.data["attr"] = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue