Files
test2/tests/files/render
Jesse Yurkovich 3e3ee35e9d Fix #145711: Packed images may fail to export with USD
Certain packed images, like those loaded directly into memory with
`BKE_image_packfiles_from_mem`, would cause USD to process the images as
"in memory" rather than as "packed" because the API was not removing the
IMG_GEN_TILE flag.

Additionally, be sure to use the packed filepath whenever possible
rather than the name given to the Image datablock as this ensures the
correct file names are used inside the USD file and for the resulting
file on disk after export.

This also fixes 2 render tests which now match when compared to the
native renders.

Pull Request: https://projects.blender.org/blender/blender/pulls/145749
2025-09-05 19:41:20 +02:00
..
2025-08-27 09:49:43 +02:00
2025-08-27 09:49:43 +02:00
2025-08-27 09:49:43 +02:00

This folder contains files used by ctest testing system in Blender.
The purpose of this files it to do automated render tests for Cycles,
Workbench and EEVEE.

If you want to extend this collection make sure the file is really
small and uses as few samples as possible for reliable detection of
render regressions.

Each file is expected to be rendered in around one second.