Blender Git Loki
Git Commits -> Revision 04f619d
Revision 04f619d by Campbell Barton (master) August 14, 2010, 05:33 (GMT) |
- PyLineSpit() - used to print the filename and line number for internal errors now works when executing class functions in a module. - replaced PySys_GetObject("modules") with PyImport_GetModuleDict() - use defaults for keymap import/export rather then setting the same value every time from the UI scripts. |
Commit Details:
Full Hash: 04f619d8af6ddc7de541488f77713818e18a886e
SVN Revision: 31332
Parent Commit: ae6a632
Lines Changed: +41, -24
13 Modified Paths:
/release/scripts/ui/space_userpref.py (+4, -7) (Diff)
/release/scripts/ui/space_userpref_keymap.py (+4, -4) (Diff)
/source/blender/python/generic/bgl.c (+1, -1) (Diff)
/source/blender/python/generic/blf_api.c (+1, -1) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+1, -1) (Diff)
/source/blender/python/generic/geometry.c (+1, -1) (Diff)
/source/blender/python/generic/mathutils.c (+1, -1) (Diff)
/source/blender/python/generic/noise.c (+1, -1) (Diff)
/source/blender/python/intern/bpy.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_util.c (+23, -3) (Diff)
/source/blender/python/intern/bpy_util.h (+1, -1) (Diff)
/release/scripts/ui/space_userpref_keymap.py (+4, -4) (Diff)
/source/blender/python/generic/bgl.c (+1, -1) (Diff)
/source/blender/python/generic/blf_api.c (+1, -1) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+1, -1) (Diff)
/source/blender/python/generic/geometry.c (+1, -1) (Diff)
/source/blender/python/generic/mathutils.c (+1, -1) (Diff)
/source/blender/python/generic/noise.c (+1, -1) (Diff)
/source/blender/python/intern/bpy.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_util.c (+23, -3) (Diff)
/source/blender/python/intern/bpy_util.h (+1, -1) (Diff)