We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729f6b5 commit ed2575fCopy full SHA for ed2575f
startup.py
@@ -72,7 +72,7 @@ def prepare_launch(self, exec_path, args, file_to_open=None):
72
# SG TK integration for now, just run the executable with its args. This
73
# allows to launch Unreal from tk-desktop or submit turntable renders
74
# from Maya to Unreal, without the integration crashing Unreal.
75
- if False and sys.platform == "darwin":
+ if sys.platform == "darwin":
76
self.logger.warning("SG TK Unreal integration is not available on Mac.")
77
return LaunchInformation(exec_path, args, required_env)
78
0 commit comments