Blender Git Loki
Git Commits -> Revision 8683d4e
Revision 8683d4e by Campbell Barton (master) October 4, 2020, 11:15 (GMT) |
BKE_appdir: log details about path lookups These were printf's, disabled by a define that could be uncommented. Use logging since this can be useful when investigating any issue with paths not being found at the expected location. Without this any problem finding app-templates, Python's installation, icons ... etc are quite difficult to troubleshoot especially on systems without access to system-call tracing. To use this run: blender --log "bke.appdir" --log-level 3 |
Commit Details:
Full Hash: 8683d4e88f2e64be0ec868f1c028f3c60262e948
Parent Commit: 9d30fad
Lines Changed: +10, -37
1 Modified Path:
/source/blender/blenkernel/intern/appdir.c (+10, -37) (Diff)