[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2512] branches/geodesic_domes/gui_259. py: better sefault parameter settings

Peter K.H. Gragert pkhgragert at gmail.com
Mon Oct 24 08:14:32 CEST 2011


Revision: 2512
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2512
Author:   pkhg
Date:     2011-10-24 06:14:31 +0000 (Mon, 24 Oct 2011)
Log Message:
-----------
better sefault parameter settings

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

Modified: branches/geodesic_domes/gui_259.py
===================================================================
--- branches/geodesic_domes/gui_259.py	2011-10-24 04:31:03 UTC (rev 2511)
+++ branches/geodesic_domes/gui_259.py	2011-10-24 06:14:31 UTC (rev 2512)
@@ -29,7 +29,7 @@
 from math import *
 from bpy.props import EnumProperty, IntProperty, FloatProperty, StringProperty, BoolProperty
 ## parameters for forms-objects
-bpy.types.Scene.formobs_uresolution = IntProperty(name = 'uresolution', min = 2, soft_min=1, soft_max=5, max = 10, default =  4)
+bpy.types.Scene.formobs_uresolution = IntProperty(name = 'uresolution', min = 2, soft_min=6, soft_max=24, max = 36, default =  12) #PKHG 23 oct needed for cylinder
 bpy.types.Scene.formobs_vresolution = IntProperty(name = 'vresolution', min = 2, soft_min=1, soft_max=5,max = 10, default =  4) 
 bpy.types.Scene.formobs_uscale = FloatProperty(name = 'uscale', min = 1, soft_min=0.1, soft_max=5,max = 10, default =  1)   #seams to be scaling from center in r direction
 bpy.types.Scene.formobs_vscale = FloatProperty(name = 'vscale', min = 1, soft_min=0.1, soft_max=5,max = 10, default =  1)    #expand and shift get factor vscale



More information about the Bf-extensions-cvs mailing list