[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21774] branches/blender2.5/blender/ release/ui/space_console.py: py console wasnt working since r21743

Campbell Barton ideasman42 at gmail.com
Tue Jul 21 17:52:15 CEST 2009


Revision: 21774
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21774
Author:   campbellbarton
Date:     2009-07-21 17:52:15 +0200 (Tue, 21 Jul 2009)

Log Message:
-----------
py console wasnt working since r21743

Modified Paths:
--------------
    branches/blender2.5/blender/release/ui/space_console.py

Modified: branches/blender2.5/blender/release/ui/space_console.py
===================================================================
--- branches/blender2.5/blender/release/ui/space_console.py	2009-07-21 14:28:41 UTC (rev 21773)
+++ branches/blender2.5/blender/release/ui/space_console.py	2009-07-21 15:52:15 UTC (rev 21774)
@@ -144,7 +144,7 @@
 		except:
 			return ('CANCELLED',)
 		
-		if sc.type != 'PYTHON':
+		if sc.console_type != 'PYTHON':
 			return ('CANCELLED',)
 		
 		namespace, console, stdout, stderr = get_console(hash(context.region))





More information about the Bf-blender-cvs mailing list