Hi,
Some time, i saw Vray export wrong values in the vrscene.
For example :
- create a new scene
- enable "animation" in render global, enable "render animation only in batch mode"
- set the start frame to 4
- set the end frame to 12
Now export the scene as .vrscene.
Open the vrscene :
Why is it not :
Bug ?
Same for the image name/image dir. When you work, the image name/dir is not in the "tmp" directory (like bla/images/tmp/myImage.jpg)
But in batch mode it works (because in batch you are not in the tmp directory).
I hope all other values are good because i use a lot the python access.
Last Vray build, Maya 2012, win64.
Thanks.
Some time, i saw Vray export wrong values in the vrscene.
For example :
- create a new scene
- enable "animation" in render global, enable "render animation only in batch mode"
- set the start frame to 4
- set the end frame to 12
Now export the scene as .vrscene.
Open the vrscene :
Code:
anim_start=1; anim_end=1;
Code:
anim_start=4; anim_end=12;
Same for the image name/image dir. When you work, the image name/dir is not in the "tmp" directory (like bla/images/tmp/myImage.jpg)
But in batch mode it works (because in batch you are not in the tmp directory).
I hope all other values are good because i use a lot the python access.
Last Vray build, Maya 2012, win64.
Thanks.