|
Blender V4.3
|
#include "image.hh"#include "usd_private.hh"#include <pxr/imaging/hio/imageRegistry.h>#include "BLI_fileops.h"#include "BLI_path_utils.hh"#include "BLI_string.h"#include "BKE_appdir.hh"#include "BKE_image.hh"#include "BKE_image_format.hh"#include "BKE_image_save.hh"#include "BKE_main.hh"#include "BKE_packedFile.hh"#include "IMB_imbuf.hh"#include "IMB_imbuf_types.hh"#include "hydra_scene_delegate.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::hydra |
Functions | |
| static std::string | blender::io::hydra::cache_image_file (Main *bmain, Scene *scene, Image *image, ImageUser *iuser, bool check_exist) |
| std::string | blender::io::hydra::cache_or_get_image_file (Main *bmain, Scene *scene, Image *image, ImageUser *iuser) |