Linesets(bpy_struct)

base class — bpy_struct

class bpy.types.Linesets(bpy_struct)

Line sets for associating lines and style parameters

active

Active line set being displayed

Type

FreestyleLineSet, (readonly)

active_index

Index of active line set slot

Type

int in [0, inf], default 0

new(name)

Add a line set to scene render layer Freestyle settings

Parameters

name (string, (never None)) – New name for the line set (not unique)

Returns

Newly created line set

Return type

FreestyleLineSet

remove(lineset)

Remove a line set from scene render layer Freestyle settings

Parameters

lineset (FreestyleLineSet, (never None)) – Line set to remove

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

References