Fix: don't set default value for unused socket in geometry nodes
Setting the default value resulted in an incorrect tooltip. Differential Revision: https://developer.blender.org/D16957
This commit is contained in:
committed by
Jacques Lucke
parent
5320372c34
commit
154d3e95f8
@@ -147,7 +147,6 @@ static void node_geo_exec(GeoNodeExecParams params)
|
||||
|
||||
if (!attribute_id) {
|
||||
params.set_output("Geometry", geometry_set);
|
||||
params.set_default_remaining_outputs();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user