Blender Git Loki
Git Commits -> Revision b008f04
April 29, 2010, 07:01 (GMT) |
Rewrite of Logic editor UI to use layout engine This commit puts the ground work in place, swapping out the crusty old Logic Editor UI code for the new RNA-based layout engine. It's disabled with ifdefs at the moment because it's incomplete, but Dalai can now do the grunt work to fill it all out and get it running. Also includes a bug fix to LINK buttons, and two new logic operators to add and delete sensors. Dalai, just switch the #if 0 and #if 1 in logic_window.c:3412 and 3469 |
Commit Details:
Full Hash: b008f044505b0955318b13733f34ade7f2a688e5
SVN Revision: 28502
Parent Commit: 09f2b45
Lines Changed: +411, -22
2 Added Paths:
/source/blender/editors/include/ED_logic.h (+36, -0) (View)
/source/blender/editors/space_logic/logic_ops.c (+196, -0) (View)
/source/blender/editors/space_logic/logic_ops.c (+196, -0) (View)
8 Modified Paths:
/source/blender/editors/interface/interface_handlers.c (+2, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)
/source/blender/editors/space_logic/logic_intern.h (+1, -0) (Diff)
/source/blender/editors/space_logic/logic_window.c (+115, -2) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+35, -20) (Diff)
/source/blender/makesrna/intern/rna_space.c (+22, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)
/source/blender/editors/space_logic/logic_intern.h (+1, -0) (Diff)
/source/blender/editors/space_logic/logic_window.c (+115, -2) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+35, -20) (Diff)
/source/blender/makesrna/intern/rna_space.c (+22, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)