CyclesMeshSettings(PropertyGroup)¶
base classes — bpy_struct, PropertyGroup
-
class
bpy.types.CyclesMeshSettings(PropertyGroup)¶ -
dicing_rate¶ Type: float in [0.001, 1000], default 1.0
-
displacement_method¶ Method to use for the displacement
BUMPBump, Bump mapping to simulate the appearance of displacement.TRUETrue, Use true displacement only, requires fine subdivision.BOTHBoth, Combination of displacement and bump mapping.
Type: enum in [‘BUMP’, ‘TRUE’, ‘BOTH’], default ‘BUMP’
-
use_subdivision¶ Subdivide mesh for rendering
Type: boolean, default False
-
Inherited Properties
Inherited Functions
References