diff --git a/openpype/hosts/maya/plugins/create/create_unreal_skeletalmesh.py b/openpype/hosts/maya/plugins/create/create_unreal_skeletalmesh.py index 424f456310..6e72bf5324 100644 --- a/openpype/hosts/maya/plugins/create/create_unreal_skeletalmesh.py +++ b/openpype/hosts/maya/plugins/create/create_unreal_skeletalmesh.py @@ -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"] = ""