forked from blender/blender
Export volumes from object modifier (quick effect) #62
@ -45,6 +45,7 @@ static std::string cache_image_file(Image *image,
|
|||||||
BKE_image_path_ext_from_imformat(&scene->r.im_format, &r_ext);
|
BKE_image_path_ext_from_imformat(&scene->r.im_format, &r_ext);
|
||||||
opts.im_format = scene->r.im_format;
|
opts.im_format = scene->r.im_format;
|
||||||
}
|
}
|
||||||
|
|
||||||
snprintf(file_name, sizeof(file_name), "img_%016llx%s", (uintptr_t)image, r_ext);
|
snprintf(file_name, sizeof(file_name), "img_%016llx%s", (uintptr_t)image, r_ext);
|
||||||
|
|
||||||
file_path = get_cache_file(file_name);
|
file_path = get_cache_file(file_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user