Improper export to layers #1

Open
opened 2024-10-01 17:00:22 +02:00 by David-Jun · 0 comments

In order to export mesh to different layers based on the e. g. material, it seems the exported needs to be called with the **kwargs statement:

else: # no other instances, so go the standard way
                result = self._standard_way(drawing, me, mx, mx_n, **kwargs)

also adding the result = ... and return results helps to properly count the object exported.

Thanks for the effort put into this plugin and for the future fixes (not sure if this bug is relevant for other parts of the code)!

In order to export mesh to different layers based on the e. g. material, it seems the exported needs to be called with the **kwargs statement: ``` else: # no other instances, so go the standard way result = self._standard_way(drawing, me, mx, mx_n, **kwargs) ``` also adding the `result = ...` and `return results` helps to properly count the object exported. Thanks for the effort put into this plugin and for the future fixes (not sure if this bug is relevant for other parts of the code)!
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 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_export_dxf#1
No description provided.