Blender Git Loki

Git Commits -> Revision 03f9dba

June 7, 2021, 14:59 (GMT)
Edit Mesh: partial updates for normal and face tessellation

This patch exposes functionality for performing partial mesh updates
for normal calculation and face tessellation while transforming a mesh.

The partial update data only needs to be generated once,
afterwards the cached connectivity information can be reused
(with the exception of changing proportional editing radius).

Currently this is only used for transform, in the future it could be
used for other operators as well as the transform panel.

The best-case overall speedup while transforming geometry is about
1.45x since the time to update a small number of normals and faces is
negligible.

For an additional speedup partial face tessellation is multi-threaded,
this gives ~15x speedup on my system (timing tessellation alone).
Exact results depend on the number of CPU cores available.

Ref D11494

Reviewed By: mano-wii

Commit Details:

Full Hash: 03f9dba616a8a3197441144c6e8cbd3e15995a7c
Parent Commit: 5f2ad67
Committed By: Jacques Lucke
Lines Changed: +819, -50

2 Added Paths:

/source/blender/bmesh/intern/bmesh_mesh_partial_update.c (+272, -0) (View)
/source/blender/bmesh/intern/bmesh_mesh_partial_update.h (+69, -0) (View)

11 Modified Paths:

/source/blender/blenkernel/BKE_editmesh.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/editmesh.c (+8, -0) (Diff)
/source/blender/bmesh/bmesh.h (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+2, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.c (+142, -9) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.h (+3, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_tessellate.c (+100, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_tessellate.h (+6, -0) (Diff)
/source/blender/bmesh/intern/bmesh_polygon.h (+1, -0) (Diff)
/source/blender/editors/transform/transform.h (+1, -0) (Diff)
/source/blender/editors/transform/transform_convert_mesh.c (+211, -41) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021