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/wicker_basket.py')
-rw-r--r--presets/operator/curve.torus_knot_plus/wicker_basket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/presets/operator/curve.torus_knot_plus/wicker_basket.py b/presets/operator/curve.torus_knot_plus/wicker_basket.py
index b4367956..fb5e206d 100644
--- a/presets/operator/curve.torus_knot_plus/wicker_basket.py
+++ b/presets/operator/curve.torus_knot_plus/wicker_basket.py
@@ -2,7 +2,7 @@ import bpy
op = bpy.context.active_operator
op.location = (0.0, 0.0, 0.0)
-op.view_align = False
+op.align = 'WORLD'
op.rotation = (0.0, 0.0, 0.0)
op.options_plus = True
op.absolute_location = False