rollback useless change
This commit is contained in:
parent
087379b010
commit
c1e392d828
|
@ -32,10 +32,7 @@ class Glb:
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def _obj2gltf(self):
|
def _obj2gltf(self):
|
||||||
obj2gltf = shutil.which('obj2gltf')
|
return shutil.which('obj2gltf')
|
||||||
if obj2gltf is None:
|
|
||||||
obj2gltf = 'obj2gltf'
|
|
||||||
return obj2gltf
|
|
||||||
|
|
||||||
def _export(self):
|
def _export(self):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user