Blender Git Commit Log

Git Commits -> Revision 713010b

Revision 713010b by Dalai Felinto (master)
March 15, 2019, 19:09 (GMT)
Fix T62313 - No way to remove object from master collection in 3d view

This introduces a new iterator, FOREACH_COLLECTION, that unlike the
FOREACH_SCENE_COLLECTION it iterates over all the Blender file
collections, including the scene master collection, as well the database
ones (bmain).

Reviewers: brecht

Commit Details:

Full Hash: 713010bd7795c539c1c18afc3df9f25ab8ba6c12
Parent Commit: fcffbe1
Lines Changed: +79, -31

6 Modified Paths:

/source/blender/blenkernel/BKE_collection.h (+27, -1) (Diff)
/source/blender/blenkernel/BKE_object.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/collection.c (+20, -5) (Diff)
/source/blender/blenkernel/intern/object.c (+4, -4) (Diff)
/source/blender/editors/object/object_collection.c (+24, -17) (Diff)
/source/blender/editors/object/object_relations.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021