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

This reverts commit 154d3e95f8.

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
Notes: blender-bot 2023-02-14 08:08:54 +01:00
Referenced by issue #103652, Crash when Rendering Hair in EEVEE
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}