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
- BUMP Bump, Bump mapping to simulate the appearance of displacement.
- TRUE True, Use true displacement only, requires fine subdivision.
- BOTH Both, 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