Blender Git Commit Log

Git Commits -> Revision 623421d

Revision 623421d by Brecht Van Lommel (master)
November 17, 2008, 18:44 (GMT)

RNA
* Added support for ID properties, mapped as follows:
* IDP Int = RNA Int
* IDP Float, Double = RNA Float
* IDP_String = RNA String
* IDP Group = RNA IDPropertyGroup Struct
* IDP_Array = RNA Array

* PropertyRNA and StructRNA are now defined private for the module,
to force external code to always use accessor functions.

Commit Details:

Full Hash: 623421d580277f6e1f5404c019d4f807cf1645e9
SVN Revision: 17480
Parent Commit: 6ea6edf
Lines Changed: +834, -317

1 Added Path:

/source/blender/makesrna/intern/rna_internal_types.h (+225, -0) (View)

14 Modified Paths:

/source/blender/blenkernel/BKE_idprop.h (+1, -10) (Diff)
/source/blender/editors/interface/interface.c (+17, -10) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -4) (Diff)
/source/blender/makesdna/DNA_ID.h (+9, -8) (Diff)
/source/blender/makesrna/intern/makesrna.c (+5, -4) (Diff)
/source/blender/makesrna/intern/rna_access.c (+246, -54) (Diff)
/source/blender/makesrna/intern/rna_define.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+164, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+24, -4) (Diff)
/source/blender/makesrna/intern/rna_main.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+125, -32) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+3, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -1) (Diff)
/source/blender/makesrna/RNA_types.h (+9, -188) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021