Announcement

Collapse
No announcement yet.

show material properties in viewport

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

  • show material properties in viewport

    is it possible to show the material properties (diffuse, refl.,...) in viewport when working with a material builder?

  • #2
    The V-Ray Material Builder VOP has "Viewport Shading" tab, there are some textures and properties which are supported in viewport. Do you need other properties/textures?
    Georgy Chakarov | QA
    www.chaosgroup.com
    georgy.chakarov@chaosgroup.com

    Comment


    • #3
      thank you for the fast reply.

      Yes there are some parameters for textures. They only work with textures right? If you have a shader in a Material Builder with just a VrayColor as diffuse it will not show in viewport.

      I need some basic Material properties like diffuse color, reflection, glossiness, refraction/opacity but without the need to use textures for that.

      Edit: I just saw that the vray material complex has this possibilities. How could that be applied to the normal material builder? Is this some hidden code that has to be implemented on your side ?
      Last edited by Jon3D; 19-10-2022, 01:12 AM.

      Comment


      • #4
        chakarov Did you have a chance to look at it?

        Comment


        • #5
          Hey Jon3D ,

          The simplest solution would be to make yourself a digital asset that exposes the OpenGL parameters you're interested in, and hook them up to the corresponding V-Ray material parameters. You can open the spare parameters window and search for "ogl" under the "Render Properties" tab. This is the best part about Houdini - you can customize everything to your own needs.

          Click image for larger version  Name:	ogl.png Views:	0 Size:	582.1 KB ID:	1164292

          There is no way for us to do this universally for all V-Ray material nodes unless we wrap everything in HDAs similar to the Principled Surface - on one hand this will help with Viewport previews but on the other, it will make things much harder for the artists that want low-level control and the ability to build their own assets.
          We've tried very hard to improve IPR rendering so the viewport preview is less of an issue. If you're having major trouble with IPR and thus want to rely on the OpenGL viewport preview, please ping us so we can take a look. There are some edge cases where IPR support is not possible and the render needs to be restarted but for the most part, it should do the job - we even have support for motion blur and displacement updates there which you don't get with OGL.

          Hope that helps!
          gosho.genchev@chaosgroup.com

          Comment


          • #6
            Ah thank you very much. Thats helps. Yes Sure the ability for low level controls is more important, also for me. I forgot about the ogl parameters. Thanks again for that hint.

            Comment

            Working...
            X