Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-15 14:43:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-15 14:43:55 +0400
commit264c63ef03dceeac3ecd2177bbfd26391125a4b7 (patch)
tree73a9b917084ccd328f4853abfd71ca09dd5ed996 /CMakeLists.txt
parent5ba213a424185e723a4de5833931847f0fe38c49 (diff)
New C/Py api utility function PyC_Err_Format_Prefix() which raises an error with the existing error as a suffix.
Use this to raise errors when assigning a string property fails even though the value to assign *is* a string. Before: TypeError: bpy_struct: item.attr= val: Object.name expected a string type, not str After: TypeError: bpy_struct: item.attr= val: Object.name error assigning string, UnicodeEncodeError('utf-8' codec can't encode character '\udce9' in position 23: surrogates not allowed)
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions