Files
test/intern
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-10-07 12:22:05 +11:00
2019-11-25 00:55:11 +11:00
2019-11-25 01:51:11 +11:00
2019-10-21 15:05:56 +11:00
2019-11-25 00:55:11 +11:00