Cannot export in Blender 4.2 #5

Closed
opened 2024-07-21 21:04:30 +02:00 by Nico-Cavallotto · 3 comments

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)

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)
Collaborator

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! 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 ?

Hi When will the fix be available ?
Collaborator

It already is. You can update it from Blender.

It already is. You can update it from Blender.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: extensions/print3d_toolbox#5
No description provided.