Announcement

Collapse
No announcement yet.

VRScene Export Animation

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

  • VRScene Export Animation

    When using maxscript to export a vrscene. I noticed that no matter what arguments I supply the function, it will not export any animation. In my case i made a simple teapot spinning and it will not export the animation with the following code.

    No matter what settings i use it always generates an 8kb file. It should be closer to 118kb since the teapot is animated spinning. How can i fix this?

    thank you

    Here is my max file and script
    https://www.dropbox.com/scl/fo/29d7r...38jr6ue1l&dl=0


  • #2
    Hello,

    You are adding one additional parameter:
    Code:
    incrBaseFrame=True,
    in your script. This forces an incremental export (https://docs.chaos.com/display/VMAX/...rementalExport) which only exports the difference from the current frame to the given incrBaseFrame.
    Just remove it and the script should work as expected.

    Best regards,
    Yavor
    Yavor Rubenov
    V-Ray for 3ds Max developer

    Comment

    Working...
    X