Blender V4.5
DEGObjectIterSettings Struct Reference

#include <DEG_depsgraph_query.hh>

Public Attributes

Depsgraph * depsgraph
uint32_t flags
const ViewerPathviewer_path
blender::Set< const Object * > * included_objects

Detailed Description

Definition at line 218 of file DEG_depsgraph_query.hh.

Member Data Documentation

◆ depsgraph

◆ flags

◆ included_objects

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 239 of file DEG_depsgraph_query.hh.

Referenced by lineart_main_load_geometries().

◆ viewer_path

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 233 of file DEG_depsgraph_query.hh.

Referenced by DRW_draw_depth_loop(), drw_draw_render_loop_3d(), and DRW_draw_select_loop().


The documentation for this struct was generated from the following file: