Files
test2/source/blender/render/hydra/preview_engine.cc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
421 B
C++
Raw Normal View History

/* SPDX-FileCopyrightText: 2011-2022 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#include "preview_engine.h"
namespace blender::render::hydra {
void PreviewEngine::notify_status(float /*progress*/,
const std::string & /*title*/,
const std::string & /*info*/)
{
2023-08-05 13:46:22 +10:00
/* Empty function. */
}
} // namespace blender::render::hydra