Import_3ds: Improved distance cue chunk import
[blender-addons.git] / presets / operator / curve.torus_knot_plus / slinky_knot.py
blob0d83b7895aac2ec01f53bbda1320395c2a0bc6a5
1 import bpy
2 op = bpy.context.active_operator
4 op.rotation = (0.0, 0.0, 0.0)
5 op.location = (0.0, 0.0, 0.0)
6 op.align = 'WORLD'
7 op.options_plus = True
8 op.absolute_location = False
9 op.use_colors = True
10 op.colorSet = '2'
11 op.random_colors = False
12 op.saturation = 0.75
13 op.geo_surface = True
14 op.geo_bDepth = 0.017999999225139618
15 op.geo_bRes = 3
16 op.geo_extrude = 0.0
17 op.geo_offset = 0.0
18 op.torus_p = 10
19 op.torus_q = 100
20 op.flip_p = False
21 op.flip_q = False
22 op.multiple_links = True
23 op.torus_u = 1
24 op.torus_v = 1
25 op.torus_rP = 0.0
26 op.torus_sP = 0.0
27 op.mode = 'MAJOR_MINOR'
28 op.torus_R = 1.0
29 op.torus_r = 0.4000000059604645
30 op.torus_iR = 0.75
31 op.torus_eR = 1.25
32 op.torus_s = 1.0
33 op.torus_h = 1.0
34 op.torus_res = 208
35 op.segment_res = 12
36 op.outputType = 'BEZIER'
37 op.handleType = 'AUTO'
38 op.adaptive_resolution = True