Fix: incorrect warning in Instances to Points node

This commit is contained in:
Jacques Lucke 2021-10-27 15:29:03 +02:00
parent 9217f5c7a3
commit 7cbb01f07e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace blender::nodes {
static void geo_node_instances_to_points_declare(NodeDeclarationBuilder &b)
{
b.add_input<decl::Geometry>("Instances").supported_type(GEO_COMPONENT_TYPE_INSTANCES);
b.add_input<decl::Geometry>("Instances").only_instances();
b.add_input<decl::Bool>("Selection").default_value(true).hide_value().supports_field();
b.add_input<decl::Vector>("Position").implicit_field();
b.add_input<decl::Float>("Radius")