1
1

Geometry Nodes: Add "XYZ" label to instance on points scale

This commit is contained in:
2021-10-12 17:43:41 -05:00
parent 9e3c84a5d6
commit 53af51ad50

View File

@@ -44,6 +44,7 @@ static void geo_node_instance_on_points_declare(NodeDeclarationBuilder &b)
.description("Rotation of the instances");
b.add_input<decl::Vector>("Scale")
.default_value({1.0f, 1.0f, 1.0f})
.subtype(PROP_XYZ)
.supports_field()
.description("Scale of the instances");
b.add_input<decl::Int>("Stable ID")