Blender Git Loki
Git Commits -> Revision 811a1b9
Revision 811a1b9 by Janne Karhu (master) February 8, 2011, 14:29 (GMT) |
Texture context selector for texture panel: * Texture context was previously determined by going to the appropriate panel, for example "world panel -> texture panel" to access world textures. Additionally there was a separate button to access brush textures. * Now the texture context can be selected directly through an expanded icon menu, which shows the available context options. * This context selector is now at the top of the texture panel, but this could later be perhaps integrated to the context path somehow to be more intuitive. |
Commit Details:
Full Hash: 811a1b910ca8f699ce499645ab99552fc2c83937
SVN Revision: 34720
Parent Commit: 9e73ac2
Lines Changed: +70, -19
5 Modified Paths:
/release/scripts/ui/properties_texture.py (+3, -3) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+5, -4) (Diff)
/source/blender/editors/space_buttons/buttons_header.c (+0, -6) (Diff)
/source/blender/makesdna/DNA_space_types.h (+9, -3) (Diff)
/source/blender/makesrna/intern/rna_space.c (+53, -3) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+5, -4) (Diff)
/source/blender/editors/space_buttons/buttons_header.c (+0, -6) (Diff)
/source/blender/makesdna/DNA_space_types.h (+9, -3) (Diff)
/source/blender/makesrna/intern/rna_space.c (+53, -3) (Diff)