[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4517] trunk/py/scripts/addons/ node_efficiency_tools.py: Cleaning: Remove not needed 'print' command

Bartek Skorupa bartekskorupa at bartekskorupa.com
Fri May 10 20:06:14 CEST 2013


Revision: 4517
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4517
Author:   bartekskorupa
Date:     2013-05-10 18:06:14 +0000 (Fri, 10 May 2013)
Log Message:
-----------
Cleaning: Remove not needed 'print' command

Modified Paths:
--------------
    trunk/py/scripts/addons/node_efficiency_tools.py

Modified: trunk/py/scripts/addons/node_efficiency_tools.py
===================================================================
--- trunk/py/scripts/addons/node_efficiency_tools.py	2013-05-09 19:01:53 UTC (rev 4516)
+++ trunk/py/scripts/addons/node_efficiency_tools.py	2013-05-10 18:06:14 UTC (rev 4517)
@@ -1135,7 +1135,6 @@
         if not output_node:
             bpy.ops.node.select_all(action="DESELECT")
             type = context.space_data.tree_type
-            print(type)
             if type == 'ShaderNodeTree':
                 output_node = nodes.new('ShaderNodeOutputMaterial')
             elif type == 'CompositorNodeTree':



More information about the Bf-extensions-cvs mailing list