Fix T89329: icosphere subdivisions can be set to 0
Differential Revision: https://developer.blender.org/D11658
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
static bNodeSocketTemplate geo_node_mesh_primitive_ico_sphere_in[] = {
|
||||
{SOCK_FLOAT, N_("Radius"), 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, FLT_MAX, PROP_DISTANCE},
|
||||
{SOCK_INT, N_("Subdivisions"), 1, 0, 0, 0, 0, 7},
|
||||
{SOCK_INT, N_("Subdivisions"), 1, 0, 0, 0, 1, 7},
|
||||
{-1, ""},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user