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