Blender Git Commit Log
Git Commits -> Revision a61ba6c
Revision a61ba6c by Bastien Montagne (master) June 11, 2020, 15:33 (GMT) |
Fix possibility to add objects in override collections. Override collections do not support that, add proper checks in BKE code adding objects to collections. Also try to find a suitable collection in parents in that case. Note that this is enforced on 'public' API level, internal code can still bypass those checks if needed. Exposing this possibility to public API should not be needed. |
Commit Details:
Full Hash: a61ba6c73dc5dd8e499fae7e911a74fe9c6bb877
Parent Commit: 3d18bd5
Lines Changed: +36, -1
1 Modified Path:
/source/blender/blenkernel/intern/collection.c (+36, -1) (Diff)