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

sun_cross_(2d).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: f3a49b0dd932272b9270379f97f5254c9929e916 (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 = 11
op.torus_q = 8
op.flip_p = False
op.flip_q = False
op.multiple_links = True
op.torus_u = 268
op.torus_v = 438
op.torus_rP = 0.0
op.torus_sP = 0.0
op.mode = 'MAJOR_MINOR'
op.torus_R = 0.0
op.torus_r = 2.0
op.torus_iR = 0.75
op.torus_eR = 1.25
op.torus_s = 1.0
op.torus_h = 0.0
op.torus_res = 193
op.segment_res = 33
op.outputType = 'BEZIER'
op.handleType = 'AUTOMATIC'
op.adaptive_resolution = False