Fix: Geometry Nodes: Wrong hash of Shortest Edge Path field #117391

Merged
Hans Goudey merged 1 commits from mod_moder/blender:tmp_fix_wrong_hash into main 2024-01-22 14:00:12 +01:00
1 changed files with 1 additions and 2 deletions

View File

@ -146,8 +146,7 @@ class ShortestEdgePathsNextVertFieldInput final : public bke::MeshFieldInput {
uint64_t hash() const override
{
/* Some random constant hash. */
return 8466507837;
return get_default_hash_2(end_selection_, cost_);
}
bool is_equal_to(const fn::FieldNode &other) const override