Blender Git Commit Log
Git Commits -> Revision fc3aa6b
Revision fc3aa6b by Philipp Oeser (pygpu_extensions) February 12, 2021, 15:14 (GMT) |
Fix T85558: crash changing the resolution mode of the "volume to mesh" node The nodes update function geo_node_volume_to_mesh_update would not run if it is not the very first node in the tree. If the update function is not run, there are sockets not cleared from the SOCK_UNAVAIL flag (but this needs to be done -- these get available depending on the chosen mode). Havent tracked down why this was actually updating when it was the first node in the tree, but now make sure we always get an update by specifing an appropriate RNA update callback for the property. Maniphest Tasks: T85558 Differential Revision: https://developer.blender.org/D10403 |
Commit Details:
Full Hash: fc3aa6b7ebe4580c1f0a875368160a2c51f021b8
Parent Commit: 00d3faa
Committed By: Germano Cavalcante
Lines Changed: +1, -0
1 Modified Path:
/source/blender/makesrna/intern/rna_nodetree.c (+1, -0) (Diff)