Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Leger <stephen@3dservices.ch>2017-08-01 04:48:42 +0300
committerStephen Leger <stephen@3dservices.ch>2017-08-01 04:51:01 +0300
commit45cad6756f10eb708d1a17dae4a70723accc1928 (patch)
tree48e189c5e9053f6c72547ebf425fbbd4966ef840 /archipack/presets/archipack_floor/herringbone_50x10.py
parent15ce79c680dd63e5d54cc8ec28ad2c4d87a813ac (diff)
archipack: update to 1.2.8 add roof and freeform floors
Diffstat (limited to 'archipack/presets/archipack_floor/herringbone_50x10.py')
-rw-r--r--archipack/presets/archipack_floor/herringbone_50x10.py58
1 files changed, 27 insertions, 31 deletions
diff --git a/archipack/presets/archipack_floor/herringbone_50x10.py b/archipack/presets/archipack_floor/herringbone_50x10.py
index a1f196ef..33acfa23 100644
--- a/archipack/presets/archipack_floor/herringbone_50x10.py
+++ b/archipack/presets/archipack_floor/herringbone_50x10.py
@@ -1,34 +1,30 @@
import bpy
d = bpy.context.active_object.data.archipack_floor[0]
-
-d.space_l = 0.004999999888241291
-d.is_width_vary = False
-d.offset_vary = 47.810237884521484
-d.is_ran_thickness = False
-d.b_length = 2.0
-d.t_length = 0.30000001192092896
-d.space_w = 0.004999999888241291
-d.t_width_s = 0.10000000149011612
-d.b_length_s = 0.5
-d.is_grout = False
-d.tile_types = '24'
+d.add_grout = False
+d.bevel = False
+d.bevel_amount = 0.001
+d.board_length = 2.0
+d.board_width = 0.1
+d.boards_in_group = 4
+d.length_spacing = 0.002
+d.length_variance = 50.0
+d.matid = 7
+d.max_boards = 20
+d.mortar_depth = 0.001
d.offset = 50.0
-d.width_vary = 50.0
-d.spacing = 0.0010000000474974513
-d.is_offset = True
-d.is_bevel = False
-d.is_random_offset = True
-d.bevel_amo = 0.001500000013038516
-d.thickness = 0.019999999552965164
-d.bevel_res = 1
-d.max_boards = 2
-d.b_width = 0.10000000149011612
-d.length_vary = 50.0
-d.ran_thickness = 50.0
-d.is_mat_vary = True
-d.hb_direction = '1'
-d.mat_vary = 3
-d.num_boards = 5
-d.t_width = 0.30000001192092896
-d.grout_depth = 0.0010000003967434168
-d.is_length_vary = False
+d.offset_variance = 50.0
+d.pattern = 'herringbone'
+d.random_offset = False
+d.random_uvs = True
+d.short_board_length = 0.5
+d.spacing = 0.0
+d.thickness = 0.02
+d.thickness_variance = 25.0
+d.tile_length = 0.3
+d.tile_width = 0.2
+d.vary_length = False
+d.vary_materials = True
+d.vary_thickness = False
+d.vary_width = False
+d.width_spacing = 0.002
+d.width_variance = 50.0