Blender Git Loki
Git Commits -> Revision 231b0f7
Revision 231b0f7 by Antonis Ryakiotakis (soc-2013-paint) March 7, 2014, 22:37 (GMT) |
Refactoring: Separate mask texture and color texture sampling. Old code was exceedingly convoluted and hard to follow. Now the two texture slots handle updating independently. There may be some updating errors but preliminary testing seems OK. TODO, possible now at last: Manage partial update for mask textures just like color textures. |
Commit Details:
Full Hash: 231b0f7950c062141eac7a46d5d359107c37a724
Parent Commit: c2b1f2a
Lines Changed: +133, -169
6 Modified Paths:
/source/blender/editors/sculpt_paint/paint_image.c (+30, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+46, -102) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+0, -31) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -1) (Diff)
/source/blender/imbuf/intern/rectop.c (+55, -34) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+46, -102) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+0, -31) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -1) (Diff)
/source/blender/imbuf/intern/rectop.c (+55, -34) (Diff)