not work in Python console #1

Open
opened 2024-07-22 07:00:52 +02:00 by Kind-Latte-Man · 2 comments

When I enter bpy.ops.import_scene.dxf(filepath = "A:\B\C.dxf") in the Python console, it outputs {FINISHED}, but the DXF file does not get imported.

When I enter bpy.ops.import_scene.dxf(filepath = "A:\B\C.dxf") in the Python console, it outputs {FINISHED}, but the DXF file does not get imported.

Can confirm

Can confirm

Seems like while importing through the script the DXF file is not getting imported and the bug is still not fixed :(

Seems like while importing through the script the DXF file is not getting imported and the bug is still not fixed :(
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/io_import_dxf#1
No description provided.