anton icon indicating copy to clipboard operation
anton copied to clipboard

AttributeError

Open Turbomichi opened this issue 11 months ago • 0 comments

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

Turbomichi avatar Feb 15 '25 09:02 Turbomichi