|
Blender V4.3
|
#include <DNA_space_types.h>
Public Attributes | |
| ID | id |
| void * | py_draw |
| void * | py_event |
| void * | py_button |
| void * | py_browsercallback |
| void * | py_globaldict |
| int | flags |
| int | lastspace |
| char | scriptname [1024] |
| char | scriptarg [256] |
Script Runtime Data - Obsolete (pre 2.5).
Definition at line 1481 of file DNA_space_types.h.
| int Script::flags |
Definition at line 1490 of file DNA_space_types.h.
| ID Script::id |
Definition at line 1482 of file DNA_space_types.h.
| int Script::lastspace |
Definition at line 1490 of file DNA_space_types.h.
| void* Script::py_browsercallback |
Definition at line 1487 of file DNA_space_types.h.
| void* Script::py_button |
Definition at line 1486 of file DNA_space_types.h.
| void* Script::py_draw |
Definition at line 1484 of file DNA_space_types.h.
| void* Script::py_event |
Definition at line 1485 of file DNA_space_types.h.
| void* Script::py_globaldict |
Definition at line 1488 of file DNA_space_types.h.
| char Script::scriptarg[256] |
1024 = FILE_MAX.
Definition at line 1498 of file DNA_space_types.h.
| char Script::scriptname[1024] |
Store the script file here so we can re-run it on loading blender, if "Enable Scripts" is on 1024 = FILE_MAX.
Definition at line 1496 of file DNA_space_types.h.