Announcement

Collapse
No announcement yet.

vrayimg2exr

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

  • vrayimg2exr

    i mainly render hirez stills via a maya batch command and output as a vrimg then usually use the vrimg2exr to convert it to a multi layered exr. Is there a way to include the vrayimg2exr conversion into my batch script? I tried just typing out the command on my script but it wont recognise the command.

    Any help be appreciated

    Thanks

    Chris

  • #2
    You can call an external executable from MEL script using the "system" command, something like this
    system("C:/aw/Maya/bin/fcheck.exe " + $filename);

    Greetings,
    Vladimir Nedev
    Vantage developer, e-mail: vladimir.nedev@chaos.com , for licensing problems please contact : chaos.com/help

    Comment

    Working...
    X