Blender Git Loki
Git Commits -> Revision 14d74fb
Revision 14d74fb by Bastien Montagne (master) April 8, 2021, 09:45 (GMT) |
BKE_collection: Add a util returning a gset with all objects in given scene's collections. This is internaly using the code of `BKE_scene_objects_iterator` and steals its gset. More efficient than using that iterator directly to rebuild another GSet... |
Commit Details:
Full Hash: 14d74fb34174a91190d35d7fe595f8dd64cb79d1
Parent Commit: b4d6fe1
Lines Changed: +42, -4