Blender Git Commit Log

Git Commits -> Revision fc442db

Revision fc442db by Nicholas Bishop (master)
December 30, 2012, 18:27 (GMT)
Add DNA/RNA/BKE infrastructure for dynamic-topology sculpt mode

* Add a detail_size field to the Sculpt struct, two new sculpt flags,
and a Mesh flag for dynamic-topology mode; that's it for file-level
changes needed by dynamic topology

* Add RNA for the new DNA field and flags

* Add a new icon for dynamic-topology created by Julio Iglesias. TODO:
update the icon for the new SVG icon format

* Add a SculptSession function for converting from BMesh to Mesh,
handles reordering mesh elements and setting face shading

Commit Details:

Full Hash: fc442dbd51a5ef71757a1a179222f358b6efdc8c
SVN Revision: 53439
Parent Commit: 31f978c
Lines Changed: +697, -594

10 Modified Paths:

/release/datafiles/blender_icons.svg (+612, -590) (Diff)
/release/datafiles/blender_icons16.png (+0, -0) (Diff)
/release/datafiles/blender_icons32.png (+0, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+30, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -3) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+22, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021