Skip to content

Commit c2c1006

Browse files
committed
fix BringToFront.exe location in commands.py
TODO: pass the path to the exe from Unity
1 parent af65907 commit c2c1006

File tree

1 file changed

+1
-1
lines changed
  • Assets/FbxExporters/Integrations/Autodesk/maya/scripts/unityOneClick

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Integrations/Autodesk/maya/scripts/unityOneClick/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def doIt(self, args):
316316

317317
elif maya.cmds.about(windows=True):
318318
melCommand = r'system("start \"{0}\" \"{1}\" \"{2}\" \"-projectPath {3} -executeMethod {4}\"");'\
319-
.format(unityProjectPath + "/Assets/Integrations/BringToFront.exe",
319+
.format(unityProjectPath + "/Assets/FbxExporters/Integrations/BringToFront.exe",
320320
os.path.basename(unityProjectPath), unityAppPath,
321321
unityProjectPath, unityCommand)
322322

0 commit comments

Comments
 (0)