Announcement

Collapse
No announcement yet.

V-Ray Scene Access : write renderElement in custom directory does not work

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

  • V-Ray Scene Access : write renderElement in custom directory does not work

    Hi,
    With V-Ray Scene Access, i am trying to set the name of the RenderChannelMultiMatte with a custom directory like :

    Code:
    create("RenderChannelMultiMatte", multiMatteName)
    myMask = findByName(multiMatteName)
    myMask[0].set("name", str("myCustomDirectory/myName))
    It doesn't work, i have : "myCustomDirectory_myName"
    I want to arrange all my multiMatte mask by asset, like "assetName/myName".

    When i enable "separate folders", Vray give me an error : "// Error: Cannot write output image file "C:/blabla/images/_tmpuntitled.png": "error writing file"", and renderElements are not writed !

    Is it possible to fix this quickly please ?

    Like :
    If i enable "separate folders", i have my custom directory : "assetName/myName".
    If i disable "separate folders", i have : "assetName_myName".

    Thank you.
    Last edited by bigbossfr; 29-07-2012, 08:49 AM.
    www.deex.info

  • #2
    I will make a note to look into this, but unfortunately we cannot implement this quickly without the risk of breaking too many things. However you can write a script to move the elements to the folders that you want after rendering is complete.

    Best regards,
    Vlado
    Last edited by vlado; 29-07-2012, 09:37 AM.
    I only act like I know everything, Rogers.

    Comment


    • #3
      Yep,
      I will do this workaround in postFrame mel.
      Thank you Vlado.
      www.deex.info

      Comment

      Working...
      X