Blender Git Commit Log

Git Commits -> Revision ebe63b6

Revision ebe63b6 by Campbell Barton (master)
October 22, 2011, 10:49 (GMT)
py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndSize()
also made RNA_property_string_get_alloc() return the length of the new string to avoid having to run strlen on it after.

Commit Details:

Full Hash: ebe63b664baa2f4e65643a2535766e5babf9c8a7
SVN Revision: 41191
Parent Commit: cac4fde
Lines Changed: +78, -49

15 Modified Paths:

/source/blender/editors/animation/anim_ipo_utils.c (+1, -1) (Diff)
/source/blender/editors/interface/interface.c (+4, -3) (Diff)
/source/blender/editors/interface/interface_layout.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+2, -2) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+1, -1) (Diff)
/source/blender/editors/space_buttons/buttons_ops.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_access.c (+14, -7) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -2) (Diff)
/source/blender/python/generic/IDProp.c (+4, -4) (Diff)
/source/blender/python/generic/py_capi_utils.c (+8, -3) (Diff)
/source/blender/python/generic/py_capi_utils.h (+3, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+8, -5) (Diff)
/source/blender/python/intern/bpy_rna.c (+27, -15) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021