Blender Git Commit Log
Git Commits -> Revision 33bfd73
Revision 33bfd73 by Campbell Barton (master) July 20, 2009, 16:21 (GMT) |
BGE Button types panel, can edit existing buttons but not add new ones yet. World Physics panel too though Im not sure if we'll eventually move this into another struct. |
Commit Details:
Full Hash: 33bfd7397b8b0031bd2cf46d2037a8da4ef40888
SVN Revision: 21722
Parent Commit: cc69f13
Lines Changed: +165, -21
10 Modified Paths:
/release/ui/buttons_world.py (+21, -0) (Diff)
/release/ui/space_logic.py (+24, -1) (Diff)
/source/blender/blenkernel/BKE_property.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/property.c (+56, -8) (Diff)
/source/blender/editors/space_logic/logic_buttons.c (+4, -2) (Diff)
/source/blender/editors/space_logic/logic_window.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_property_types.h (+2, -5) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_property.c (+22, -2) (Diff)
/source/blender/makesrna/intern/rna_world.c (+32, -0) (Diff)
/release/ui/space_logic.py (+24, -1) (Diff)
/source/blender/blenkernel/BKE_property.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/property.c (+56, -8) (Diff)
/source/blender/editors/space_logic/logic_buttons.c (+4, -2) (Diff)
/source/blender/editors/space_logic/logic_window.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_property_types.h (+2, -5) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_property.c (+22, -2) (Diff)
/source/blender/makesrna/intern/rna_world.c (+32, -0) (Diff)