[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2741] branches/geodesic_domes/ geodesic_domes/third_domes_panel.py: tooltips for " geodesic object parameters" done.

Brendon Murphy meta.androcto1 at gmail.com
Tue Dec 6 12:19:44 CET 2011


Revision: 2741
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2741
Author:   meta-androcto
Date:     2011-12-06 11:19:40 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
tooltips for "geodesic object parameters" done.
Using original script as reference.

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

Modified: branches/geodesic_domes/geodesic_domes/third_domes_panel.py
===================================================================
--- branches/geodesic_domes/geodesic_domes/third_domes_panel.py	2011-12-06 10:58:04 UTC (rev 2740)
+++ branches/geodesic_domes/geodesic_domes/third_domes_panel.py	2011-12-06 11:19:40 UTC (rev 2741)
@@ -250,17 +250,18 @@
                  description = "scaling in x/y dimension", default = 1 )
     squish = FloatProperty(name = "squish",min = 0.01, soft_max = 4, max = 10,\
                  description = "scaling in z dimension",  default = 1 )
-    radius = FloatProperty(name = "radius",min = 0.01, soft_max = 4, max = 10, default = 1 )
-
-    squareness = FloatProperty(name="squareness", min = 0.1, max = 5,\
-                 description = "test", default = 2 )
-    squarez = FloatProperty(name="squarez", min = 0.1, soft_max = 5, max = 10,\
-                 description = "test", default = 2 )
+    radius = FloatProperty(name = "radius",min = 0.01, soft_max = 4, max = 10,\
+                 description = "overall radius",  default = 1 )
+    squareness = FloatProperty(name="square x/y", min = 0.1, max = 5,\
+                 description = "superelipse action in x/y", default = 2 )
+    squarez = FloatProperty(name="square z", min = 0.1, soft_max = 5, max = 10,\
+                 description = "superelipse action in z", default = 2 )
     baselevel = IntProperty(name="baselevel", default = 5 )
-    dual = BoolProperty(name="dual", description = "toggle for dual object", default = False)
-    rotxy = FloatProperty(name="rotxy", min= -4, max = 4, default = 0 )
-    rotz = FloatProperty(name="rotz",  min= -4, max = 4, default = 0 )
-
+    dual = BoolProperty(name="dual", description = "faces become verts, verts become faces, edges flip", default = False)
+    rotxy = FloatProperty(name="rotate x/y", min= -4, max = 4,\
+                 description = "rotate superelipse action in x/y", default = 0 )
+    rotz = FloatProperty(name="rotate z",  min= -4, max = 4,\
+                 description = "rotate superelipse action in z", default = 0 )
 #for choice of superformula
     uact = BoolProperty(name = 'sup u-active',default = False)
     vact = BoolProperty(name = 'sup v-active',default = False)



More information about the Bf-extensions-cvs mailing list