Announcement

Collapse
No announcement yet.

Remove Interpolated reflection/refraction

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

  • Remove Interpolated reflection/refraction

    I have tried to remove all interpolated reflection/reflections from a scene with a lot of materials.
    However when I am rendering it still does the interpolated passes, Is there a script or something that can check or find materials with this option checked?

    This drives me crazy.

    -Tom

  • #2
    Originally posted by winberg View Post
    I have tried to remove all interpolated reflection/reflections from a scene with a lot of materials.
    However when I am rendering it still does the interpolated passes, Is there a script or something that can check or find materials with this option checked?

    This drives me crazy.

    -Tom
    VMC can edit multiple values at once for a whole scene including reflect interpolation and refract interpolation, you will have to run the script a few times with the different default values you have in mind for each option but it will get the job done in a few seconds. http://www.scriptspot.com/3ds-max/sc...terial-control
    A.

    ---------------------
    www.digitaltwins.be

    Comment


    • #3
      Thanks, I just found the last material with interpolation - finally!

      It would be nice for the next time tough..

      -Tom

      Comment


      • #4
        Originally posted by winberg View Post
        Thanks, I just found the last material with interpolation - finally!

        It would be nice for the next time tough..

        -Tom
        VMC is a must for batch material changes.
        A.

        ---------------------
        www.digitaltwins.be

        Comment


        • #5
          Next time use this:

          (---subdivs
          val = off

          vmtl = getClassInstances VRayMtl
          for i in vmtl do i.reflection_useInterpolation = val
          for i in vmtl do i.refraction_useInterpolation = val

          )
          Dmitry Vinnik
          Silhouette Images Inc.
          ShowReel:
          https://www.youtube.com/watch?v=qxSJlvSwAhA
          https://www.linkedin.com/in/dmitry-v...-identity-name

          Comment

          Working...
          X