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