Fixed missing attribute

This commit is contained in:
Simone Barbieri 2022-12-05 12:58:27 +00:00
parent 9a14dff1fa
commit 63508cf495

View file

@ -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"] = ""