Blender Git Commit Log
Git Commits -> Revision 51fa445
Revision 51fa445 by Hans Goudey (attribute-accessor, geometry-nodes, geometry-nodes-active-modifier-drawing, geometry-nodes-attribute-nodes, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup, temp-modifiers-instancing) October 30, 2020, 16:42 (GMT) |
Geometry Nodes: Add errors for out of sync sockets and properties Theoretically the modifier's properties could be changed or removed by Python, so it may be useful to have errors printed and added to the modifier in that case. I kept the check as a separate step from the `compute_geometry` pass because the object is needed to set the modifier error message. But it could easily be moved there in the future. |
Commit Details:
Full Hash: 51fa44522f7412f7db55628d4044e3939a4328fa
Parent Commit: 343e13f
Lines Changed: +42, -3
1 Modified Path:
/source/blender/modifiers/intern/MOD_nodes.cc (+42, -3) (Diff)