Fix: Use distance unit for points node radius input

This commit is contained in:
2022-06-28 16:03:04 -05:00
parent 1c61db5346
commit 2d18dd9309

View File

@@ -20,7 +20,7 @@ static void node_declare(NodeDeclarationBuilder &b)
.description(N_("The positions of the new points"));
b.add_input<decl::Float>(N_("Radius"))
.supports_field()
.supports_field()
.subtype(PROP_DISTANCE)
.default_value(float(0.1f))
.description(N_("The radii of the new points"));
b.add_output<decl::Geometry>(N_("Geometry"));