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 'add_curve_extra_objects')
-rw-r--r--add_curve_extra_objects/add_surface_plane_cone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_extra_objects/add_surface_plane_cone.py b/add_curve_extra_objects/add_surface_plane_cone.py
index 4f34f654..94889f5b 100644
--- a/add_curve_extra_objects/add_surface_plane_cone.py
+++ b/add_curve_extra_objects/add_surface_plane_cone.py
@@ -330,7 +330,7 @@ class MakeSurfacePlane(Operator, MakeSurfaceHelpers):
bpy.ops.object.mode_set(mode='OBJECT')
bpy.ops.object.origin_set(type='ORIGIN_GEOMETRY', center='MEDIAN')
# transform scale
- bpy.ops.object.transform_apply(scale=True)
+ bpy.ops.object.transform_apply(location=False,rotation=False,scale=True)
# bring object to 3d cursor
bpy.ops.object.mode_set(mode='OBJECT')