Announcement

Collapse
No announcement yet.

Cant change denoiser engine?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cant change denoiser engine?

    For some reason the dropdown is greyed out? I was able to change it in another scene...
    Using max 2021.3 Win 10 Vray 5.10.03.30779

    I am not interactive rendering while trying to change btw...
    James Burrell www.objektiv-j.com
    Visit my Patreon patreon.com/JamesBurrell

  • #2
    Hello,

    Do you have any nVidia GPUs ? If you don't have such - the dropdown is grayed out.
    Recently we found that after we introduced the Intel denoiser we didn't change this logic and it is in the TODO list to fix it.

    You can still change with MAXScript - like this:
    Code:
    reMgr=MaxOps.GetCurRenderElementMgr()
    denoiser=reMgr.getRenderElement 0
    denoiser.denoising_engine=2
    assuming that the very first render element is the VRayDenoiser.

    Best regards,
    Yavor
    Yavor Rubenov
    V-Ray for 3ds Max developer

    Comment


    • #3
      Aaaah that makes sense. I do not have an Nvidia gpu.

      Thank you!
      James Burrell www.objektiv-j.com
      Visit my Patreon patreon.com/JamesBurrell

      Comment


      • #4
        Originally posted by yavor.rubenov View Post
        Hello,

        Do you have any nVidia GPUs ? If you don't have such - the dropdown is grayed out.
        Recently we found that after we introduced the Intel denoiser we didn't change this logic and it is in the TODO list to fix it.

        You can still change with MAXScript - like this:
        Code:
        reMgr=MaxOps.GetCurRenderElementMgr()
        denoiser=reMgr.getRenderElement 0
        denoiser.denoising_engine=2
        assuming that the very first render element is the VRayDenoiser.

        Best regards,
        Yavor
        This is still not fixed in update 1.3?
        James Burrell www.objektiv-j.com
        Visit my Patreon patreon.com/JamesBurrell

        Comment


        • #5
          Only in the internal builds. I'll make a note to add it to the public stable nightlies.
          Yavor Rubenov
          V-Ray for 3ds Max developer

          Comment

          Working...
          X