Blender Git Commit Log

Git Commits -> Revision 2c435cf

Revision 2c435cf by Bastien Montagne (master)
June 16, 2020, 15:40 (GMT)
Cleanup: get rid of `BKE_collection_copy`.

We want to get rid of those for all ID types ultimately, but that one
was only used in one place, being the only one calling
`BKE_collection_duplicate` without hierarchical duplicate and parent
collection pointer, effectively using the full power of the complex deep
duplication code for a mere `BKE_id_copy` call...

This will allow for further cleanup in duplicate code.

Commit Details:

Full Hash: 2c435cf249cc01550c04e284eda3eb3cf6cf223e
Parent Commit: 2e5ef86
Lines Changed: +4, -16

3 Modified Paths:

/source/blender/blenkernel/BKE_collection.h (+0, -4) (Diff)
/source/blender/blenkernel/intern/collection.c (+0, -11) (Diff)
/source/blender/editors/object/object_relations.c (+4, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021