[Bf-blender-cvs] [d8059a5f114] blender2.8: Make layers unittest pass after filter cleanup

Dalai Felinto noreply at git.blender.org
Tue Jan 30 22:07:45 CET 2018


Commit: d8059a5f1145f47f65cd111c3c892746487fda28
Author: Dalai Felinto
Date:   Tue Jan 30 19:01:43 2018 -0200
Branches: blender2.8
https://developer.blender.org/rBd8059a5f1145f47f65cd111c3c892746487fda28

Make layers unittest pass after filter cleanup

Update your svn lib.

Unittests broken since 76289613910073.

===================================================================

M	tests/python/view_layer/view_layer_common.py

===================================================================

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'):



More information about the Bf-blender-cvs mailing list