[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39354] branches/soc-2008-mxcurioni/ release/scripts/freestyle/style_modules/parameter_editor.py: Added a proper getName() method to MaterialBoundaryUP0D.

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


Revision: 39354
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39354
Author:   kjym3
Date:     2011-08-13 00:26:18 +0000 (Sat, 13 Aug 2011)
Log Message:
-----------
Added a proper getName() method to MaterialBoundaryUP0D.

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:19:58 UTC (rev 39353)
+++ branches/soc-2008-mxcurioni/release/scripts/freestyle/style_modules/parameter_editor.py	2011-08-13 00:26:18 UTC (rev 39354)
@@ -636,6 +636,8 @@
 # predicates for splitting
 
 class MaterialBoundaryUP0D(UnaryPredicate0D):
+    def getName(self):
+        return "MaterialBoundaryUP0D"
     def __call__(self, it):
         if it.isBegin():
             return False




More information about the Bf-blender-cvs mailing list