Blender Git Loki
Git Commits -> Revision c352b58
Revision c352b58 by Nicholas Bishop (soc-2010-nicolasbishop) July 27, 2010, 23:46 (GMT) |
== VPaint == VPaint symmetry enabled. Made a lot of changes here; hopefully nothings broken as a result. * Sculpt had a ton of symmetry code; moved most of it into the PaintStroke system ** Added a couple new PaintStroke callbacks, one for updating symmetry data in case a paint mode has local data that needs to be flipped or rotated (sculpt does), and one for applying a brush action (one brush action per symmetry "dab") * Ported sculpt's symmetry code to the new system * Added symmetry support to vpaint TODO: * Symmetry for brush textures still needs to be updated |
Commit Details:
Full Hash: c352b580ac7801df130eba0afa663cd3109de7dc
SVN Revision: 30817
Parent Commit: 01105dd
Lines Changed: +362, -287
8 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+13, -9) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+22, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+191, -16) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+17, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+30, -21) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+47, -186) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+17, -25) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+25, -26) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+22, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+191, -16) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+17, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+30, -21) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+47, -186) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+17, -25) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+25, -26) (Diff)