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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-15 18:55:28 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-15 19:05:28 +0300
commit8c37a7fe4a81e89c2400d4264b7fea8e89b56638 (patch)
tree6a21e76f5821b1f1f734f294c6a875211c48a159 /presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py
parent467303ba70d6f406a1942321f1962d2ce2491928 (diff)
Update for object add align property changes
Diffstat (limited to 'presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py')
-rw-r--r--presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py2
1 files changed, 1 insertions, 1 deletions
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 863be9e9..24acd03f 100644
--- a/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py
+++ b/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).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