|
Blender V4.3
|
#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 187 of file DEG_depsgraph_query.hh.
| Depsgraph* DEGObjectIterSettings::depsgraph |
Definition at line 188 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_depth_loop(), DRW_draw_render_loop_2d_ex(), DRW_draw_render_loop_ex(), DRW_draw_select_id(), DRW_draw_select_loop(), DRW_render_check_grease_pencil(), DRW_render_object_iter(), blender::io::stl::export_frame(), blender::io::obj::filter_supported_objects(), blender::io::obj::OBJImportTest::import_and_check(), blender::io::stl::stl_importer_test::import_and_check(), 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 196 of file DEG_depsgraph_query.hh.
Referenced by blender::ed::sculpt_paint::cloth::cloth_brush_collider_cache_create(), DRW_cache_free_old_batches(), DRW_draw_depth_loop(), DRW_draw_render_loop_2d_ex(), DRW_draw_render_loop_ex(), DRW_draw_select_id(), DRW_draw_select_loop(), DRW_render_check_grease_pencil(), DRW_render_object_iter(), and lineart_main_load_geometries().
| 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 208 of file DEG_depsgraph_query.hh.
Referenced by 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 202 of file DEG_depsgraph_query.hh.
Referenced by DRW_draw_depth_loop(), DRW_draw_render_loop_ex(), and DRW_draw_select_loop().