Page MenuHome

Fix 100035: Make UDIM detection less aggressive
ClosedPublic

Authored by Jesse Yurkovich (deadpin) on Jul 29 2022, 9:47 AM.

Details

Summary

There's been a handful of reports where "obviously" not a UDIM filenames
were detected as such during image open.[1]

This change makes the detection less aggressive by enforcing that the
4-digit sequence be delineated on both sides by one of the following 3
characters ., -, _

This fixes the problem for such filenames as:
"screenshot-1080p.png", "Image-1920x1080.png", "(1999) Photo.png", and
"antiguaChestnut_X_1240Wx814H.png"

[1] T97366 T98918 T99154 T100035


Some filenames remain problematic like "IMG_1234.png" or similar.

Diff Detail

Repository
rB Blender

Event Timeline

Jesse Yurkovich (deadpin) requested review of this revision.Jul 29 2022, 9:47 AM
Jesse Yurkovich (deadpin) created this revision.
Jesse Yurkovich (deadpin) retitled this revision from Fix 100037: Make UDIM detection less aggressive to Fix 100035: Make UDIM detection less aggressive.Jul 29 2022, 9:52 AM
Jesse Yurkovich (deadpin) edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jul 29 2022, 2:11 PM