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
TRIANGLES
Triangles, Create triangle geometry around strands.LINE_SEGMENTS
Line Segments, Use line segment primitives.CURVE_SEGMENTS
Curve 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
RIBBONS
Ribbons, Ignore thickness of each strand.THICK
Thick, 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.Struct
subclass
-
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