Blender Git Loki
Git Commits -> Revision d000103
Revision d000103 by Sergey Sharybin (master) May 4, 2011, 13:15 (GMT) |
Own TODO item: sculpting on constructive modifiers - Constructive modifiers are enabled by default in sculpt mode. - There's option to disable all constructive modifiers in the "Options" panel of toolbox in sculpt mode, - Use one column in options panel to make strings easier to read - No modifiers would still be applied on multires |
Commit Details:
Full Hash: d000103e80c076fb5bbdfbc87dc978b5e693564d
SVN Revision: 36485
Parent Commit: 5d1fdb7
Lines Changed: +104, -48
10 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+11, -16) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+5, -3) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+11, -2) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+38, -14) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+8, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+3, -2) (Diff)
/source/blender/editors/util/crazyspace.c (+11, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+15, -0) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+5, -3) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+11, -2) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+38, -14) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+8, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+3, -2) (Diff)
/source/blender/editors/util/crazyspace.c (+11, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+15, -0) (Diff)