|
Blender V5.0
|
#include <DNA_workspace_types.h>
Public Attributes | |
| struct wmOwnerID * | next |
| struct wmOwnerID * | prev |
| char | name [128] |
Optional tags, which features to use, aligned with bAddon names by convention.
Definition at line 137 of file DNA_workspace_types.h.
| char wmOwnerID::name[128] |
Optional, see: wmOwnerID.
Definition at line 140 of file DNA_workspace_types.h.
| struct wmOwnerID* wmOwnerID::next |
Definition at line 138 of file DNA_workspace_types.h.
| struct wmOwnerID * wmOwnerID::prev |
Definition at line 138 of file DNA_workspace_types.h.