Viewing 1 post
  • #44200
    Posts: 260
    Threads: 1173
    Joined: Aug 2009
    Up
    0
    Down
    ::

      The updated PBR Material Generator 1.05 now supports suffixes, allowing you to ignore specific parts of file names when grouping textures.

      PBR Material Generator v.1.05

      🔹 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.jpg

      This helps avoid confusion with different texture resolutions and makes material organization more efficient.

Viewing 1 post

You must be logged in to reply to this topic.