rollback useless change

This commit is contained in:
Guille Gutierrez 2023-11-03 09:30:49 +01:00
parent 087379b010
commit c1e392d828

View File

@ -32,10 +32,7 @@ class Glb:
@property
def _obj2gltf(self):
obj2gltf = shutil.which('obj2gltf')
if obj2gltf is None:
obj2gltf = 'obj2gltf'
return obj2gltf
return shutil.which('obj2gltf')
def _export(self):
try: