Blender V4.3
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 187 of file DEG_depsgraph_query.hh.

Member Data Documentation

◆ depsgraph

◆ flags

uint32_t DEGObjectIterSettings::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 208 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 202 of file DEG_depsgraph_query.hh.

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


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