Blender Git Loki
Git Commits -> Revision ee9437f
Revision ee9437f by Brecht Van Lommel (master) July 14, 2010, 10:44 (GMT) |
Fix for #22818: blender doesn't find a systemwide installed python. What happens is that blender looks for a directory "python" in the same place as the executable for local installations, but that also means when you have /usr/bin/blender it will look for /usr/bin/python, which is an executable. Now it checks if it is actually a directory and not a file. |
Commit Details:
Full Hash: ee9437f794d0c583a3535b94ab22231a1f3a4f58
SVN Revision: 30310
Parent Commit: 7ad8e5b
Lines Changed: +17, -17
1 Modified Path:
/source/blender/blenlib/intern/path_util.c (+17, -17) (Diff)