Blender Git Loki
December 19, 2016, 18:49 (GMT) |
Proper handling of IDs in do_versions_after_liblink. Basic idea is to store fileversion in Library datablock, and split again Main by libraries after lib linking, do_versions_after_liblink on those separated Mains, and merge again. This allows to still have correct versions for each data-block in that second do_versions step. |
December 19, 2016, 15:46 (GMT) |
Initial resurrection of `do_versions_after_linking()`. |