base classes — bpy_struct, Modifier
Decimation modifier
Only dissolve angles below this (planar only)
Type : | float in [0, 3.14159], default 0.0 |
---|
Type : | enum in [‘COLLAPSE’, ‘UNSUBDIV’, ‘DISSOLVE’], default ‘COLLAPSE’ |
---|
The current number of faces in the decimated mesh
Type : | int in [-inf, inf], default 0, (readonly) |
---|
Invert vertex group influence (collapse only)
Type : | boolean, default False |
---|
Number of times reduce the geometry (unsubdivide only)
Type : | int in [0, 32767], default 0 |
---|
Ratio of triangles to reduce to (collapse only)
Type : | float in [0, 1], default 0.0 |
---|
Keep triangulated faces resulting from decimation (collapse only)
Type : | boolean, default False |
---|
Dissolve all vertices inbetween face boundaries (planar only)
Type : | boolean, default False |
---|
Vertex group name (collapse only)
Type : | string, default “”, (never None) |
---|
Inherited Properties
Inherited Functions