Announcement

Collapse
No announcement yet.

scene animation

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

  • scene animation

    hello,
    I have a file with 300 frame animation, but when opening in Vantage the scene animation is set to 6 seconds (180 frames). how can I increase that?
    Attached Files

  • #2
    Was the scene exported with more than 6 seconds of animation? Is it 10 seconds at 30 fps for a total of 300 frames? And you just opened the vrscene file after exporting it from 3dsmax, right?
    Nikola Goranov
    Chaos Developer

    Comment


    • #3
      hello npg
      I found the issue. I think its a bug in the vantage
      I use a scene with 6-second animation and open in vantage and do some works, then I came back to 3dsmax and edit some materials and scene animation from 6 seconds to 10 seconds and override the vrscene file.in vantage I reload the scene, every change was updated but the scene animation wasn't.

      Comment


      • #4
        I see. The .vantage file holds the length of the animation track and this value does not update if the vrscene file changes. We'll see what we can do about that...

        As a workaround you can open the .vantage file with a text editor and find the text that looks like this:
        Code:
         "track_items": [{
            "type": "scene",
            "duration": 6.0,
        and simply change the value to 10. You'll have to reload of course.
        Nikola Goranov
        Chaos Developer

        Comment

        Working...
        X