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:
authorCampbell Barton <ideasman42@gmail.com>2010-08-21 09:27:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-21 09:27:49 +0400
commit2e2d7c7a52b818329189ac63188212b2d8108aeb (patch)
treee8db151d577761cb10a37aa5a4f489c77132a1b1 /object_add_chain.py
parent902440537e155a5aaad92bb9e753cb2a33eca47f (diff)
update for changes in rna
Diffstat (limited to 'object_add_chain.py')
-rw-r--r--object_add_chain.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_add_chain.py b/object_add_chain.py
index 5c766af4..ee444899 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -104,8 +104,8 @@ release_confirm=False)
array.fit_type = ('FIT_CURVE')
array.curve = curv
array.offset_object = emp
- array.add_offset_object = True
- array.relative_offset_displacement = [ 0.549, 0, 0 ]
+ array.use_object_offset = True
+ array.relative_offset_displace = [ 0.549, 0, 0 ]
##Add curve modifier
bpy.ops.object.modifier_add(type='CURVE')