Blender Git Commit Log
Git Commits -> Revision cf3ce73
Revision cf3ce73 by Antonis Ryakiotakis (master) August 28, 2014, 18:41 (GMT) |
Texture painting: Include explicit control for texturing: This commit introduces a painting mode option, available in the slots panel. The default value "Material" will create slots from the blender material, same as just merged from the paint branch. The new option "Image", will use an explicit image field that artists can use to select the image to paint on. This will should allow painting regardless of the renderer used or for use in modifiers. |
Commit Details:
Full Hash: cf3ce7322a9b6c1453869a369eba02f4fd077234
Parent Commit: 512b738
Lines Changed: +378, -172
12 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+40, -13) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+30, -35) (Diff)
/source/blender/blenkernel/intern/material.c (+12, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+94, -40) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+56, -15) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+50, -41) (Diff)
/source/blender/editors/space_image/image_ops.c (+0, -9) (Diff)
/source/blender/editors/space_view3d/drawmesh.c (+10, -3) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+11, -4) (Diff)
/source/blender/makesrna/intern/rna_material.c (+0, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+67, -5) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+30, -35) (Diff)
/source/blender/blenkernel/intern/material.c (+12, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+94, -40) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+56, -15) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+50, -41) (Diff)
/source/blender/editors/space_image/image_ops.c (+0, -9) (Diff)
/source/blender/editors/space_view3d/drawmesh.c (+10, -3) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+11, -4) (Diff)
/source/blender/makesrna/intern/rna_material.c (+0, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+67, -5) (Diff)