Blender Git Commit Log
Git Commits -> Revision eaa1527
Revision eaa1527 by Jesse Yurkovich (master) August 17, 2021, 04:19 (GMT) |
UDIM: Fix tile number calculation when adding a range of image tiles When adding a range of tiles, the operator could incorrectly calculate the end_tile. It would not account for the start_tile itself and the IMA_UDIM_MAX value was 1 too small. This is most noticeable when attempting to fill the entire supported range of tiles. Differential Revision: https://developer.blender.org/D11857 |
Commit Details:
Full Hash: eaa152738523bdd2163330fda7ffb1ad62e559cd
Parent Commit: 4dba206
Lines Changed: +4, -3