Blender  V2.93
Public Attributes | List of all members
bNodeTreeExec Struct Reference

#include <node_exec.h>

Public Attributes

struct bNodeTreenodetree
 
int totnodes
 
struct bNodeExecnodeexec
 
int stacksize
 
struct bNodeStackstack
 
ListBasethreadstack
 

Detailed Description

Definition at line 55 of file node_exec.h.

Member Data Documentation

◆ nodeexec

struct bNodeExec* bNodeTreeExec::nodeexec

Definition at line 59 of file node_exec.h.

◆ nodetree

struct bNodeTree* bNodeTreeExec::nodetree

Definition at line 56 of file node_exec.h.

◆ stack

struct bNodeStack* bNodeTreeExec::stack

Definition at line 62 of file node_exec.h.

◆ stacksize

int bNodeTreeExec::stacksize

Definition at line 61 of file node_exec.h.

◆ threadstack

ListBase* bNodeTreeExec::threadstack

Definition at line 64 of file node_exec.h.

◆ totnodes

int bNodeTreeExec::totnodes

Definition at line 58 of file node_exec.h.


The documentation for this struct was generated from the following file: