AOV(bpy_struct)
base class — bpy_struct
- class bpy.types.AOV(bpy_struct)
- is_valid
Is the name of the AOV conflicting (default True)
- Type:
bool
- name
Name of the AOV (default “”, never None)
- Type:
str
- type
Data type of the AOV (default
'COLOR')- Type:
Literal[‘COLOR’, ‘VALUE’]
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type: