Blender Git Commit Log
Git Commits -> Revision 6b4ca78
Revision 6b4ca78 by Hans Goudey (master) November 12, 2021, 23:07 (GMT) |
Fix T92636: Vector math node link disconnects when loading old file Previously, unique identifiers for sockets were created automatically, sometimes using .001 and sometimes _001. Now they are created manually with the second format, but some files were saved with .001 format. I think this was only an issue in the vector math node. rBd845ba481c6d fixed this problem in 3.1, but in a more general way. After I merge this patch to 3.1, I will revert it, since the versioning added in that commit will make this redundant. Differential Revision: https://developer.blender.org/D13209 |
Commit Details:
Full Hash: 6b4ca781085fecc1058566a3b51bd3536eb9d4a1
Parent Commit: 8d3a771
Lines Changed: +15, -2
1 Modified Path:
/source/blender/blenloader/intern/versioning_300.c (+15, -2) (Diff)