|
Blender V4.5
|
#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 249 of file DEG_depsgraph_query.hh.
| DEGObjectIterData & DEGObjectIterData::operator= | ( | const DEGObjectIterData & | other | ) |
Definition at line 307 of file depsgraph_query_iter.cc.
References dupli_list, dupli_object_current, dupli_object_next, dupli_parent, eval_mode, flag, graph, id_node_index, next_object, num_id_nodes, object_orig_with_preview, scene, settings, temp_dupli_object, and temp_dupli_object_runtime.
| ListBase* DEGObjectIterData::dupli_list |
Definition at line 268 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| DupliObject* DEGObjectIterData::dupli_object_current |
Definition at line 273 of file DEG_depsgraph_query.hh.
Referenced by blender::draw::ObjectRef::ObjectRef(), and operator=().
| DupliObject* DEGObjectIterData::dupli_object_next |
Definition at line 270 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Object* DEGObjectIterData::dupli_parent |
Definition at line 266 of file DEG_depsgraph_query.hh.
Referenced by blender::draw::ObjectRef::ObjectRef(), and operator=().
| eEvaluationMode DEGObjectIterData::eval_mode |
Definition at line 256 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| int DEGObjectIterData::flag |
Definition at line 252 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Depsgraph* DEGObjectIterData::graph |
Definition at line 251 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| size_t DEGObjectIterData::id_node_index |
Definition at line 280 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Object* DEGObjectIterData::next_object |
Definition at line 261 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| size_t DEGObjectIterData::num_id_nodes |
Definition at line 281 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 259 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Scene* DEGObjectIterData::scene |
Definition at line 254 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| DEGObjectIterSettings* DEGObjectIterData::settings |
Definition at line 250 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| Object DEGObjectIterData::temp_dupli_object |
Definition at line 276 of file DEG_depsgraph_query.hh.
Referenced by operator=().
| blender::bke::ObjectRuntime DEGObjectIterData::temp_dupli_object_runtime |
Definition at line 277 of file DEG_depsgraph_query.hh.
Referenced by operator=().