Blender Git Commit Log

Git Commits -> Revision 7a084c2

Revision 7a084c2 by Campbell Barton (master)
July 13, 2021, 05:13 (GMT)
Cleanup: minor changes to edit-mesh API calls

Rename:

- EDBM_mesh_free -> EDBM_mesh_free_data
BKE_editmesh_free -> BKE_editmesh_free_data

Since this doesn't free the edit-mesh pointer.

- BKE_editmesh_free_derivedmesh -> BKE_editmesh_free_derived_caches

Since this no longer uses derived-mesh, match naming for the related
object function BKE_object_free_derived_caches.

Also remove `do_tessellate` argument from BKE_editmesh_create,
since the caller can explicitly do this if it's needed,
with the advantage that it can be combined with normal calculation
which is faster on high-poly meshes.

Commit Details:

Full Hash: 7a084c2eee266cac01ade0fed3527586b9e2e0d2
Parent Commit: b90b1af
Lines Changed: +32, -35

9 Modified Paths:

/source/blender/blenkernel/BKE_editmesh.h (+3, -3) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.cc (+1, -1) (Diff)
/source/blender/blenkernel/intern/editmesh.c (+8, -9) (Diff)
/source/blender/editors/include/ED_mesh.h (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_mask_extract.c (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_undo.c (+4, -2) (Diff)
/source/blender/editors/mesh/editmesh_utils.c (+11, -15) (Diff)
/source/blender/editors/object/object_edit.c (+1, -1) (Diff)
/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021