Blender Git Commit Log
Git Commits -> Revision 1146614
Revision 1146614 by Antonis Ryakiotakis (soc-2013-paint) March 27, 2014, 13:17 (GMT) |
Use common operator for painting a curved stroke. This allows to use one keymap for all paintcurve systems. Also has the advantage that it can be added to stroke panel for nice UI access. Also fixes weight/vertex painting not working because of transform operator override |
Commit Details:
Full Hash: 11466144f0f349ac2a75cd9c1b8a2d9c647a3dde
Parent Commit: 5b6130e
Lines Changed: +58, -12
5 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+50, -12) (Diff)
/source/blender/editors/space_image/space_image.c (+3, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+3, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+50, -12) (Diff)
/source/blender/editors/space_image/space_image.c (+3, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+3, -0) (Diff)