Blender Git Loki
Git Commits -> Revision 1149157
Revision 1149157 by Antonis Ryakiotakis (soc-2013-paint) April 24, 2014, 23:49 (GMT) |
Change the clone tool to use the new slot system. When clone from layer is active, a layer selection will be available in the the layer panel and the tool will sample from the selected clone layer. This is not ideal UI wise, the user has to change between tabs and panels to set the option - Maybe a good reason to rethink about setting the layer panel to the right. This makes the mtface_clone_layer functions and data obsolete for texture painting. |
Commit Details:
Full Hash: 11491572cb5cbc229a62940ae8eaf3318e109a98
Parent Commit: f55c56e
Lines Changed: +67, -52
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+9, -4) (Diff)
/source/blender/blenkernel/intern/material.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+47, -47) (Diff)
/source/blender/makesdna/DNA_material_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_material.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/material.c (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+47, -47) (Diff)
/source/blender/makesdna/DNA_material_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_material.c (+5, -0) (Diff)