Blender Git Commit Log

Git Commits -> Revision 7562ad5

June 27, 2021, 04:26 (GMT)
Sculpt dyntopo: BMLog now uses the new bmesh unique id system

A few notes:

* MESH_ID layers are not saved on conversion to Mesh unless
you ask for it in BM_mesh_bm_to_me's params.
* Still need to test the box/lasso trim tools.
* Need to find some way to test loop/edge ids, which aren't
used by dyntopo.

Commit Details:

Full Hash: 7562ad5777618f331226de277c6a5f1f9846d463
Parent Commit: 27986e9
Lines Changed: +115, -279

9 Modified Paths:

/source/blender/blenkernel/intern/customdata.c (+6, -6) (Diff)
/source/blender/bmesh/intern/bmesh_construct.c (+8, -2) (Diff)
/source/blender/bmesh/intern/bmesh_interp.c (+1, -4) (Diff)
/source/blender/bmesh/intern/bmesh_log.c (+42, -244) (Diff)
/source/blender/bmesh/intern/bmesh_log.h (+0, -1) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.c (+4, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_convert.c (+19, -19) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+27, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021