[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2486] branches/geodesic_domes/ geodesic_259.py: parameter vscale set to 1 and uscale smaller

Peter K.H. Gragert pkhgragert at gmail.com
Tue Oct 18 18:14:11 CEST 2011


Revision: 2486
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2486
Author:   pkhg
Date:     2011-10-18 16:14:11 +0000 (Tue, 18 Oct 2011)
Log Message:
-----------
parameter vscale set to 1 and uscale smaller
now the examples look nicer ...

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

Modified: branches/geodesic_domes/geodesic_259.py
===================================================================
--- branches/geodesic_domes/geodesic_259.py	2011-10-18 16:11:03 UTC (rev 2485)
+++ branches/geodesic_domes/geodesic_259.py	2011-10-18 16:14:11 UTC (rev 2486)
@@ -44,8 +44,8 @@
            or chosen_type == 'Parabola':
         uresolution = context.scene.sphere_xres #number of lines N-S  (u coordinate)
         vresolution = context.scene.sphere_yres #number of lines O-W  (v cordinate)
-        uscale = 10  #seams to be scaling from center in r direction
-        vscale = 0   #expand and shift get factor vscale
+        uscale = 1  #seams to be scaling from center in r direction
+        vscale = 1   #expand and shift get factor vscale
         upart = 6.5 #gap?
         vpart = 1 #defines gaps?!
         uphase = 1



More information about the Bf-extensions-cvs mailing list