Cannot export in Blender 4.2 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Blender 4.2 complains that you cannot use the word "export" when inporting
The failing statement is at line 19 in init.py: "import . from export" and is called when I try to export an STL model
Python: Traceback (most recent call last):
File "C:\Users\nicoc\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\print3d_toolbox\operators_init_.py", line 19, in execute
from . import export
ImportError: cannot import name 'export' from 'bl_ext.blender_org.print3d_toolbox.operators' (C:\Users\nicoc\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\print3d_toolbox\operators_init_.py)
Hi!
Thank you for reporting the problem. I confirm I can reproduce the issue.
The file
export.py
seems to be in the wrong directory. This should easy to fix.Hi
When will the fix be available ?
It already is. You can update it from Blender.