Skip to content

Commit ed2575f

Browse files
committed
For #13673, put back Mac protection
1 parent 729f6b5 commit ed2575f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def prepare_launch(self, exec_path, args, file_to_open=None):
7272
# SG TK integration for now, just run the executable with its args. This
7373
# allows to launch Unreal from tk-desktop or submit turntable renders
7474
# from Maya to Unreal, without the integration crashing Unreal.
75-
if False and sys.platform == "darwin":
75+
if sys.platform == "darwin":
7676
self.logger.warning("SG TK Unreal integration is not available on Mac.")
7777
return LaunchInformation(exec_path, args, required_env)
7878

0 commit comments

Comments
 (0)