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

This commit is contained in:
Hans Goudey 2021-10-12 17:43:41 -05:00
parent 9e3c84a5d6
commit 53af51ad50
Notes: blender-bot 2023-02-14 01:57:12 +01:00
Referenced by issue #92466, Crash snapping to text objects with XRay shading
1 changed files with 1 additions and 0 deletions

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")