Announcement

Collapse
No announcement yet.

VRay and Maxscript

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

  • VRay and Maxscript

    Anyone know the VRay equivalent of this command?

    vrayGetRTBitmap()

    I was encouraged to hear that the newest version of VRay makes the Vray FrameBuffer available to maxscript but I have no idea where to find out how to do this. Any help appreciated. Thanks.
    Steve Burke
    www.burkestudios.com

  • #2
    It's a bit long winded but if you use:

    vr = renderers.current

    And then:

    Showproperties vr

    It'll print out a list of all the vray maxscript commands - might take a while to get through though!

    Comment


    • #3
      Thank you!

      That is a huge help. I had no idea how to find this info.
      Steve Burke
      www.burkestudios.com

      Comment


      • #4
        That command will work for nearly anything in maxscript too in terms of listing what you can access!

        Comment


        • #5
          For the VFB specifically, check out this page: http://www.spot3d.com/vray/help/200R...script.htm#vfb

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

          Comment


          • #6
            Great. That's all a big help. Thank you both..
            Steve Burke
            www.burkestudios.com

            Comment

            Working...
            X