Blender Git Loki
Git Commits -> Revision 1f4fa86
Revision 1f4fa86 by Brecht Van Lommel (master) July 21, 2009, 00:55 (GMT) |
2.5: RNA & UI * Revert lamp sampling/buffers change. The right enum items should be defined in RNA, not the layout, so that it works in outliner, python api too. * Also changed type popup to radio buttons again, and removed the icons. This is more consistent, and I don't think it's a good idea to start using icons for these things, too much clutter. * Replace Mesh with Normals panel in the mesh buttons. * Remove Material panel from mesh buttons. * Added name fields for shape/vgroup/vcol/uv. * Spacing tweak to Object and Bone names. * Fix some naming conflicts in RNA, with "name" and "type" properties being defined twice in the same struct. * context.scene.tool_settings -> context.tool_settings. |
Commit Details:
Full Hash: 1f4fa869e4877202fd91825f85be748fc3dfe50b
SVN Revision: 21743
Parent Commit: 0aebd5f
Lines Changed: +107, -110
17 Modified Paths:
/release/ui/buttons_data_bone.py (+3, -3) (Diff)
/release/ui/buttons_data_lamp.py (+6, -16) (Diff)
/release/ui/buttons_data_mesh.py (+34, -48) (Diff)
/release/ui/buttons_material.py (+8, -1) (Diff)
/release/ui/buttons_objects.py (+4, -3) (Diff)
/release/ui/buttons_physics_cloth.py (+1, -0) (Diff)
/release/ui/buttons_scene.py (+2, -2) (Diff)
/release/ui/space_console.py (+1, -1) (Diff)
/release/ui/space_image.py (+5, -5) (Diff)
/release/ui/space_view3d.py (+1, -2) (Diff)
/release/ui/space_view3d_toolbar.py (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_lamp.c (+19, -9) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+14, -14) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -1) (Diff)
/release/ui/buttons_data_lamp.py (+6, -16) (Diff)
/release/ui/buttons_data_mesh.py (+34, -48) (Diff)
/release/ui/buttons_material.py (+8, -1) (Diff)
/release/ui/buttons_objects.py (+4, -3) (Diff)
/release/ui/buttons_physics_cloth.py (+1, -0) (Diff)
/release/ui/buttons_scene.py (+2, -2) (Diff)
/release/ui/space_console.py (+1, -1) (Diff)
/release/ui/space_image.py (+5, -5) (Diff)
/release/ui/space_view3d.py (+1, -2) (Diff)
/release/ui/space_view3d_toolbar.py (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_lamp.c (+19, -9) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+14, -14) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -1) (Diff)