Announcement

Collapse
No announcement yet.

Does addscenecontent support system environment variables

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

  • Does addscenecontent support system environment variables

    When i using addscenecontent command for example

    addSceneContent(Srojecthaha/shot1/vrscene/audience.vrscene')

    Does vray's Post-translate python script support relative path and system environment variable? I have create a system variable
    like projectcode = Srojecthaha

    can i do this

    addSceneContent(${projectcode}/shot1/vrscene/audience.vrscene')

  • #2
    No, you'll have to expand the path yourself. But I'll add this on the "to do" list

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

    Comment


    • #3
      Why not just use os.environ in Python ?
      www.deex.info

      Comment

      Working...
      X