Blender Git Loki
Git Commits -> Revision 37c1fd2
Revision 37c1fd2 by Campbell Barton (master) November 7, 2008, 15:16 (GMT) |
[#17958] Windows path fix for image_edit.py script. Modified to work in linux too, on my system subprocess.Popen(appstring) only works when appstring is a list. Blenders __import__ didnt support keywords like pythons causing the subprocess module to fail for me. added keywords to blenders c/api import to match pythons. |
Commit Details:
Full Hash: 37c1fd2303742f1121718e423a72b08995c8d0cb
SVN Revision: 17357
Parent Commit: 8b2811d
Lines Changed: +40, -29