Blender Git Commit Log

Git Commits -> Revision c7c10e5

Revision c7c10e5 by Antonis Ryakiotakis (master)
December 26, 2014, 22:51 (GMT)
Brush Texture Angle Goodies:

This commit includes a few things:

* It moves the Rake and Random flags from the brush to the MTex.
* The first change allows mask textures to have independent rake
support.
* Random rotation now has an angle value that controls the width of the
effect from the rake or default angle
* Rake and Random are now supported together.

Commit Details:

Full Hash: c7c10e5e283879961356050ba8a965d2239456b8
Parent Commit: e0cf86a
Lines Changed: +157, -100

14 Modified Paths:

/release/scripts/startup/bl_ui/properties_paint_common.py (+21, -13) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+2, -4) (Diff)
/source/blender/blenkernel/intern/paint.c (+38, -9) (Diff)
/source/blender/blenkernel/intern/texture.c (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+23, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+2, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+28, -14) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -3) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+12, -12) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+15, -35) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021