Blender Git Loki
Git Commits -> Revision 2940b11
Revision 2940b11 by Antonis Ryakiotakis (soc-2012-bratwurst) June 15, 2012, 13:40 (GMT) |
Texture Size Randomize ====================== * Refactor the code to be less obtrusive to other modes. If a randomized size is required, it is explicitly requested. I will probably have to change the texture sample functions too to explicitly return a randomized result. |
Commit Details:
Full Hash: 2940b11668230917339879476b16442b4608e0c0
SVN Revision: 47954
Parent Commit: ba693b0
Lines Changed: +42, -9
6 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -0) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+27, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -0) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+27, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -0) (Diff)