Blender Git Loki
Git Commits -> Revision b37d36a
Revision b37d36a by Hans Goudey (master) September 21, 2021, 17:42 (GMT) |
Fix: Add versioning for geometry nodes attribute input toggle rB8e21d528cab98 neglected to add versioning to add the new "use_attribute" and "attribute_name" properties to the modifier input list. Though they are added if the modifier's interface is updated, that doesn't happen when the file is loaded, so patch adds them manually. Another solution would be calling `MOD_nodes_update_interface`, but that would require including the modifiers module. Differential Revision: https://developer.blender.org/D12535 |
Commit Details:
Full Hash: b37d36a60f9f60d8beb34142b4768f7bcd7bf987
Parent Commit: 3642e17
Lines Changed: +48, -0
1 Modified Path:
/source/blender/blenloader/intern/versioning_300.c (+48, -0) (Diff)