Improper export to layers #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?
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:
also adding the
result = ...
andreturn 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)!