Blender  V3.3
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 39 of file node_exec.h.

Member Data Documentation

◆ nodeexec

struct bNodeExec* bNodeTreeExec::nodeexec

Definition at line 43 of file node_exec.h.

◆ nodetree

struct bNodeTree* bNodeTreeExec::nodetree

Definition at line 40 of file node_exec.h.

◆ stack

struct bNodeStack* bNodeTreeExec::stack

Definition at line 46 of file node_exec.h.

◆ stacksize

int bNodeTreeExec::stacksize

Definition at line 45 of file node_exec.h.

◆ threadstack

ListBase* bNodeTreeExec::threadstack

Definition at line 48 of file node_exec.h.

◆ totnodes

int bNodeTreeExec::totnodes

Definition at line 42 of file node_exec.h.


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