Files
test/source/blender/render/hydra/preview_engine.cc
Bastien Montagne 9a1651533d Cleanup: Make io/usd/hydra and render/hydra headers fully Cpp ones.
This code was actually already full Cpp, so it's essentially a massive
filenames cleanup.
2024-02-06 12:00:34 +01:00

17 lines
422 B
C++

/* SPDX-FileCopyrightText: 2011-2022 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#include "preview_engine.hh"
namespace blender::render::hydra {
void PreviewEngine::notify_status(float /*progress*/,
const std::string & /*title*/,
const std::string & /*info*/)
{
/* Empty function. */
}
} // namespace blender::render::hydra