Fix T87661: Attribute Combine XYZ node can't overwrite existing attribute

This commit is contained in:
Jacques Lucke 2021-04-23 12:44:21 +02:00
parent ffa8563429
commit f8e1526fa6

@ -112,6 +112,7 @@ static void combine_attributes(GeometryComponent &component, const GeoNodeExecPa
const float z = attribute_z[i];
attribute_result->set(i, {x, y, z});
}
attribute_result.save();
}
static void geo_node_attribute_combine_xyz_exec(GeoNodeExecParams params)