Blender Git Commit Log
Git Commits -> Revision 9e30711
Revision 9e30711 by Bastien Montagne (master) June 16, 2020, 15:40 (GMT) |
Cleanup: remove hierarchy parameter from `BKE_collection_duplicate` It makes no sense to deep-copy a collection and not also copy its children collections... Parameter was not used anymore anyway. So now this duplicate function will always at least deep-duplicate all of its children collections, recursively. |
Commit Details:
Full Hash: 9e307117f8399eb84f1c4932a1f577ecdd0c8a2d
Parent Commit: 2c435cf
Lines Changed: +17, -31