Blender Git Commit Log
Git Commits -> Revision 801c079
Revision 801c079 by Nicholas Bishop (master) December 20, 2007, 19:07 (GMT) |
== Sculpt Mode == Applying Stephan Kassemeyer's patch (#6750) to add a curve modifier for sculpting. A few changes from the patch: * The default curve is closer to the old behavior * Fixed loading files already saved in sculpt mode * Changed the interface; split the brush texture controls off into a third sculpt tab, and put the curve (and curve reset) into the Brush tab. |
Commit Details:
Full Hash: 801c0799c104872f68fe74597e22c09960cce120
SVN Revision: 12964
Parent Commit: 1d8fdff
Lines Changed: +111, -26
9 Modified Paths:
/source/blender/blenkernel/bad_level_call_stubs/stubs.c (+1, -0) (Diff)
/source/blender/blenkernel/BKE_bad_level_calls.h (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -0) (Diff)
/source/blender/include/BDR_sculptmode.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -0) (Diff)
/source/blender/src/buttons_editing.c (+51, -19) (Diff)
/source/blender/src/drawview.c (+1, -1) (Diff)
/source/blender/src/sculptmode.c (+43, -6) (Diff)
/source/blender/blenkernel/BKE_bad_level_calls.h (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -0) (Diff)
/source/blender/include/BDR_sculptmode.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -0) (Diff)
/source/blender/src/buttons_editing.c (+51, -19) (Diff)
/source/blender/src/drawview.c (+1, -1) (Diff)
/source/blender/src/sculptmode.c (+43, -6) (Diff)