Blender V5.0
blender::nodes::GeoNodesModifierData Struct Reference

#include <NOD_geometry_nodes_lazy_function.hh>

Public Attributes

const Objectself_object = nullptr
Depsgraph * depsgraph = nullptr

Detailed Description

Data that is passed into geometry nodes evaluation from the modifier.

Definition at line 165 of file NOD_geometry_nodes_lazy_function.hh.

Member Data Documentation

◆ depsgraph

Depsgraph* blender::nodes::GeoNodesModifierData::depsgraph = nullptr

Depsgraph that is evaluating the modifier.

Definition at line 169 of file NOD_geometry_nodes_lazy_function.hh.

Referenced by blender::modifyGeometry().

◆ self_object

const Object* blender::nodes::GeoNodesModifierData::self_object = nullptr

Object that is currently evaluated.

Definition at line 167 of file NOD_geometry_nodes_lazy_function.hh.

Referenced by blender::modifyGeometry().


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