Blender Git Commit Log
Git Commits -> Revision 39cb143
Revision 39cb143 by Campbell Barton (master) September 1, 2010, 14:13 (GMT) |
bugfix [#23285] Exporters not available whel using special characters in path name - ID properties now suopport non utf-8 strings for their values but not their keys. - moved utility functions into py_capi_utils.c from bpy_utils and bpy_rna. - import/export paths have to be printed with repr() or %r, so non utf-8 chars are escaped. |
Commit Details:
Full Hash: 39cb1432d8ab7c2263b3e4c5eeada5e25928938d
SVN Revision: 31701
Parent Commit: 81d9a3d
Lines Changed: +379, -285
2 Added Paths:
/source/blender/python/generic/py_capi_utils.c (+271, -0) (View)
/source/blender/python/generic/py_capi_utils.h (+41, -0) (View)
/source/blender/python/generic/py_capi_utils.h (+41, -0) (View)
6 Modified Paths:
/release/scripts/op/io_scene_x3d/export_x3d.py (+4, -4) (Diff)
/source/blender/python/generic/IDProp.c (+40, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+6, -4) (Diff)
/source/blender/python/intern/bpy_rna.c (+12, -67) (Diff)
/source/blender/python/intern/bpy_util.c (+5, -196) (Diff)
/source/blender/python/intern/bpy_util.h (+0, -13) (Diff)
/source/blender/python/generic/IDProp.c (+40, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+6, -4) (Diff)
/source/blender/python/intern/bpy_rna.c (+12, -67) (Diff)
/source/blender/python/intern/bpy_util.c (+5, -196) (Diff)
/source/blender/python/intern/bpy_util.h (+0, -13) (Diff)