diff --git a/source/blender/modifiers/intern/MOD_nodes.cc b/source/blender/modifiers/intern/MOD_nodes.cc index 258971c3565..2270bdf9f5c 100644 --- a/source/blender/modifiers/intern/MOD_nodes.cc +++ b/source/blender/modifiers/intern/MOD_nodes.cc @@ -400,6 +400,7 @@ static bool isDisabled(const struct Scene * /*scene*/, ModifierData *md, bool /* static bool logging_enabled(const ModifierEvalContext *ctx) { + return false; if (!DEG_is_active(ctx->depsgraph)) { return false; } @@ -1241,6 +1242,7 @@ static void modifyGeometry(ModifierData *md, const ModifierEvalContext *ctx, GeometrySet &geometry_set) { + SCOPED_TIMER_AVERAGED(__func__); NodesModifierData *nmd = reinterpret_cast(md); if (nmd->node_group == nullptr) { return;