CyclesCurveRenderSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.CyclesCurveRenderSettings(bpy_struct)¶ -
cull_backfacing¶ Do not test the back-face of each strand
Type: boolean, default True
-
primitive¶ Type of primitive used for hair rendering
TRIANGLESTriangles, Create triangle geometry around strands.LINE_SEGMENTSLine Segments, Use line segment primitives.CURVE_SEGMENTSCurve Segments, Use segmented cardinal curve primitives.
Type: enum in [‘TRIANGLES’, ‘LINE_SEGMENTS’, ‘CURVE_SEGMENTS’], default ‘LINE_SEGMENTS’
-
resolution¶ Resolution of generated mesh
Type: int in [3, 64], default 3
-
shape¶ Form of hair
RIBBONSRibbons, Ignore thickness of each strand.THICKThick, Use thickness of strand when rendering.
Type: enum in [‘RIBBONS’, ‘THICK’], default ‘THICK’
-
subdivisions¶ Number of subdivisions used in Cardinal curve intersection (power of 2)
Type: int in [0, 24], default 4
-
use_curves¶ Activate Cycles hair rendering for particle system
Type: boolean, default True
-
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