Blender
V3.3
|
#include <node_exec.h>
Public Attributes | |
struct bNodeTree * | nodetree |
int | totnodes |
struct bNodeExec * | nodeexec |
int | stacksize |
struct bNodeStack * | stack |
ListBase * | threadstack |
Definition at line 39 of file node_exec.h.
struct bNodeExec* bNodeTreeExec::nodeexec |
Definition at line 43 of file node_exec.h.
struct bNodeTree* bNodeTreeExec::nodetree |
Definition at line 40 of file node_exec.h.
struct bNodeStack* bNodeTreeExec::stack |
Definition at line 46 of file node_exec.h.
int bNodeTreeExec::stacksize |
Definition at line 45 of file node_exec.h.
ListBase* bNodeTreeExec::threadstack |
Definition at line 48 of file node_exec.h.
int bNodeTreeExec::totnodes |
Definition at line 42 of file node_exec.h.