Blender  V2.93
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 Objectgeometry_component_owner
 
int geometry_component_id
 
struct Object temp_geometry_component_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 140 of file DEG_depsgraph_query.h.

Member Data Documentation

◆ dupli_list

struct ListBase* DEGObjectIterData::dupli_list

Definition at line 163 of file DEG_depsgraph_query.h.

◆ dupli_object_current

struct DupliObject* DEGObjectIterData::dupli_object_current

Definition at line 168 of file DEG_depsgraph_query.h.

◆ dupli_object_next

struct DupliObject* DEGObjectIterData::dupli_object_next

Definition at line 165 of file DEG_depsgraph_query.h.

◆ dupli_parent

struct Object* DEGObjectIterData::dupli_parent

Definition at line 161 of file DEG_depsgraph_query.h.

◆ eval_mode

eEvaluationMode DEGObjectIterData::eval_mode

Definition at line 146 of file DEG_depsgraph_query.h.

◆ flag

int DEGObjectIterData::flag

Definition at line 142 of file DEG_depsgraph_query.h.

◆ geometry_component_id

int DEGObjectIterData::geometry_component_id

Definition at line 154 of file DEG_depsgraph_query.h.

◆ geometry_component_owner

struct Object* DEGObjectIterData::geometry_component_owner

Definition at line 152 of file DEG_depsgraph_query.h.

◆ graph

struct Depsgraph* DEGObjectIterData::graph

Definition at line 141 of file DEG_depsgraph_query.h.

◆ id_node_index

size_t DEGObjectIterData::id_node_index

Definition at line 174 of file DEG_depsgraph_query.h.

◆ num_id_nodes

size_t DEGObjectIterData::num_id_nodes

Definition at line 175 of file DEG_depsgraph_query.h.

◆ scene

struct Scene* DEGObjectIterData::scene

Definition at line 144 of file DEG_depsgraph_query.h.

◆ temp_dupli_object

struct Object DEGObjectIterData::temp_dupli_object

Definition at line 168 of file DEG_depsgraph_query.h.

◆ temp_geometry_component_object

struct Object DEGObjectIterData::temp_geometry_component_object

Definition at line 154 of file DEG_depsgraph_query.h.


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