Blender Git Commit Log
Git Commits -> Revision 94e47bf
Revision 94e47bf by Nicholas Bishop (soc-2010-nicolasbishop) July 30, 2010, 15:20 (GMT) |
== Paint == * Refactored paint mask undo to support any customdata type * Automatically make layer multires when adding vcols to a multires mesh in vpaint mode * Fixed vcol multires toggle so that it updates the dm TODO: * Add paint undo for vcol layers |
Commit Details:
Full Hash: 94e47bfc4cca83ddcc2e0cebd267ee5eb26d4dc3
SVN Revision: 30906
Parent Commit: 9688dd9
Lines Changed: +436, -326
11 Modified Paths:
/source/blender/blenkernel/BKE_customdata.h (+14, -11) (Diff)
/source/blender/blenkernel/intern/customdata.c (+51, -9) (Diff)
/source/blender/blenkernel/intern/multires.c (+8, -22) (Diff)
/source/blender/editors/include/ED_sculpt.h (+10, -0) (Diff)
/source/blender/editors/mesh/mesh_data.c (+40, -35) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+0, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+63, -238) (Diff)
/source/blender/editors/sculpt_paint/paint_undo.c (+243, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+3, -4) (Diff)
/source/blender/editors/sculpt_paint/pbvh_undo.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/customdata.c (+51, -9) (Diff)
/source/blender/blenkernel/intern/multires.c (+8, -22) (Diff)
/source/blender/editors/include/ED_sculpt.h (+10, -0) (Diff)
/source/blender/editors/mesh/mesh_data.c (+40, -35) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+0, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+63, -238) (Diff)
/source/blender/editors/sculpt_paint/paint_undo.c (+243, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+3, -4) (Diff)
/source/blender/editors/sculpt_paint/pbvh_undo.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -3) (Diff)