Blender Git Loki
Git Commits -> Revision 242d9c3
Revision 242d9c3 by Brecht Van Lommel (master) June 24, 2009, 14:03 (GMT) |
RNA * RNA_struct_name_get_alloc function to get the name from a pointer, instead of having to deal with name property. * CTX_data_pointer_get_type to get data from context with a check for the RNA type. |
Commit Details:
Full Hash: 242d9c31d3316f99525925eb7da30522457064e8
SVN Revision: 21128
Parent Commit: 9abce5d
Lines Changed: +71, -69
8 Modified Paths:
/source/blender/blenkernel/BKE_context.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/context.c (+12, -7) (Diff)
/source/blender/editors/interface/interface.c (+11, -17) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+2, -5) (Diff)
/source/blender/editors/space_outliner/outliner.c (+8, -11) (Diff)
/source/blender/makesrna/intern/rna_access.c (+10, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+25, -28) (Diff)
/source/blender/blenkernel/intern/context.c (+12, -7) (Diff)
/source/blender/editors/interface/interface.c (+11, -17) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+2, -5) (Diff)
/source/blender/editors/space_outliner/outliner.c (+8, -11) (Diff)
/source/blender/makesrna/intern/rna_access.c (+10, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+25, -28) (Diff)