Geometry Nodes: Use standard node width for face neighbors node
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user