Blender Git Commit Log
Git Commits -> Revision 44c0f38
Revision 44c0f38 by Dalai Felinto (master) May 4, 2010, 00:06 (GMT) |
BGE Logics UI: commit to receive some feedback from Matt To test use debug mode > 0 (Ctrl+Alt+D) * primarly the goal is to put all the bricks there, and then to worry about the proper layout * sensor header added (need to be more compressed). Also checkbox will not work that well here in my opinion. we need to see what can be used instead (icons?) * sensors, and actuators in alphabetical order * a lot of sensors using the rna (//XXXSENSOR in the ones not using it) * the logic_window.c code for controller and actuator is there only to display the draw functions for controller and actuators. But the code it's a really bad copy of the sensor code, so it will be fixed later (Matt? :) * I would love if the non-expanded mode were more compact, more like in 2.49 (the name non-editable). but this is the kind of think we can worry in the end. Also instead of "move up/move down" it would be nice to drag/drop the sensors/controllers/actuators * to do: rna_actuators: to rename type to mode for the enum |
Commit Details:
Full Hash: 44c0f38e6ceb6d7b2a07aa23b2c0811a609d17d5
SVN Revision: 28558
Parent Commit: e09c47a
Lines Changed: +924, -73
9 Modified Paths:
/source/blender/editors/space_logic/logic_ops.c (+278, -1) (Diff)
/source/blender/editors/space_logic/logic_window.c (+480, -15) (Diff)
/source/blender/makesdna/DNA_controller_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_sensor_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+42, -25) (Diff)
/source/blender/makesrna/intern/rna_controller.c (+41, -11) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+34, -19) (Diff)
/source/blender/makesrna/intern/rna_space.c (+40, -2) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+4, -0) (Diff)
/source/blender/editors/space_logic/logic_window.c (+480, -15) (Diff)
/source/blender/makesdna/DNA_controller_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_sensor_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+42, -25) (Diff)
/source/blender/makesrna/intern/rna_controller.c (+41, -11) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+34, -19) (Diff)
/source/blender/makesrna/intern/rna_space.c (+40, -2) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+4, -0) (Diff)