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')
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')
Comment