Blender Git Loki
Git Commits -> Revision 4ed1e19
Revision 4ed1e19 by Sybren A. Stüvel (master) November 1, 2021, 17:51 (GMT) |
Cleanup: extract versioning code for remapping node socket animation When node input sockets are animated, they target the socket by index. As a result, animation data needs to be updated whenever new sockets are added (except when they're added at the end of the list). The code for this is now extracted into its own versioning function, so that it can be used for other versioning steps as well. No functional changes. |
Commit Details:
Full Hash: 4ed1e19d2f30f2b4ba4313feeaa7c4e56f96b891
Parent Commit: 2f667c2
Lines Changed: +69, -27