Blender Git Loki
Git Commits -> Revision d62955b
Revision d62955b by Nicholas Bishop (master) January 24, 2009, 16:59 (GMT) |
Added back old sculptmode FKEY radial control. (Moved fullscreen to F11KEY for now.) Notes: * So far, only size mode ported and tested, still strength and rotation to do * Brought this back for sculptmode first, still to do are particle edit, vpaint, wpaint, texpaint, and I guess image paint? * Changed the wm paint cursor slightly, to take a customdata pointer. * Still need to bring back brush texture display in the cursor |
Commit Details:
Full Hash: d62955bcac3afa5cc3632d11228a0df96166f7c3
SVN Revision: 18653
Parent Commit: 2edfe53
Lines Changed: +231, -16
8 Modified Paths:
/source/blender/editors/sculpt/sculpt.c (+56, -7) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/vpaint.c (+4, -4) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+152, -2) (Diff)
/source/blender/windowmanager/wm.h (+3, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+5, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+6, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/vpaint.c (+4, -4) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+152, -2) (Diff)
/source/blender/windowmanager/wm.h (+3, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+5, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+6, -0) (Diff)