From f95f6ed04f447afe4ba0bab6ad9a54c5b0dd699c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Jul 2010 17:39:45 +0000 Subject: update for changes in blender --- add_mesh_gemstones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_mesh_gemstones.py') diff --git a/add_mesh_gemstones.py b/add_mesh_gemstones.py index 5f916d67..0d12ab16 100644 --- a/add_mesh_gemstones.py +++ b/add_mesh_gemstones.py @@ -107,7 +107,7 @@ def create_mesh_object(context, verts, edges, faces, name, edit, align_matrix): # Place the object at the 3D cursor location. # apply viewRotaion - ob_new.matrix = align_matrix + ob_new.matrix_world = align_matrix if obj_act and obj_act.mode == 'EDIT': if not edit: -- cgit v1.2.3