Blender Git Loki
Git Commits -> Revision 702e7bf
Revision 702e7bf by Bastien Montagne (master) March 6, 2019, 14:19 (GMT) |
Cleanup: remove no-op BKE_collection_copy_full(). That one was an empty place-holder, BKE_collection_duplicate() is now doing that. And its call from full scene copying is not needed currently, 'deep copy' in that case is handled in editor's `ED_scene_add()`. Note that at some point, we might want to move that logic into BKE, but for now let's keep thing as they are - working. |
Commit Details:
Full Hash: 702e7bfd5c27fe5d11c54e402e94c5bee9a1194e
Parent Commit: 4dbf5e3
Lines Changed: +0, -9