|
Blender V4.3
|
#include <DNA_userdef_types.h>
Public Attributes | |
| struct bPathCompare * | next |
| struct bPathCompare * | prev |
| char | path [768] |
| char | flag |
| char | _pad0 [7] |
Definition at line 564 of file DNA_userdef_types.h.
| char bPathCompare::_pad0[7] |
Definition at line 569 of file DNA_userdef_types.h.
| char bPathCompare::flag |
Definition at line 568 of file DNA_userdef_types.h.
Referenced by BKE_autoexec_match().
| struct bPathCompare* bPathCompare::next |
Definition at line 565 of file DNA_userdef_types.h.
Referenced by BKE_autoexec_match().
| char bPathCompare::path[768] |
FILE_MAXDIR.
Definition at line 567 of file DNA_userdef_types.h.
Referenced by BKE_autoexec_match().
| struct bPathCompare * bPathCompare::prev |
Definition at line 565 of file DNA_userdef_types.h.