diff --git a/source/blender/nodes/NOD_geometry_exec.hh b/source/blender/nodes/NOD_geometry_exec.hh index 2cb41b72d25..890f2b96f1f 100644 --- a/source/blender/nodes/NOD_geometry_exec.hh +++ b/source/blender/nodes/NOD_geometry_exec.hh @@ -217,6 +217,9 @@ class GeoNodeExecParams { if (data->modifier_data) { return data->modifier_data->depsgraph; } + if (data->operator_data) { + return data->operator_data->depsgraph; + } } return nullptr; }