Geometry Nodes: Use standard node width for face neighbors node

This commit is contained in:
Hans Goudey
2025-08-03 10:03:30 -04:00
parent 250e809d6f
commit e59fb784ff

View File

@@ -161,7 +161,6 @@ static void node_register()
ntype.ui_description = "Retrieve topology information relating to each face of a mesh";
ntype.enum_name_legacy = "MESH_FACE_NEIGHBORS";
ntype.nclass = NODE_CLASS_INPUT;
blender::bke::node_type_size_preset(ntype, blender::bke::eNodeSizePreset::Middle);
ntype.declare = node_declare;
ntype.geometry_node_execute = node_geo_exec;
blender::bke::node_register_type(ntype);