GreasePencilPalettes(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
GreasePencilPalettes
(bpy_struct)¶ Collection of grease pencil palettes
-
active
¶ Current active palette
Type: GPencilPalette
-
active_index
¶ Index of active palette
Type: int in [0, inf], default 0
-
new
(name, set_active=False)¶ Add a new grease pencil palette
Parameters: - name (string, (never None)) – Name, Name of the palette
- set_active (boolean, (optional)) – Set Active, Activate the newly created palette
Returns: The newly created palette
Return type:
-
remove
(palette)¶ Remove a grease pencil palette
Parameters: palette ( GPencilPalette
, (never None)) – The palette to remove
-
Inherited Properties
Inherited Functions
References