mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-20 13:22:58 +00:00
Update for Depsgraph API changes
Addresses new behavior of object.to_mesh(). This is corresponding part for D4875. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4876
This commit is contained in:
@ -639,7 +639,7 @@ def write_file(filepath, objects, depsgraph, scene,
|
||||
totno += no_unique_count
|
||||
|
||||
# clean up
|
||||
bpy.data.meshes.remove(me)
|
||||
ob_for_convert.to_mesh_clear()
|
||||
|
||||
subprogress1.leave_substeps("Finished writing geometry of '%s'." % ob_main.name)
|
||||
subprogress1.leave_substeps()
|
||||
|
Reference in New Issue
Block a user