File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Integrations/Autodesk/max/scripts Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ public static int InstallMaxPlugin(string maxExe){
503
503
myProcess . StartInfo . CreateNoWindow = true ;
504
504
myProcess . StartInfo . UseShellExecute = false ;
505
505
506
- myProcess . StartInfo . Arguments = string . Format ( "-q -silent -mxs \" {0}\" " , installScript ) ;
506
+ myProcess . StartInfo . Arguments = string . Format ( "-s - q -silent -mxs \" {0}\" " , installScript ) ;
507
507
508
508
myProcess . EnableRaisingEvents = true ;
509
509
myProcess . Start ( ) ;
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ macroScript UnityExport category:"File-Export"
71
71
)
72
72
else (
73
73
unityProjectPath = getINISetting (GetMAXIniFile()) " Unity" " UnityProject"
74
- exportFileName = getSaveFileName caption: " Export FBX to Unity" filename: unityProjectPath types: " FBX (*.fbx)|*.fbx|"
75
74
exportFileName = getSaveFileName caption: " Export FBX to Unity" filename: (unityProjectPath + " /Assets/" ) types: " FBX (*.fbx)|*.fbx|"
76
75
)
77
76
You can’t perform that action at this time.
0 commit comments