Announcement

Collapse
No announcement yet.

VRayScannedMtl: accessing "Coordinates" and "Noise" properties via maxscript

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

  • VRayScannedMtl: accessing "Coordinates" and "Noise" properties via maxscript

    Hello.

    I found that the VRayScannedMtl material property list is missing any properties to access via maxscript the options of the standard 3ds Max rollouts "Coordinates" and "Noise" that are present in this material.
    Is this a bug or was it designed that way?

    Thanks.
    V-RayMax Converter PRO
    MAXTools

  • #2
    We might have missed this. I'll talk to the devs about it.
    Aleksandar Hadzhiev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      Originally posted by hermit.crab View Post
      We might have missed this. I'll talk to the devs about it.
      Thank you. Will wait.
      V-RayMax Converter PRO
      MAXTools

      Comment


      • #4
        We found an alternative way to reveal the parameters. Like so:
        Code:
        s=refs.getReference $.material 2
        show s
        Aleksandar Hadzhiev | chaos.com
        Chaos Support Representative | contact us

        Comment


        • #5
          Originally posted by hermit.crab View Post
          We found an alternative way to reveal the parameters. Like so:
          Code:
          s=refs.getReference $.material 2
          show s
          Thank you! I am using this.
          V-RayMax Converter PRO
          MAXTools

          Comment

          Working...
          X