[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27305] trunk/blender/release/scripts/op/ image.py: reverting 27304, please test before committing.

Campbell Barton ideasman42 at gmail.com
Sun Mar 7 03:12:52 CET 2010


Revision: 27305
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27305
Author:   campbellbarton
Date:     2010-03-07 03:12:51 +0100 (Sun, 07 Mar 2010)

Log Message:
-----------
reverting 27304, please test before committing.

Modified Paths:
--------------
    trunk/blender/release/scripts/op/image.py

Modified: trunk/blender/release/scripts/op/image.py
===================================================================
--- trunk/blender/release/scripts/op/image.py	2010-03-07 02:08:43 UTC (rev 27304)
+++ trunk/blender/release/scripts/op/image.py	2010-03-07 02:12:51 UTC (rev 27305)
@@ -54,13 +54,8 @@
         import subprocess
 
         EXT = "tga" # until we have a way to save as another format!
-        if platform == 'win32':
-            EDITOR = "C:\\Program Files\\GIMP-2.7\\bin\\gimp-2.7.exe"
-        elif platform == 'darwin':
-            EDITOR = "open"
-        else:
-            EDITOR = "gimp" # until we have a way to set a default image edior            
-        
+        EDITOR = "gimp" # until we have a way to set a default image edior            
+
         for image in bpy.data.images:
             image.tag = True
 





More information about the Bf-blender-cvs mailing list