|
Blender
V3.3
|
#include <DNA_workspace_types.h>
Public Attributes | |
| struct wmOwnerID * | next |
| struct wmOwnerID * | prev |
| char | name [64] |
Optional tags, which features to use, aligned with bAddon names by convention.
Definition at line 103 of file DNA_workspace_types.h.
| char wmOwnerID::name[64] |
MAX_NAME.
Definition at line 106 of file DNA_workspace_types.h.
| struct wmOwnerID* wmOwnerID::next |
Definition at line 104 of file DNA_workspace_types.h.
| struct wmOwnerID * wmOwnerID::prev |
Definition at line 104 of file DNA_workspace_types.h.