Blender Git Loki
Git Commits -> Revision bf52b68
Revision bf52b68 by Campbell Barton (master) August 13, 2010, 06:30 (GMT) |
minor changes to rna/python. - raise an exception when python calls is_property_set(name) or is_property_hidden(name) and the property does not exist. - added BLI_findstring_ptr(), which finds a named item in a listbase where that name is a pointer to a string. - replaced inline for loops with calls to BLI_findstring_ptr() and IDP_GetPropertyFromGroup(). |
Commit Details:
Full Hash: bf52b68dcd1864fd35309f9aae19f146da5b774e
SVN Revision: 31307
Parent Commit: e50ef6d
Lines Changed: +101, -81
7 Modified Paths:
/source/blender/blenkernel/intern/idprop.c (+22, -31) (Diff)
/source/blender/blenlib/BLI_listbase.h (+1, -0) (Diff)
/source/blender/blenlib/intern/listbase.c (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+19, -36) (Diff)
/source/blender/python/intern/bpy_rna.c (+29, -6) (Diff)
/source/blender/windowmanager/intern/wm.c (+5, -4) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+4, -4) (Diff)
/source/blender/blenlib/BLI_listbase.h (+1, -0) (Diff)
/source/blender/blenlib/intern/listbase.c (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+19, -36) (Diff)
/source/blender/python/intern/bpy_rna.c (+29, -6) (Diff)
/source/blender/windowmanager/intern/wm.c (+5, -4) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+4, -4) (Diff)