base class — bpy_struct
Line set for associating lines and style parameters
Specify a logical combination of selection conditions on feature edge types
| Type: | enum in [‘OR’, ‘AND’], default ‘OR’ |
|---|
Specify either inclusion or exclusion of feature edges selected by edge types
| Type: | enum in [‘INCLUSIVE’, ‘EXCLUSIVE’], default ‘INCLUSIVE’ |
|---|
Exclude border edges
| Type: | boolean, default False |
|---|
Exclude contours
| Type: | boolean, default False |
|---|
Exclude crease edges
| Type: | boolean, default False |
|---|
Exclude edge marks
| Type: | boolean, default False |
|---|
Exclude external contours
| Type: | boolean, default False |
|---|
Exclude edges at material boundaries
| Type: | boolean, default False |
|---|
Exclude ridges and valleys
| Type: | boolean, default False |
|---|
Exclude silhouette edges
| Type: | boolean, default False |
|---|
Exclude suggestive contours
| Type: | boolean, default False |
|---|
Specify a feature edge selection condition based on face marks
| Type: | enum in [‘ONE’, ‘BOTH’], default ‘ONE’ |
|---|
Specify either inclusion or exclusion of feature edges selected by face marks
| Type: | enum in [‘INCLUSIVE’, ‘EXCLUSIVE’], default ‘INCLUSIVE’ |
|---|
Specify either inclusion or exclusion of feature edges belonging to a group of objects
| Type: | enum in [‘INCLUSIVE’, ‘EXCLUSIVE’], default ‘INCLUSIVE’ |
|---|
Line style settings
| Type: | FreestyleLineStyle, (never None) |
|---|
Line set name
| Type: | string, default “”, (never None) |
|---|
Last QI value of the QI range
| Type: | int in [0, inf], default 0 |
|---|
First QI value of the QI range
| Type: | int in [0, inf], default 0 |
|---|
Select border edges (open mesh edges)
| Type: | boolean, default False |
|---|
Select feature edges based on edge types
| Type: | boolean, default False |
|---|
Select feature edges by face marks
| Type: | boolean, default False |
|---|
Select feature edges based on a group of objects
| Type: | boolean, default False |
|---|
Select feature edges by image border (less memory consumption)
| Type: | boolean, default False |
|---|
Select feature edges based on visibility
| Type: | boolean, default False |
|---|
Select contours (outer silhouettes of each object)
| Type: | boolean, default False |
|---|
Select crease edges (those between two faces making an angle smaller than the Crease Angle)
| Type: | boolean, default False |
|---|
Select edge marks (edges annotated by Freestyle edge marks)
| Type: | boolean, default False |
|---|
Select external contours (outer silhouettes of occluding and occluded objects)
| Type: | boolean, default False |
|---|
Select edges at material boundaries
| Type: | boolean, default False |
|---|
Select ridges and valleys (boundary lines between convex and concave areas of surface)
| Type: | boolean, default False |
|---|
Select silhouettes (edges at the boundary of visible and hidden faces)
| Type: | boolean, default False |
|---|
Select suggestive contours (almost silhouette/contour edges)
| Type: | boolean, default False |
|---|
Enable or disable this line set during stroke rendering
| Type: | boolean, default False |
|---|
Determine how to use visibility for feature edge selection
| Type: | enum in [‘VISIBLE’, ‘HIDDEN’, ‘RANGE’], default ‘VISIBLE’ |
|---|
Inherited Properties
Inherited Functions
References