Blender Git Commit Log
Git Commits -> Revision e56287b
Revision e56287b by Brecht Van Lommel (master) July 21, 2009, 12:57 (GMT) |
2.5: Texture Buttons * World and Lamp previews now working here too. * Experiment with list template, showing only icons. Unfortunately texture icon render crashes combined with preview render so it shows all icons the same. * Influence panels updated, with slider for each option. The values are still linked though, will fix that later. * Image texture controls a bit more complete, still WIP. * Color ramp back. |
Commit Details:
Full Hash: e56287bfc900ec80f97ad281d54bb8c315db5af4
SVN Revision: 21764
Parent Commit: 7284eb6
Lines Changed: +373, -165
13 Modified Paths:
/release/ui/buttons_texture.py (+159, -116) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+40, -12) (Diff)
/source/blender/editors/interface/interface_utils.c (+6, -5) (Diff)
/source/blender/makesdna/DNA_lamp_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_material_types.h (+0, -6) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_world_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_lamp.c (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_material.c (+85, -15) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+24, -10) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_world.c (+30, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+40, -12) (Diff)
/source/blender/editors/interface/interface_utils.c (+6, -5) (Diff)
/source/blender/makesdna/DNA_lamp_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_material_types.h (+0, -6) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_world_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_lamp.c (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_material.c (+85, -15) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+24, -10) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_world.c (+30, -0) (Diff)