not work in Python console #1
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?
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
Seems like while importing through the script the DXF file is not getting imported and the bug is still not fixed :(