|
Blender V4.3
|
#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 120 of file DNA_workspace_types.h.
| char wmOwnerID::name[128] |
Optional, see: wmOwnerID.
Definition at line 123 of file DNA_workspace_types.h.
| struct wmOwnerID* wmOwnerID::next |
Definition at line 121 of file DNA_workspace_types.h.
| struct wmOwnerID * wmOwnerID::prev |
Definition at line 121 of file DNA_workspace_types.h.