Export dxf vertex index problem #104835
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104835
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?
System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: Intel(R) UHD Graphics 630 Intel 4.5.0 - Build 31.0.101.2115
Blender Version
Broken: version: 3.6.0, branch: blender-v3.6-release, commit date: 2023-06-27 08:08, hash:
c7fc78b81ecb
Worked: unknown
Addon Information
Name: Export Autocad DXF Format (.dxf) (2, 2, 3)
Author: Remigiusz Fiedler (AKA migius), Vaclav Klecanda
Short description of error
Exporting to dxf goes wrong. The cause is the export is using the vertex index and if the vertex are not created in order the export result is messed up.
Exact steps for others to reproduce the error
Create a plane
Subdivide the edges
Export to dxf using polyface
I can confirm that the exported vertices order is basically the order the vertices are in the mesh.
But I'm not sure if this is a bug. If it were the order of the corners of the faces, the vertices would have to be repeated for each face that uses it.
Perhaps it is intentional that the mesh is converted to polyline considering only the existing vertices without repetition.
@RemigiuszFiedler, seems to be the author of the addon, if still active, he can better explain the situation and confirm if it is a bug.