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

herringbone_p_50x10.py « archipack_floor « presets « archipack - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03a68ec94afc2065de17b0b22721e2f6e519c02b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
import bpy
d = bpy.context.active_object.data.archipack_floor[0]
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.offset_variance = 50.0
d.pattern = 'herringbone_parquet'
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