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:
authorDalai Felinto <dfelinto@gmail.com>2018-01-31 00:01:43 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-01-31 00:06:23 +0300
commitd8059a5f1145f47f65cd111c3c892746487fda28 (patch)
treefd1376900074eeaa4c4324328520ab7bf4844a90 /tests
parent133afc07b2555574c804f4932bc34903d15f3535 (diff)
Make layers unittest pass after filter cleanup
Update your svn lib. Unittests broken since 76289613910073.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/view_layer/view_layer_common.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/python/view_layer/view_layer_common.py b/tests/python/view_layer/view_layer_common.py
index f2da2291563..1ccd836c8d1 100644
--- a/tests/python/view_layer/view_layer_common.py
+++ b/tests/python/view_layer/view_layer_common.py
@@ -120,10 +120,7 @@ def get_scene_collection(collection):
name = collection.get(b'name')
data['name'] = name
- data['filter'] = collection.get(b'filter')
-
data['objects'] = get_scene_collection_objects(collection, b'objects')
- data['filter_objects'] = get_scene_collection_objects(collection, b'filter_objects')
collections = {}
for nested_collection in linkdata_iter(collection, b'scene_collections'):