Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object.to_mesh() leaves copy in bpy.data.meshes #45

Open
patmo141 opened this issue Mar 4, 2017 · 1 comment
Open

object.to_mesh() leaves copy in bpy.data.meshes #45

patmo141 opened this issue Mar 4, 2017 · 1 comment

Comments

@patmo141
Copy link
Owner

patmo141 commented Mar 4, 2017

Temporary meshes get saved causing file sizes to grow. Need to search code for all uses of the

@s-leger
Copy link

s-leger commented Aug 16, 2017

Use bmesh module instead to replace your mesh data right on datablock.
See https://github.com/s-leger/archipack/blob/master/bmesh_utils.py#L129
as reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants