Jump to content

Blender animations


MDP Monkey
 Share

Recommended Posts

Hello - can anyone explain how to create a simple blender object with 2 or more animations, for exporting to babylon?

I can get a basic animation to work, but more than 1 is a mystery. I can't find any tutorials that explain this.

I just want a really simple cube that moves sideways and up and down, as separate animations.

Then I'll be able to understand how to setup multiple animations in blender, ready to be used in babylon.

Thanks

 

Link to comment
Share on other sites

Hi, thanks for the input. It looks like there are multiple bugs with the process, and it's a lot trickier than I expected.
It also forces you to use armatures, which seems unnecessary if you're not using bones.

It seems a lot easier to just setup 1 animation in blender, export it, and split it into multiple animations manually.

I'll go to the "Blender to babylon" Github page and beg them to export animations separately from the NLA tracks.

That would make things very quick and simple!

Thanks again

Link to comment
Share on other sites

The exporter supports multiple actions exporting to a single animation(which is all a that BJS can really handle).  However, as it exports these multiple animations, it also exports the range each action occupies in a BABYLON.AnimationRange.  Just start a AnimationRange instead of an Animation directly, and you will never need to care where which magic number frames are  the start and stop.

Also, for non-armature actions ONLY, you can eliminate frames with can be interpolated & greatly reduce your export file.  E.g. If a mesh moves from 0,0,0 to 10,0,30 linearly, only the start and stop frame need be in the animation.  This DOES NOT apply to bone, though.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...