Announcement

Collapse
No announcement yet.

Fixed AA in latest VRay?

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

  • Fixed AA in latest VRay?

    I've recently used an approach to rendering so I can very quickly get full frame test renders. Its very handy with test animation renders or quickly getting a full screen render so artists can check they have the right camera/region/lighting selected. Basically, I set the image sampler to fixed with a value of '1'. The other handy thing with this setup was that your typical adaptive settings were unchanged: you could just switch back and forth between the two setups.

    Additionally, an animation we have literally just completed used fixed sampling (with a value of '5') as this proved much faster than fighting with the adaptive sampler. (Not sure if it makes any difference, but we weren't using GI with this animation and the material settings were quite simple due to render times/deadlines etc).

    We have just installed the latest VRay 3.40.01 across our network and it seems that the fixed sampler is no longer available.

    How do we replicate the fixed sampler settings now?
    Kind Regards,
    Richard Birket
    ----------------------------------->
    http://www.blinkimage.com

    ----------------------------------->

  • #2
    Ah - I have just noticed you can uncheck 'Max subdivs' so presumably this is they way to do it?
    Kind Regards,
    Richard Birket
    ----------------------------------->
    http://www.blinkimage.com

    ----------------------------------->

    Comment


    • #3
      Originally posted by tricky View Post
      Ah - I have just noticed you can uncheck 'Max subdivs' so presumably this is they way to do it?
      Hello Richard,

      That's exactly the conclusion I ended to
      Nicolas Caplat
      www.intangibles.fr

      Comment


      • #4
        Originally posted by tricky View Post
        Ah - I have just noticed you can uncheck 'Max subdivs' so presumably this is they way to do it?
        Yes. Internally this how the code has always worked anyways.

        Best regards,
        Vlado
        I only act like I know everything, Rogers.

        Comment


        • #5
          Cheers guys.
          Kind Regards,
          Richard Birket
          ----------------------------------->
          http://www.blinkimage.com

          ----------------------------------->

          Comment


          • #6
            And is adaptive subdivision gone for good? Or there is now a different way to get to it
            Alain Blanchette
            www.pixistudio.com

            Comment


            • #7
              Originally posted by thablanch View Post
              And is adaptive subdivision gone for good? Or there is now a different way to get to it
              Its just gone from UI. Can still get to it with maxscript
              Kind Regards,
              Morne

              Comment


              • #8
                Originally posted by thablanch View Post
                And is adaptive subdivision gone for good? Or there is now a different way to get to it
                It's in the code and you can set it from MaxScript like this:
                Code:
                renderers.current.imageSampler_type=2
                but it's gone from the UI.

                Best regards,
                Vlado
                I only act like I know everything, Rogers.

                Comment


                • #9
                  Perfect, thanks
                  Alain Blanchette
                  www.pixistudio.com

                  Comment

                  Working...
                  X