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_curve_aceous_galore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_curve_aceous_galore.py') diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 7b7159c0..a4ce149e 100644 --- a/add_curve_aceous_galore.py +++ b/add_curve_aceous_galore.py @@ -652,7 +652,7 @@ def createCurve(vertArray, options, curveOptions, align_matrix): scene.objects.link(new_obj) # place in active scene new_obj.selected = True # set as selected scene.objects.active = new_obj # set as active - new_obj.matrix = align_matrix # apply matrix + new_obj.matrix_world = align_matrix # apply matrix # set bezierhandles if splineType == 'BEZIER': -- cgit v1.2.3