diff --git a/release/scripts/mgear/shifter/game_tools_fbx/partition_thread.py b/release/scripts/mgear/shifter/game_tools_fbx/partition_thread.py index 1934f609..23448092 100644 --- a/release/scripts/mgear/shifter/game_tools_fbx/partition_thread.py +++ b/release/scripts/mgear/shifter/game_tools_fbx/partition_thread.py @@ -126,8 +126,8 @@ def export_skeletal_mesh(self): mayabatch_shell = False mayabatch_args.append("-script") mayabatch_args.append(shlex.quote(script_file_path)) - mayabatch_args.append("-log") - mayabatch_args.append(shlex.quote(log_path)) + # mayabatch_args.append("-log") + # mayabatch_args.append(shlex.quote(log_path)) print("-------------------------------------------") print("[Launching] MayaBatch") @@ -143,8 +143,8 @@ def export_skeletal_mesh(self): mayabatch_shell = True mayabatch_args.append("-script") mayabatch_args.append('"'+script_file_path+'"') - mayabatch_args.append("-log") - mayabatch_args.append('"'+log_path+'"') + # mayabatch_args.append("-log") + # mayabatch_args.append('"'+log_path+'"') mayabatch_args = "{}".format(" ".join(mayabatch_args))