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

tripple_dna.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: ec3ce35bf2cc509e3a81b0d394ff0bb66dfff261 (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.rotation = (0.0, 0.0, 0.0)
op.location = (0.0, 0.0, 0.0)
op.view_align = False
op.options_plus = True
op.absolute_location = False
op.use_colors = True
op.colorSet = '1'
op.random_colors = False
op.saturation = 0.75
op.geo_surface = True
op.geo_bDepth = 0.03999999910593033
op.geo_bRes = 2
op.geo_extrude = 0.0
op.geo_offset = 0.0
op.torus_p = 12
op.torus_q = 14
op.flip_p = False
op.flip_q = False
op.multiple_links = True
op.torus_u = 1
op.torus_v = 33
op.torus_rP = 0.0
op.torus_sP = 0.0
op.mode = 'MAJOR_MINOR'
op.torus_R = 1.7200000286102295
op.torus_r = 0.25
op.torus_iR = 0.75
op.torus_eR = 1.25
op.torus_s = 1.0
op.torus_h = 1.0
op.torus_res = 526
op.segment_res = 40
op.outputType = 'BEZIER'
op.handleType = 'AUTOMATIC'
op.adaptive_resolution = True