Blender V5.0
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 219 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 240 of file DEG_depsgraph_query.hh.

Referenced by blender::draw::foreach_obref_in_scene(), and 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 234 of file DEG_depsgraph_query.hh.

Referenced by blender::draw::foreach_obref_in_scene().


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