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/9x9_color.py')
-rw-r--r--presets/operator/curve.torus_knot_plus/9x9_color.py38
1 files changed, 38 insertions, 0 deletions
diff --git a/presets/operator/curve.torus_knot_plus/9x9_color.py b/presets/operator/curve.torus_knot_plus/9x9_color.py
new file mode 100644
index 00000000..a0622a92
--- /dev/null
+++ b/presets/operator/curve.torus_knot_plus/9x9_color.py
@@ -0,0 +1,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 = False
+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.019999999552965164
+op.geo_bRes = 2
+op.geo_extrude = 0.0
+op.geo_offset = 0.0
+op.torus_p = 9
+op.torus_q = 9
+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.25
+op.torus_iR = 0.75
+op.torus_eR = 1.25
+op.torus_s = 1.0
+op.torus_h = 1.0
+op.torus_res = 51
+op.segment_res = 12
+op.outputType = 'BEZIER'
+op.handleType = 'AUTOMATIC'
+op.adaptive_resolution = True