Blender Git Loki
Git Commits -> Revision 443d913
Revision 443d913 by Dalai Felinto (master) February 5, 2010, 23:50 (GMT) |
BGE: rna update for Logic Bricks Sensor and Controllers: small fixes and suggestion (comments) for future improvement - mainly to replace text properties to material, text or object datablocks. Actuators done: * IPO * CAMERA Actuators to be done: All the others (their structure is in the file) Adding NC_LOGIC ** If someone want to help on that: Files used for actuator RNA: - logic_window.c - DNA_actuator_types.h *** my first big RNA operation. critics/suggestions are welcome **** padded some DNA variables that were not been used. |
Commit Details:
Full Hash: 443d913f72c15c9933e6da79c2e9f629d3e3a006
SVN Revision: 26634
Parent Commit: 29a6465
Lines Changed: +387, -9
6 Modified Paths:
/source/blender/makesdna/DNA_actuator_types.h (+4, -4) (Diff)
/source/blender/makesdna/DNA_sensor_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+354, -4) (Diff)
/source/blender/makesrna/intern/rna_controller.c (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+17, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_sensor_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+354, -4) (Diff)
/source/blender/makesrna/intern/rna_controller.c (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+17, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)