Blender Git Commit Log

Git Commits -> Revision 665f602

Revision 665f602 by Campbell Barton (master)
November 3, 2011, 14:09 (GMT)
python string conversion
- use _PyUnicode_AsStringAndSize where possible
- use %R for PyErr_Format(...) rather then running repr on the object explicitly
- use const char

Commit Details:

Full Hash: 665f602f152984f5a6f4ea05a2a90382acbf700a
SVN Revision: 41500
Parent Commit: d210703
Lines Changed: +55, -46

14 Modified Paths:

/source/blender/imbuf/intern/moviecache.c (+1, -1) (Diff)
/source/blender/python/generic/IDProp.c (+25, -14) (Diff)
/source/blender/python/generic/IDProp.h (+1, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_props.c (+1, -1) (Diff)
/source/gameengine/Converter/BL_ActionActuator.cpp (+3, -2) (Diff)
/source/gameengine/Expressions/ListValue.cpp (+3, -4) (Diff)
/source/gameengine/Expressions/PyObjectPlus.cpp (+4, -6) (Diff)
/source/gameengine/Expressions/StringValue.h (+2, -3) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+6, -7) (Diff)
/source/gameengine/Ketsji/KX_Camera.cpp (+3, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonSeq.cpp (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021