[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2659] branches/geodesic_domes/ third_domes_panel.py: Debug statement was not yet after a # (now wel)

Peter K.H. Gragert pkhgragert at gmail.com
Sat Nov 26 11:24:37 CET 2011


Revision: 2659
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2659
Author:   pkhg
Date:     2011-11-26 10:24:22 +0000 (Sat, 26 Nov 2011)
Log Message:
-----------
Debug statement was not yet after a # (now wel)
SFROM not needed, is visible by geodesics 

Modified Paths:
--------------
    branches/geodesic_domes/third_domes_panel.py

Modified: branches/geodesic_domes/third_domes_panel.py
===================================================================
--- branches/geodesic_domes/third_domes_panel.py	2011-11-25 18:32:07 UTC (rev 2658)
+++ branches/geodesic_domes/third_domes_panel.py	2011-11-26 10:24:22 UTC (rev 2659)
@@ -65,7 +65,7 @@
     name="The Panels",
     description="The 6 main Panels",
     items=[("Main","Main","Main Panel"),
-           ("Formula","Formula","Formula Panel"),
+#PKHG_DIFFERENTLY_DONE           ("Formula","Formula","Formula Panel"),
            ("Faces","Faces","Generate Faces"),
            ("Struts","Struts","Generate Parabola"),
            ("Hubs","Hubs","Generate Torus"),
@@ -488,10 +488,10 @@
             row.prop(self, "lift")
             row = layout.row()            
             row.prop(self, "smeshname")
-        elif which_mainpages == "Formula":
-            row = layout.row()
-            row.prop(self,"uact")
-            row.prop(self,"vact")
+#PKHG_DIFFERENTLY_DONE        elif which_mainpages == "Formula":
+#PKHG_DIFFERENTLY_DONE            row = layout.row()
+#PKHG_DIFFERENTLY_DONE            row.prop(self,"uact")
+#PKHG_DIFFERENTLY_DONE            row.prop(self,"vact")
         elif which_mainpages == "Faces":
             row = layout.row()
             row.prop(self,"facetoggle")
@@ -750,7 +750,7 @@
 #PKHG_DBG_OK        print("first time yes or no", tmp)
         if tmp:            
             context.scene.geodesic_not_yet_called = False
-            check_contains(basegeodesic,"basegeo",True)
+#PKHG_DBG_OK            check_contains(basegeodesic,"basegeo",True)
         self.execute(context)
         return {'FINISHED'}
 



More information about the Bf-extensions-cvs mailing list