You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After clicking the Start Remeshing button, an error appears in the Blender interface.
Here is the error report:
Python: Traceback (most recent call last):
File "C:\Users\vovag\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\InstantMeshesBridge.py", line 111, in execute
bpy.ops.export_scene.obj(filepath=orig,
File "F:\Steam\steamapps\common\Blender\4.0\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
AttributeError: Calling operator "bpy.ops.export_scene.obj" error, could not be found
The text was updated successfully, but these errors were encountered:
After clicking the Start Remeshing button, an error appears in the Blender interface.
Here is the error report:
Python: Traceback (most recent call last):
File "C:\Users\vovag\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\InstantMeshesBridge.py", line 111, in execute
bpy.ops.export_scene.obj(filepath=orig,
File "F:\Steam\steamapps\common\Blender\4.0\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
AttributeError: Calling operator "bpy.ops.export_scene.obj" error, could not be found
The text was updated successfully, but these errors were encountered: