ObjectLineArt(bpy_struct)¶
base class — bpy_struct
- class bpy.types.ObjectLineArt(bpy_struct)¶
Object line art settings
- crease_threshold¶
Angles smaller than this will be treated as creases
- Type
float in [0, 3.14159], default 0.0
- usage¶
How to use this object in line art calculation
INHERITInherit, Use settings from the parent collection.INCLUDEInclude, Generate feature lines for this object’s data.OCCLUSION_ONLYOcclusion Only, Only use the object data to produce occlusion.EXCLUDEExclude, Don’t use this object for Line Art rendering.INTERSECTION_ONLYIntersection Only, Only generate intersection lines for this collection.NO_INTERSECTIONNo Intersection, Include this object but do not generate intersection lines.
- Type
enum in [‘INHERIT’, ‘INCLUDE’, ‘OCCLUSION_ONLY’, ‘EXCLUDE’, ‘INTERSECTION_ONLY’, ‘NO_INTERSECTION’], default ‘INHERIT’
- use_crease_override¶
Use this object’s crease setting to overwrite scene global
- Type
boolean, default False
- 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
References