Blender Git Loki

Git Commits -> Revision c0e74f9

Revision c0e74f9 by Campbell Barton (master)
January 25, 2011, 06:54 (GMT)
fix [#25748] Addons register parameters/functions more than once
- values were added to both the classes __dict__ as well as the internal StructRNA.
- made properties available from the type since this is where the python api assigns them:
>>> bpy.types.Scene.frame_start
<bpy_struct, IntProperty("frame_start")>
- rename RNA_struct_type_properties() -> RNA_struct_type_properties(), added RNA_struct_type_find_property()

Commit Details:

Full Hash: c0e74f9dce632795ed6e083436353b4df4d7e62c
SVN Revision: 34483
Parent Commit: 17509e7
Lines Changed: +54, -20

4 Modified Paths:

/source/blender/blenkernel/intern/node.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_access.c (+7, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+4, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+42, -17) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021