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
-
quality¶ Accuracy of vertex positions, lower value is faster but less precise
- Type
int in [1, 10], 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_creases¶ Use mesh edge crease information to sharpen edges
- Type
boolean, default False
-
use_custom_normals¶ Interpolates existing custom normals to resulting mesh
- Type
boolean, default False
-
uv_smooth¶ Controls how smoothing is applied to UVs
NONESharp, UVs are not smoothed, boundaries are kept sharp.PRESERVE_CORNERSSmooth, keep corners, UVs are smoothed, corners on discontinuous boundary are kept sharp.
- Type
enum in [‘NONE’, ‘PRESERVE_CORNERS’], default ‘NONE’
-
classmethod
bl_rna_get_subclass(id, default=None)¶ - Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Structsubclass
-
classmethod
bl_rna_get_subclass_py(id, default=None)¶ - Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
-
Inherited Properties
Inherited Functions