Announcement

Collapse
No announcement yet.

Vray exporter export wrong values in the vrscene

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

  • Vray exporter export wrong values in the vrscene

    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 :
    Code:
      anim_start=1;
      anim_end=1;
    Why is it not :
    Code:
      anim_start=4;
      anim_end=12;
    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.
    Last edited by bigbossfr; 18-08-2012, 01:24 PM.
    www.deex.info
Working...
X