|
Blender V5.0
|
#include <DEG_depsgraph_query.hh>
Public Attributes | |
| Depsgraph * | depsgraph |
| uint32_t | flags |
| const ViewerPath * | viewer_path |
| blender::Set< const Object * > * | included_objects |
Definition at line 219 of file DEG_depsgraph_query.hh.
| Depsgraph* DEGObjectIterSettings::depsgraph |
Definition at line 220 of file DEG_depsgraph_query.hh.
Referenced by BKE_scene_foreach_display_point(), blender::ed::sculpt_paint::cloth::cloth_brush_collider_cache_create(), DRW_cache_free_old_batches(), drw_draw_render_loop_2d(), DRW_render_check_grease_pencil(), blender::io::stl::export_frame(), blender::io::obj::filter_supported_objects(), blender::draw::foreach_obref_in_scene(), lineart_main_load_geometries(), Freestyle::BlenderFileLoader::Load(), blender::io::ply::load_plydata(), make_child_duplis(), and stats_update().
| uint32_t DEGObjectIterSettings::flags |
Bit-field of the DegIterFlag.
NOTE: Be careful with DEG_ITER_OBJECT_FLAG_LINKED_INDIRECTLY objects. Although they are available they have no overrides (collection_properties) and will crash if you try to access it.
Definition at line 228 of file DEG_depsgraph_query.hh.
Referenced by BKE_scene_foreach_display_point(), blender::ed::sculpt_paint::cloth::cloth_brush_collider_cache_create(), DRW_cache_free_old_batches(), drw_draw_render_loop_2d(), DRW_render_check_grease_pencil(), blender::io::stl::export_frame(), blender::io::obj::filter_supported_objects(), blender::draw::foreach_obref_in_scene(), lineart_main_load_geometries(), Freestyle::BlenderFileLoader::Load(), blender::io::ply::load_plydata(), make_child_duplis(), and stats_update().
| blender::Set<const Object *>* DEGObjectIterSettings::included_objects |
If not empty, the iterator should only return objects that are in this list (or their instances are in it). Pointers in this span should be the original data-block.
Definition at line 240 of file DEG_depsgraph_query.hh.
Referenced by blender::draw::foreach_obref_in_scene(), and lineart_main_load_geometries().
| const ViewerPath* DEGObjectIterSettings::viewer_path |
When set, the final evaluated geometry of the corresponding object is omitted. Instead the geometry for the viewer path included in the iterator.
Definition at line 234 of file DEG_depsgraph_query.hh.
Referenced by blender::draw::foreach_obref_in_scene().