Blender Git Loki
Git Commits -> Revision 684c771
Revision 684c771 by Ray molenkamp (master) December 16, 2020, 14:27 (GMT) |
Fix: Python warning in windows debug builds When doing a debug build on windows, blender will start with the following warning: "Unable to find the python binary, the multiprocessing module may not be functional!" The root cause for this issue is: for a debug build the python binary is called python_d.exe rather than just python.exe This change fixes BKE_appdir_program_python_search to look for the _d suffix for debug builds on windows Differential Revision: https://developer.blender.org/D9775 Reviewed by: Campbell Barton |
Commit Details:
Full Hash: 684c771263db1a5a7dbf65cde97e672d94b57839
Parent Commit: 25543e6
Lines Changed: +9, -3
1 Modified Path:
/source/blender/blenkernel/intern/appdir.c (+9, -3) (Diff)