Make layers unittest pass after filter cleanup
Update your svn lib.
Unittests broken since 7628961391.
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user