Blender V4.3
preview_engine.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#include "preview_engine.hh"
6
8
9void PreviewEngine::notify_status(float /*progress*/,
10 const std::string & /*title*/,
11 const std::string & /*info*/)
12{
13 /* Empty function. */
14}
15
16} // namespace blender::render::hydra
void notify_status(float progress, const std::string &title, const std::string &info) override