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

wicker_basket.py « curve.torus_knot_plus « operator « presets - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b43679569e256e7e585769c30fa49707d8e11599 (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
31
32
33
34
35
36
37
38
import bpy
op = bpy.context.active_operator

op.location = (0.0, 0.0, 0.0)
op.view_align = False
op.rotation = (0.0, 0.0, 0.0)
op.options_plus = True
op.absolute_location = False
op.use_colors = False
op.colorSet = '1'
op.random_colors = False
op.saturation = 0.75
op.geo_surface = True
op.geo_bDepth = 0.019999999552965164
op.geo_bRes = 2
op.geo_extrude = 0.0
op.geo_offset = 0.0
op.torus_p = 4
op.torus_q = 1
op.flip_p = False
op.flip_q = False
op.multiple_links = True
op.torus_u = 377
op.torus_v = 233
op.torus_rP = 0.0
op.torus_sP = 0.0
op.mode = 'MAJOR_MINOR'
op.torus_R = 1.0
op.torus_r = 0.10999999940395355
op.torus_iR = 0.75
op.torus_eR = 1.25
op.torus_s = 1.0
op.torus_h = 10.0
op.torus_res = 457
op.segment_res = 33
op.outputType = 'BEZIER'
op.handleType = 'AUTOMATIC'
op.adaptive_resolution = False