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
I'm using native build
Blender 4.3 on Windows 11.
All packages installed.
Python: Traceback (most recent call last):
File "C:\Users\micha\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\anton-native-build\initializer.py", line 96, in execute
bpy.ops.export_mesh.stl(filepath=os.path.join(scene.anton.workspace_path, scene.anton.filename + '.stl'), ascii=True)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.3\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: Calling operator "bpy.ops.export_mesh.stl" error, could not be found
The text was updated successfully, but these errors were encountered:
I'm using native build
Blender 4.3 on Windows 11.
All packages installed.
Python: Traceback (most recent call last):
File "C:\Users\micha\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\anton-native-build\initializer.py", line 96, in execute
bpy.ops.export_mesh.stl(filepath=os.path.join(scene.anton.workspace_path, scene.anton.filename + '.stl'), ascii=True)
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.3\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: Calling operator "bpy.ops.export_mesh.stl" error, could not be found
The text was updated successfully, but these errors were encountered: