Blender
V3.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 1455 of file DNA_space_types.h.
int Script::flags |
Definition at line 1464 of file DNA_space_types.h.
ID Script::id |
Definition at line 1456 of file DNA_space_types.h.
int Script::lastspace |
Definition at line 1464 of file DNA_space_types.h.
void* Script::py_browsercallback |
Definition at line 1461 of file DNA_space_types.h.
void* Script::py_button |
Definition at line 1460 of file DNA_space_types.h.
void* Script::py_draw |
Definition at line 1458 of file DNA_space_types.h.
void* Script::py_event |
Definition at line 1459 of file DNA_space_types.h.
void* Script::py_globaldict |
Definition at line 1462 of file DNA_space_types.h.
char Script::scriptarg[256] |
1024 = FILE_MAX.
Definition at line 1472 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 1470 of file DNA_space_types.h.