Blender Git Commit Log
Git Commits -> Revision ec81d2b
Revision ec81d2b by Antonis Ryakiotakis (soc-2013-paint) March 12, 2014, 16:17 (GMT) |
* Correct icon for strength space attenuation. * Finish data ensurance code for texture paint. On entering projective texture paint mode, a uv layer, material and diffuse slot will be generated to paint on if they are missing. I am not totally happy with how the paint images are cached on the material. It may be better to store in a per object paint session or toolsetting imapaint struct. Still this works. |
Commit Details:
Full Hash: ec81d2bd1d0c382b239251ac068512b71d1b30de
Parent Commit: 3585144
Lines Changed: +111, -58
11 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+1, -4) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+4, -7) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/material.c (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+50, -14) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+33, -23) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+6, -4) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+4, -7) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/material.c (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+50, -14) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+33, -23) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+6, -4) (Diff)