[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2543] branches/geodesic_domes/ forms_259.py: version 0.4 and preparation for geodesic_259

Peter K.H. Gragert pkhgragert at gmail.com
Sat Oct 29 11:36:47 CEST 2011


Revision: 2543
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2543
Author:   pkhg
Date:     2011-10-29 09:36:47 +0000 (Sat, 29 Oct 2011)
Log Message:
-----------
version 0.4 and preparation for geodesic_259

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

Modified: branches/geodesic_domes/forms_259.py
===================================================================
--- branches/geodesic_domes/forms_259.py	2011-10-29 09:35:18 UTC (rev 2542)
+++ branches/geodesic_domes/forms_259.py	2011-10-29 09:36:47 UTC (rev 2543)
@@ -5,6 +5,7 @@
     def __init__(self,uresolution,vresolution,uscale,vscale,upart,vpart,uphase,vphase,utwist,vtwist,xscale,yscale,sform):
         mesh.__init__(self)
         #PKHG alredey in vefm259 mesh: self.a360 = pi * 2.0
+        self.PKHG_parameters = [uresolution,vresolution,uscale,vscale,upart,vpart,uphase,vphase,utwist,vtwist,xscale,yscale,sform]
         self.ures = uresolution
         self.vres = vresolution
         



More information about the Bf-extensions-cvs mailing list