Announcement

Collapse
No announcement yet.

MEL command to save image?

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

  • MEL command to save image?

    Hi, With Maya's render view I can use this MEL;

    renderWindowEditor -edit -writeImage "D:/Renders/test.png" $renderViewName;

    It's useful for me to test really fast what my image will look like finally comped.

    But is there an equivalent command that can be used to save out an image from the V-Ray framebuffer?
    Maya 2020/2022
    Win 10x64
    Vray 5

  • #2
    I don't know if a mel command is possible, but well, vray automatically saves the render at render's end anyway, it usually goes into your project/tmp, can you not grab that instead?
    Dmitry Vinnik
    Silhouette Images Inc.
    ShowReel:
    https://www.youtube.com/watch?v=qxSJlvSwAhA
    https://www.linkedin.com/in/dmitry-v...-identity-name

    Comment


    • #3
      In the latest nightly builds, look at the "vray vfbControl" command - it has flags for saving the image from the V-Ray frame buffer.

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

      Comment


      • #4
        Thanks guys for the pointers.
        Maya 2020/2022
        Win 10x64
        Vray 5

        Comment

        Working...
        X