Blender Git Commit Log
Git Commits -> Revision e1cbac7
Revision e1cbac7 by Dalai Felinto (master) January 3, 2018, 21:33 (GMT) |
Fix FOREACH_SCENE_COLLECTION/FOREACH_SCENE_OBJECT for nested collections This fixes any function that relied on these iterators such as: * Outliner Same Type * Metaballs * scene.objects We were not considering the collections when there was collections nested to the collections nested to the master collection. It includes a unittest. |
Commit Details:
Full Hash: e1cbac715a85204bad48035eb8ee1af79648cd83
Parent Commit: 10f0635
Lines Changed: +60, -0
1 Added Path:
/tests/python/view_layer/test_scene_objects.py (+58, -0) (View)