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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'presets/operator/curve.torus_knot_plus/slinky_knot.py')
-rw-r--r--presets/operator/curve.torus_knot_plus/slinky_knot.py38
1 files changed, 38 insertions, 0 deletions
diff --git a/presets/operator/curve.torus_knot_plus/slinky_knot.py b/presets/operator/curve.torus_knot_plus/slinky_knot.py
new file mode 100644
index 00000000..c1e32914
--- /dev/null
+++ b/presets/operator/curve.torus_knot_plus/slinky_knot.py
@@ -0,0 +1,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 = '2'
+op.random_colors = False
+op.saturation = 0.75
+op.geo_surface = True
+op.geo_bDepth = 0.017999999225139618
+op.geo_bRes = 3
+op.geo_extrude = 0.0
+op.geo_offset = 0.0
+op.torus_p = 10
+op.torus_q = 100
+op.flip_p = False
+op.flip_q = False
+op.multiple_links = True
+op.torus_u = 1
+op.torus_v = 1
+op.torus_rP = 0.0
+op.torus_sP = 0.0
+op.mode = 'MAJOR_MINOR'
+op.torus_R = 1.0
+op.torus_r = 0.4000000059604645
+op.torus_iR = 0.75
+op.torus_eR = 1.25
+op.torus_s = 1.0
+op.torus_h = 1.0
+op.torus_res = 208
+op.segment_res = 12
+op.outputType = 'BEZIER'
+op.handleType = 'AUTOMATIC'
+op.adaptive_resolution = True