Blender V4.3
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 162 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 166 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 164 of file NOD_geometry_nodes_lazy_function.hh.

Referenced by blender::nodes::GeoNodesCallData::self_object().


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