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

how to change HDRI resolution? #26

Closed Wanderhuze closed 2 years ago

Wanderhuze commented 2 years ago

Hello! I download 4k and 8k, but the scene is still 1k resolution. What needs to be done to apply 4k or 8k? image

gregzaal commented 2 years ago

Hi :) I can confirm this works fine for me here, with the same HDRI.

Are there any error messages shown in your system console / terminal? I need more information to understand what it happening.

Wanderhuze commented 2 years ago

No error messages in the console. Here is an example of my actions:

  1. Created a cube.
  2. Assigned texture aerial_beach_01 image
  3. The file has 4k in the name but I haven't uploaded 4k yet. image and these files are not on the disk image
  4. I download 4k and try to apply but nothing happens. Absolutely nothing. image
  5. I download 2k and try to apply but nothing happens. image

console still has no error messages image

what am I doing wrong? )

gregzaal commented 2 years ago

Maybe there is some confusion happening here, everything looks like it's working correctly.

In your screenshot 3., the "file name" there is not actually the file name, it's the datablock name in Blender, which happens to be "..._4k.png". This doesn't mean the file it's referencing has the same name, it's simply the name of the datablock.

You can check the actual file name by opening that image in the image editor and inspecting the image properties:

2022-10-21_06-26-29

Here's a little screen recording of the behavior. Notice how the datablock name doesn't change, but the actual file path and the image resolution does change:

https://user-images.githubusercontent.com/5604661/197112314-6657452b-1282-4c2a-9b2a-c4095acb826a.mp4