[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39353] branches/soc-2008-mxcurioni/ release/scripts/freestyle/style_modules/parameter_editor.py: Removed unnecessary debug print statements.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sat Aug 13 02:19:59 CEST 2011


Revision: 39353
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39353
Author:   kjym3
Date:     2011-08-13 00:19:58 +0000 (Sat, 13 Aug 2011)
Log Message:
-----------
Removed unnecessary debug print statements.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/release/scripts/freestyle/style_modules/parameter_editor.py

Modified: branches/soc-2008-mxcurioni/release/scripts/freestyle/style_modules/parameter_editor.py
===================================================================
--- branches/soc-2008-mxcurioni/release/scripts/freestyle/style_modules/parameter_editor.py	2011-08-13 00:05:25 UTC (rev 39352)
+++ branches/soc-2008-mxcurioni/release/scripts/freestyle/style_modules/parameter_editor.py	2011-08-13 00:19:58 UTC (rev 39353)
@@ -647,10 +647,8 @@
             return False
         fe = v.getFEdge(it_prev.getObject())
         idx1 = fe.materialIndex() if fe.isSmooth() else fe.bMaterialIndex()
-        print(1, fe, idx1)
         fe = v.getFEdge(it.getObject())
         idx2 = fe.materialIndex() if fe.isSmooth() else fe.bMaterialIndex()
-        print(2, fe, idx2)
         return idx1 != idx2
 
 # main function for parameter processing




More information about the Bf-blender-cvs mailing list