Blender Git Commit Log

Git Commits -> Revision 397cec6

Revision 397cec6 by Campbell Barton (master)
August 17, 2020, 08:31 (GMT)
Cleanup: Pass 'FILE *' instead of 'void *' for BPY_python_backtrace

This was committed as a temporary workaround in 82150f5641364
as release builds were failing (only debug builds worked).

This adds `stdio.h` to the header which is now split into a file that
contains more specialized functionality.

Also move function body inside BPY_python_backtrace,
removing PyC_StackPrint as we have PyC_StackSpit() for
similar functionality that can be called from a debugger.

Commit Details:

Full Hash: 397cec6a4dad6784604622ee707bb74a2e6a92a1
Parent Commit: f8c0d63
Lines Changed: +16, -18

4 Modified Paths:

/source/blender/python/BPY_extern_python.h (+4, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+0, -14) (Diff)
/source/blender/python/generic/py_capi_utils.h (+0, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+12, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021