Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2018-12-03 12:38:46 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-12-03 12:39:54 +0300
commit394b086b9c1933122fec9a72db538c6a804a23cf (patch)
tree4f8ce5fcf4b2495c2fee370fc515c5fafcfd5361 /tests
parent1ac7a840f61fb7c76d605ce1b9051330098bc113 (diff)
Fix T58556: Some remaining 'dupli_types' in pycode after renaming.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/view_layer/test_group_e.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/python/view_layer/test_group_e.py b/tests/python/view_layer/test_group_e.py
index 14385411eca..7385d94f1f4 100644
--- a/tests/python/view_layer/test_group_e.py
+++ b/tests/python/view_layer/test_group_e.py
@@ -44,8 +44,8 @@ class UnitTesting(ViewLayerTesting):
empty = bpy.data.objects.new("Empty", None)
bpy.context.scene_collection.objects.link(empty)
layer_collection = bpy.context.layer_collection
- empty.dupli_type = 'GROUP'
- empty.dupli_group = group
+ empty.instance_type = 'GROUP'
+ empty.instance_collection = group
# prepare to delete the original object
# we could just pass an overridden context