Blender Git Commit Log
Git Commits -> Revision d4504aa
Revision d4504aa by Brecht Van Lommel (master) July 15, 2009, 19:20 (GMT) |
2.5 * Some changes to make lamp and world textures editing work. You may have to click on another texture slot once before being able to add a texture, and the layout is messy. Added this so lightenv project isn't blocked by this being missing. * Adding a new material slot now doesn't create a new material anymore, to avoid creating unused materials. * Tiny changes to scene/object buttons. |
Commit Details:
Full Hash: d4504aa891c38333089da6bba50f66ca588cca1e
SVN Revision: 21605
Parent Commit: 4df1836
Lines Changed: +250, -91
10 Modified Paths:
/release/ui/buttons_objects.py (+1, -1) (Diff)
/release/ui/buttons_scene.py (+2, -1) (Diff)
/release/ui/buttons_texture.py (+100, -52) (Diff)
/source/blender/blenkernel/intern/material.c (+3, -8) (Diff)
/source/blender/editors/interface/interface_templates.c (+15, -9) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+26, -1) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_lamp.c (+32, -5) (Diff)
/source/blender/makesrna/intern/rna_material.c (+32, -2) (Diff)
/source/blender/makesrna/intern/rna_world.c (+38, -11) (Diff)
/release/ui/buttons_scene.py (+2, -1) (Diff)
/release/ui/buttons_texture.py (+100, -52) (Diff)
/source/blender/blenkernel/intern/material.c (+3, -8) (Diff)
/source/blender/editors/interface/interface_templates.c (+15, -9) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+26, -1) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_lamp.c (+32, -5) (Diff)
/source/blender/makesrna/intern/rna_material.c (+32, -2) (Diff)
/source/blender/makesrna/intern/rna_world.c (+38, -11) (Diff)