Blender Git Commit Log
Git Commits -> Revision ceb3225
Revision ceb3225 by Antonis Ryakiotakis (master) March 25, 2013, 01:00 (GMT) |
Alpha mask textures porting part 1: Support for projective texturing. Also add random mapping to brushes. |
Commit Details:
Full Hash: ceb3225db77c5a86b8cb8cce555251c1dffdd033
SVN Revision: 55558
Parent Commit: 48a256c
Lines Changed: +207, -12
16 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+15, -0) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+23, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+29, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_brush.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+65, -1) (Diff)
/source/blender/blenkernel/intern/texture.c (+11, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+9, -0) (Diff)
/source/blender/blenloader/intern/versioning_250.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+12, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+9, -3) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+19, -0) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+23, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+29, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_brush.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+65, -1) (Diff)
/source/blender/blenkernel/intern/texture.c (+11, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+9, -0) (Diff)
/source/blender/blenloader/intern/versioning_250.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+6, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+12, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+9, -3) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+19, -0) (Diff)