Fix #113340: Socket naming consistency #113353

Merged
Hans Goudey merged 2 commits from HamilcarR/blender:UI_geometry_nodes into main 2023-11-15 11:31:40 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ static void node_declare(NodeDeclarationBuilder &b)
.supports_field()
.subtype(PROP_DISTANCE)
.description("The radii of the new points");
b.add_output<decl::Geometry>("Geometry");
b.add_output<decl::Geometry>("Points" , "Geometry");
}
class PointsFieldContext : public FieldContext {