kopia lustrzana https://github.com/vilemduha/blendercam
hide warning on test
rodzic
57897eb0d8
commit
9a8f960508
|
@ -51,7 +51,7 @@ class BlenderCAMTest(unittest.TestCase):
|
|||
return ''.join(list(diff)[:num_lines])
|
||||
|
||||
def execute_blender(self, blend_file):
|
||||
command = f'blender -noaudio -b "{blend_file}" -P "{self.generator_path}"'
|
||||
command = f'blender -noaudio -Wignore -b "{blend_file}" -P "{self.generator_path}"'
|
||||
print(f"Executing: {command}")
|
||||
subprocess.run(command, shell=True, check=True)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue