AOV(bpy_struct)
base class — bpy_struct
- class bpy.types.AOV(bpy_struct)
- is_valid
Is the name of the AOV conflicting
- Type:
boolean, default False
- name
Name of the AOV
- Type:
string, default “”, (never None)
- type
Data type of the AOV
- Type:
enum in [
'COLOR'
,'VALUE'
], default"'COLOR'"
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass