[Bf-extensions-cvs] [48c70b70] master: Add Curve: Extra Objects addon: Torus Knot: Fix presets

Spivak Vladimir cwolf3d noreply at git.blender.org
Sun Jul 14 12:11:06 CEST 2019


Commit: 48c70b708377311d25d81cfbfcaa5e27141eb088
Author: Spivak Vladimir (cwolf3d)
Date:   Sun Jul 14 13:10:02 2019 +0300
Branches: master
https://developer.blender.org/rBA48c70b708377311d25d81cfbfcaa5e27141eb088

Add Curve: Extra Objects addon: Torus Knot: Fix presets

===================================================================

M	presets/operator/curve.torus_knot_plus/13x8_wicker_globe.py
M	presets/operator/curve.torus_knot_plus/7x6.py
M	presets/operator/curve.torus_knot_plus/9x9_color.py
M	presets/operator/curve.torus_knot_plus/braided_coil.py
M	presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py
M	presets/operator/curve.torus_knot_plus/slinky_knot.py
M	presets/operator/curve.torus_knot_plus/snowflake_(2d).py
M	presets/operator/curve.torus_knot_plus/sun_cross_(2d).py
M	presets/operator/curve.torus_knot_plus/tripple_dna.py
M	presets/operator/curve.torus_knot_plus/wicker_basket.py

===================================================================

diff --git a/presets/operator/curve.torus_knot_plus/13x8_wicker_globe.py b/presets/operator/curve.torus_knot_plus/13x8_wicker_globe.py
index d010a089..08a4e45b 100644
--- a/presets/operator/curve.torus_knot_plus/13x8_wicker_globe.py
+++ b/presets/operator/curve.torus_knot_plus/13x8_wicker_globe.py
@@ -34,5 +34,5 @@ op.torus_h = 1.0
 op.torus_res = 767
 op.segment_res = 12
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = True
diff --git a/presets/operator/curve.torus_knot_plus/7x6.py b/presets/operator/curve.torus_knot_plus/7x6.py
index 03388799..22733e85 100644
--- a/presets/operator/curve.torus_knot_plus/7x6.py
+++ b/presets/operator/curve.torus_knot_plus/7x6.py
@@ -34,5 +34,5 @@ op.torus_h = 1.0
 op.torus_res = 360
 op.segment_res = 12
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = True
diff --git a/presets/operator/curve.torus_knot_plus/9x9_color.py b/presets/operator/curve.torus_knot_plus/9x9_color.py
index 5eadb405..84e5169a 100644
--- a/presets/operator/curve.torus_knot_plus/9x9_color.py
+++ b/presets/operator/curve.torus_knot_plus/9x9_color.py
@@ -34,5 +34,5 @@ op.torus_h = 1.0
 op.torus_res = 51
 op.segment_res = 12
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = True
diff --git a/presets/operator/curve.torus_knot_plus/braided_coil.py b/presets/operator/curve.torus_knot_plus/braided_coil.py
index 13ca7851..4bc9d340 100644
--- a/presets/operator/curve.torus_knot_plus/braided_coil.py
+++ b/presets/operator/curve.torus_knot_plus/braided_coil.py
@@ -34,5 +34,5 @@ op.torus_h = 1.0
 op.torus_res = 143
 op.segment_res = 12
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = False
diff --git a/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py b/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py
index 24acd03f..c9057502 100644
--- a/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py
+++ b/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py
@@ -34,5 +34,5 @@ op.torus_h = 0.0
 op.torus_res = 198
 op.segment_res = 33
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = False
diff --git a/presets/operator/curve.torus_knot_plus/slinky_knot.py b/presets/operator/curve.torus_knot_plus/slinky_knot.py
index 45bd935e..0d83b789 100644
--- a/presets/operator/curve.torus_knot_plus/slinky_knot.py
+++ b/presets/operator/curve.torus_knot_plus/slinky_knot.py
@@ -34,5 +34,5 @@ op.torus_h = 1.0
 op.torus_res = 208
 op.segment_res = 12
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = True
diff --git a/presets/operator/curve.torus_knot_plus/snowflake_(2d).py b/presets/operator/curve.torus_knot_plus/snowflake_(2d).py
index 429cd38f..77a14b82 100644
--- a/presets/operator/curve.torus_knot_plus/snowflake_(2d).py
+++ b/presets/operator/curve.torus_knot_plus/snowflake_(2d).py
@@ -34,5 +34,5 @@ op.torus_h = 0.0
 op.torus_res = 175
 op.segment_res = 33
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = False
diff --git a/presets/operator/curve.torus_knot_plus/sun_cross_(2d).py b/presets/operator/curve.torus_knot_plus/sun_cross_(2d).py
index 1151ef4d..8998d691 100644
--- a/presets/operator/curve.torus_knot_plus/sun_cross_(2d).py
+++ b/presets/operator/curve.torus_knot_plus/sun_cross_(2d).py
@@ -34,5 +34,5 @@ op.torus_h = 0.0
 op.torus_res = 193
 op.segment_res = 33
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = False
diff --git a/presets/operator/curve.torus_knot_plus/tripple_dna.py b/presets/operator/curve.torus_knot_plus/tripple_dna.py
index 4ad6df87..f24fcd4f 100644
--- a/presets/operator/curve.torus_knot_plus/tripple_dna.py
+++ b/presets/operator/curve.torus_knot_plus/tripple_dna.py
@@ -34,5 +34,5 @@ op.torus_h = 1.0
 op.torus_res = 526
 op.segment_res = 40
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = True
diff --git a/presets/operator/curve.torus_knot_plus/wicker_basket.py b/presets/operator/curve.torus_knot_plus/wicker_basket.py
index fb5e206d..284a3096 100644
--- a/presets/operator/curve.torus_knot_plus/wicker_basket.py
+++ b/presets/operator/curve.torus_knot_plus/wicker_basket.py
@@ -34,5 +34,5 @@ op.torus_h = 10.0
 op.torus_res = 457
 op.segment_res = 33
 op.outputType = 'BEZIER'
-op.handleType = 'AUTOMATIC'
+op.handleType = 'AUTO'
 op.adaptive_resolution = False



More information about the Bf-extensions-cvs mailing list