|
Blender V5.0
|
#include <DEG_depsgraph_query.hh>
Public Member Functions | |
| void | transfer_from (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 |
| DupliList | dupli_list |
| DupliObject * | dupli_object_next |
| int | dupli_object_next_index |
| 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 250 of file DEG_depsgraph_query.hh.
| void DEGObjectIterData::transfer_from | ( | DEGObjectIterData & | other | ) |
Definition at line 272 of file depsgraph_query_iter.cc.
References BLI_assert, dupli_list, dupli_object_current, dupli_object_next, dupli_object_next_index, 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.
| DupliList DEGObjectIterData::dupli_list |
Definition at line 269 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| DupliObject* DEGObjectIterData::dupli_object_current |
Definition at line 276 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| DupliObject* DEGObjectIterData::dupli_object_next |
Definition at line 271 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| int DEGObjectIterData::dupli_object_next_index |
Definition at line 273 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| Object* DEGObjectIterData::dupli_parent |
Definition at line 267 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| eEvaluationMode DEGObjectIterData::eval_mode |
Definition at line 257 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| int DEGObjectIterData::flag |
Definition at line 253 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| Depsgraph* DEGObjectIterData::graph |
Definition at line 252 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| size_t DEGObjectIterData::id_node_index |
Definition at line 283 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| Object* DEGObjectIterData::next_object |
Definition at line 262 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| size_t DEGObjectIterData::num_id_nodes |
Definition at line 284 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| Object* DEGObjectIterData::object_orig_with_preview |
Object whose preview instead of evaluated geometry should be part of the iterator.
Definition at line 260 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| Scene* DEGObjectIterData::scene |
Definition at line 255 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| DEGObjectIterSettings* DEGObjectIterData::settings |
Definition at line 251 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| Object DEGObjectIterData::temp_dupli_object |
Definition at line 279 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().
| blender::bke::ObjectRuntime DEGObjectIterData::temp_dupli_object_runtime |
Definition at line 280 of file DEG_depsgraph_query.hh.
Referenced by transfer_from().