Revert "Fix: don't set default value for unused socket in geometry nodes"

This reverts commit 154d3e95f862fd680879267b03bb050ffa178d05.

This caused crashes in the mouse house and flower shop benchmark files.
A proper solution will be investigated soon.
This commit is contained in:
Hans Goudey 2023-01-16 16:58:24 -06:00
parent 647a7da17d
commit 7241ab6ede

@ -147,6 +147,7 @@ static void node_geo_exec(GeoNodeExecParams params)
if (!attribute_id) {
params.set_output("Geometry", geometry_set);
params.set_default_remaining_outputs();
return;
}