- February 28, 2025 at 10:53 #44200
Oleksandr Kramer
ModeratorPosts: 260Threads: 1173Joined: Aug 2009::The updated PBR Material Generator 1.05 now supports suffixes, allowing you to ignore specific parts of file names when grouping textures.
🔹 What does this mean?
You can now specify a regular expression to ignore suffixes, such as _[0-9]*k, ensuring that textures are correctly grouped regardless of their resolution.
“_[0-9]*K” is the default value. You can add custom suffixes.Example:
If you set the suffix to _[0-9]*k, the following files will be automatically grouped together:
✅ TilesOnyxOpaloBlack001_COL_1K.jpg
✅ TilesOnyxOpaloBlack001_DISP_1K.jpg
✅ TilesOnyxOpaloBlack001_GLOSS_1K.jpg
✅ TilesOnyxOpaloBlack001_NRM_1K.jpg
—–
✅ TilesOnyxOpaloBlack001_COL_2K.jpg
✅ TilesOnyxOpaloBlack001_DISP_2K.jpg
✅ TilesOnyxOpaloBlack001_GLOSS_2K.jpg
✅ TilesOnyxOpaloBlack001_NRM_2K.jpgThis helps avoid confusion with different texture resolutions and makes material organization more efficient.
You must be logged in to reply to this topic.