Blender Git Commit Log

Git Commits -> Revision e60be63

Revision e60be63 by Campbell Barton (master)
January 9, 2009, 16:08 (GMT)
added rna property "parent" so nested RNA structs can access their parent RNA struct
This is used for generating docs so a nested RNA struct such as MaterialRaytraceTransparency are listed under Material rather then in the global struct list)
These RNA structs are used for grouping properties and don't correspond to a C structure.

Commit Details:

Full Hash: e60be63d23bce8c8fe9b749a17c1f3dc3fd56711
SVN Revision: 18432
Parent Commit: 2fe5005
Lines Changed: +66, -20

8 Modified Paths:

/source/blender/makesrna/intern/makesrna.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_define.c (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_internal_types.h (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_material.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_world.c (+1, -0) (Diff)
/source/blender/makesrna/RNA_define.h (+1, -0) (Diff)
/source/blender/python/epy_doc_gen.py (+29, -20) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021