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