This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/intern/cycles/render
Lukas Stockner 31ac2e292e Cycles: Fix one-tile UDIM rendering
The code checked for the presence of more than one tile before
substituting the tile number into the filename, so if a one-tile
UDIM was used (or all but one tile were culled), the substitution
was skipped and as a result the file was not found.

With this change, the code explicitly tracks whether substitution
is required, avoiding this problem.

This also fixes another problem: The Environment texture never
does substitution since it doesn't support UDIMs, but before the
syncing code still inserted the placeholder into the filename if the
user selected a tiled background image.
2019-12-16 04:09:53 +01:00
..
2019-08-12 01:10:43 +10:00
2019-12-10 20:44:46 +01:00
2019-11-25 00:55:11 +11:00
2019-07-07 15:38:41 +10:00
2019-12-16 04:09:53 +01:00
2019-12-16 04:09:53 +01:00
2019-08-17 00:57:05 +10:00