Jump to content

Multiple Animation from same Skeleton


syed samoon
 Share

Recommended Posts

Hi Everyone,

i have a doubt how to run a two animation simultaneously from a same skeleton without affecting 1st one.

i will play animation using below script.

 

i want to run this two animation without out affecting 1st one.

 

is this possible??

scene.beginAnimation(player.skeleton, 61, 126, true, 1.0);
scene.beginAnimation(player.skeleton, 0, 30, true, 1.0);
Link to comment
Share on other sites

Yes, @aWeirdo is right that starting an animation at the skeleton level really starts an animation on each of the bones.  Even if you do that though, your example shows one running for 31 frames & another for 66 frames.  Then you repeat.  This is just going to be a mess.  Better to combine them in the prior system, if you can.

FYI, this is one reason I am trying to integrate Kinect mocap directly into a MakeHuman blender add-on.  Scrounging crap from the internet almost never works right, or even close.

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...