Blender  V3.3
Public Attributes | List of all members
DEGObjectIterData Struct Reference

#include <DEG_depsgraph_query.h>

Public Attributes

struct Depsgraphgraph
 
int flag
 
struct Scenescene
 
eEvaluationMode eval_mode
 
struct Objectnext_object
 
struct Objectdupli_parent
 
struct ListBasedupli_list
 
struct DupliObjectdupli_object_next
 
struct DupliObjectdupli_object_current
 
struct Object temp_dupli_object
 
size_t id_node_index
 
size_t num_id_nodes
 

Detailed Description

Definition at line 143 of file DEG_depsgraph_query.h.

Member Data Documentation

◆ dupli_list

struct ListBase* DEGObjectIterData::dupli_list

Definition at line 158 of file DEG_depsgraph_query.h.

◆ dupli_object_current

struct DupliObject* DEGObjectIterData::dupli_object_current

Definition at line 163 of file DEG_depsgraph_query.h.

◆ dupli_object_next

struct DupliObject* DEGObjectIterData::dupli_object_next

Definition at line 160 of file DEG_depsgraph_query.h.

◆ dupli_parent

struct Object* DEGObjectIterData::dupli_parent

Definition at line 156 of file DEG_depsgraph_query.h.

◆ eval_mode

eEvaluationMode DEGObjectIterData::eval_mode

Definition at line 149 of file DEG_depsgraph_query.h.

◆ flag

int DEGObjectIterData::flag

Definition at line 145 of file DEG_depsgraph_query.h.

◆ graph

struct Depsgraph* DEGObjectIterData::graph

Definition at line 144 of file DEG_depsgraph_query.h.

◆ id_node_index

size_t DEGObjectIterData::id_node_index

Definition at line 169 of file DEG_depsgraph_query.h.

◆ next_object

struct Object* DEGObjectIterData::next_object

Definition at line 151 of file DEG_depsgraph_query.h.

◆ num_id_nodes

size_t DEGObjectIterData::num_id_nodes

Definition at line 170 of file DEG_depsgraph_query.h.

◆ scene

struct Scene* DEGObjectIterData::scene

Definition at line 147 of file DEG_depsgraph_query.h.

◆ temp_dupli_object

struct Object DEGObjectIterData::temp_dupli_object

Definition at line 163 of file DEG_depsgraph_query.h.


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