|
Blender V4.3
|
#include <DEG_depsgraph_query.hh>
Public Member Functions | |
| DEGObjectIterData & | operator= (const DEGObjectIterData &other) |
Public Attributes | |
| DEGObjectIterSettings * | settings |
| Depsgraph * | graph |
| int | flag |
| Scene * | scene |
| eEvaluationMode | eval_mode |
| Object * | object_orig_with_preview |
| Object * | next_object |
| Object * | dupli_parent |
| ListBase * | dupli_list |
| DupliObject * | dupli_object_next |
| DupliObject * | dupli_object_current |
| Object | temp_dupli_object |
| blender::bke::ObjectRuntime | temp_dupli_object_runtime |
| size_t | id_node_index |
| size_t | num_id_nodes |
Definition at line 218 of file DEG_depsgraph_query.hh.
| DEGObjectIterData & DEGObjectIterData::operator= | ( | const DEGObjectIterData & | other | ) |
Definition at line 308 of file depsgraph_query_iter.cc.
References dupli_list, dupli_object_current, dupli_object_next, dupli_parent, eval_mode, flag, id_node_index, next_object, num_id_nodes, object_orig_with_preview, Object::runtime, settings, temp_dupli_object, and temp_dupli_object_runtime.
| ListBase* DEGObjectIterData::dupli_list |
Definition at line 237 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| DupliObject* DEGObjectIterData::dupli_object_current |
Definition at line 242 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| DupliObject* DEGObjectIterData::dupli_object_next |
Definition at line 239 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Object* DEGObjectIterData::dupli_parent |
Definition at line 235 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| eEvaluationMode DEGObjectIterData::eval_mode |
Definition at line 225 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| int DEGObjectIterData::flag |
Definition at line 221 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Depsgraph* DEGObjectIterData::graph |
Definition at line 220 of file DEG_depsgraph_query.hh.
| size_t DEGObjectIterData::id_node_index |
Definition at line 249 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Object* DEGObjectIterData::next_object |
Definition at line 230 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| size_t DEGObjectIterData::num_id_nodes |
Definition at line 250 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Object* DEGObjectIterData::object_orig_with_preview |
Object whose preview instead of evaluated geometry should be part of the iterator.
Definition at line 228 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Scene* DEGObjectIterData::scene |
Definition at line 223 of file DEG_depsgraph_query.hh.
| DEGObjectIterSettings* DEGObjectIterData::settings |
Definition at line 219 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Object DEGObjectIterData::temp_dupli_object |
Definition at line 245 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| blender::bke::ObjectRuntime DEGObjectIterData::temp_dupli_object_runtime |
Definition at line 246 of file DEG_depsgraph_query.hh.
Referenced by operator=().