Blender Git Commit Log
Git Commits -> Revision 43c5b29
Revision 43c5b29 by Antonis Ryakiotakis (soc-2012-bratwurst) June 14, 2012, 14:19 (GMT) |
Texpaint tools =============== * Highly experimental but useful feature. Random brush size during stroke. This can be quite useful for texture authoring but it may cause strange things to happen if not configured right. State and memory allocations (which makes the tool experimental) often depend on brush size so I made a function to get the non-randomized size too. I will most likely change the naming so that BKE_brush_size returns the non- Still no crashes here and a few very cool things can be done with this brush setting :) |
Commit Details:
Full Hash: 43c5b2903e43d647cbe167a92618e9bc50c07bef
SVN Revision: 47903
Parent Commit: cb87b8b
Lines Changed: +39, -7
7 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 (+23, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -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 (+23, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -0) (Diff)