diff --git a/Material_To_VTF/VTFLibOperators.py b/Material_To_VTF/VTFLibOperators.py index b0fdec7..7f90417 100644 --- a/Material_To_VTF/VTFLibOperators.py +++ b/Material_To_VTF/VTFLibOperators.py @@ -122,7 +122,7 @@ def execute(self, context): else: self.report({'INFO'}, "Starting material vtf conversion process...") command_line = list() - command_line.append(VTFLibCmdFilePath) + command_line.append("\"" + VTFLibCmdFilePath + "\"") # Get all materials and add to a args list # Requires cleanup later