Fix: Use distance unit for points node radius input
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user