Poly-Haven / polyhavenassets

A Blender add-on to integrate our assets natively in the asset browser
GNU General Public License v3.0
312 stars 21 forks source link

Set image datablock name to file name to avoid confusion #121

Closed gregzaal closed 2 months ago

gregzaal commented 2 months ago

Some users are confused that when they change the asset resolution, the "image name" is still "...4k" since we only update the filepath property.

To avoid this confusion, we can either update the image name when changing resolutions to match, or we can remove the resolution from the image name entirely when we mark the asset.

The latter option seems cleaner, but may result in unforeseen issues in files with multiple materials.