Node Subdivision Surface#

from geonodes import nodes

node = nodes.SubdivisionSurface(mesh=None, level=None, edge_crease=None, vertex_crease=None, boundary_smooth='ALL', uv_smooth='PRESERVE_BOUNDARIES')

Blender Image

Args:#

Input socket arguments:#

Node parameter arguments:#

  • boundary_smooth (str): default = ‘ALL’ in (‘PRESERVE_CORNERS’, ‘ALL’)

  • uv_smooth (str): default = ‘PRESERVE_BOUNDARIES’ in (‘NONE’, ‘PRESERVE_CORNERS’, ‘PRESERVE_CORNERS_AND_JUNCTIONS’, ‘PRESERVE_CORNERS_JUNCTIONS_AND_CONCAVE’, ‘PRESERVE_BOUNDARIES’, ‘SMOOTH_ALL’)

Output sockets:#

Implementation#

Class or method name

Definition

Mesh

subdivision_surface

def subdivision_surface(self, level=None, edge_crease=None, vertex_crease=None, boundary_smooth='ALL', uv_smooth='PRESERVE_BOUNDARIES'):

Go to top - main - nodes - nodes menus