Blender Git Loki
Git Commits -> Revision a21f46b
Revision a21f46b by Campbell Barton (master) March 25, 2011, 04:36 (GMT) |
new function RNA_warning(), replaces printf with function which may be called via python. Now this gives the line number of the scripts thats running, eg: uiItemFullO: unknown operator 'some.operator' /c/bin/2.56/scripts/startup/bl_ui/space_view3d_toolbar.py:73 |
Commit Details:
Full Hash: a21f46b6d43c3743b96515e9733faf78d70c36ed
SVN Revision: 35767
Parent Commit: 16e736b
Lines Changed: +86, -38
7 Modified Paths:
/source/blender/editors/interface/interface.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_layout.c (+27, -18) (Diff)
/source/blender/editors/interface/interface_templates.c (+26, -19) (Diff)
/source/blender/makesrna/intern/rna_access.c (+16, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+6, -0) (Diff)
/source/blender/python/generic/py_capi_utils.c (+9, -0) (Diff)
/source/blender/python/generic/py_capi_utils.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+27, -18) (Diff)
/source/blender/editors/interface/interface_templates.c (+26, -19) (Diff)
/source/blender/makesrna/intern/rna_access.c (+16, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+6, -0) (Diff)
/source/blender/python/generic/py_capi_utils.c (+9, -0) (Diff)
/source/blender/python/generic/py_capi_utils.h (+1, -0) (Diff)