Blender Git Loki
Git Commits -> Revision 255bc06
Revision 255bc06 by Hamed Zaghaghi (master) November 30, 2008, 19:52 (GMT) |
* changed NULL properties into UnknownProperty * added rna_property.c and rna_actuator * enabled access to properties and actuators from object Note that because we have RNA_Property in the RNA itself, you can find properties in gamelogic of and object under the name of RNA_GameProperty |
Commit Details:
Full Hash: 255bc067ec76f53d650322a4030b900112a2ea09
SVN Revision: 17650
Parent Commit: 9cb9bf7
Lines Changed: +170, -4
2 Added Paths:
/source/blender/makesrna/intern/rna_actuator.c (+81, -0) (View)
/source/blender/makesrna/intern/rna_property.c (+69, -0) (View)
/source/blender/makesrna/intern/rna_property.c (+69, -0) (View)
6 Modified Paths:
/source/blender/makesrna/intern/makesrna.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_controller.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+2, -2) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_controller.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+2, -2) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)