MultiresModifier(Modifier)

base classes — bpy_struct, Modifier

class bpy.types.MultiresModifier(Modifier)

Multiresolution mesh modifier

filepath

Path to external displacements file

Type :string, default “”
is_external

Store multires displacements outside the .blend file, to save memory

Type :boolean, default False, (readonly)
levels

Number of subdivisions to use in the viewport

Type :int in [0, 255], default 0
render_levels

The subdivision level visible at render time

Type :int in [0, 255], default 0
sculpt_levels

Number of subdivisions to use in sculpt mode

Type :int in [0, 255], default 0
show_only_control_edges

Skip drawing/rendering of interior subdivided edges

Type :boolean, default False
subdivision_type

Selects type of subdivision algorithm

Type :enum in [‘CATMULL_CLARK’, ‘SIMPLE’], default ‘CATMULL_CLARK’
total_levels

Number of subdivisions for which displacements are stored

Type :int in [0, 255], default 0, (readonly)
use_subsurf_uv

Use subsurf to subdivide UVs

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

MulticamSequence(Sequence)

Next topic

MusgraveTexture(Texture)