Blender V4.3
image.hh
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#pragma once
6
7#include <string>
8
9struct Main;
10struct Scene;
11struct Image;
12struct ImageUser;
13
14namespace blender::io::hydra {
15
16std::string cache_or_get_image_file(Main *bmain, Scene *Scene, Image *image, ImageUser *iuser);
17
18} // namespace blender::io::hydra
std::string cache_or_get_image_file(Main *bmain, Scene *scene, Image *image, ImageUser *iuser)