SubsurfModifier(Modifier)¶
base classes — bpy_struct, Modifier
-
class
bpy.types.SubsurfModifier(Modifier)¶ Subdivision surface modifier
-
levels¶ Number of subdivisions to perform
Type: int in [0, 11], default 0
-
render_levels¶ Number of subdivisions to perform when rendering
Type: int in [0, 11], default 0
-
show_only_control_edges¶ Skip drawing/rendering of interior subdivided edges
Type: boolean, default False
-
subdivision_type¶ Select type of subdivision algorithm
Type: enum in [‘CATMULL_CLARK’, ‘SIMPLE’], default ‘CATMULL_CLARK’
-
use_opensubdiv¶ Use OpenSubdiv for the subdivisions (viewport only)
Type: boolean, default False
-
use_subsurf_uv¶ Use subsurf to subdivide UVs
Type: boolean, default False
-
Inherited Properties
Inherited Functions