[3DSMax] Several animations with one mesh problem

The place for artists, modellers, level designers et al to discuss their approaches for creating content for OGRE.
Post Reply
User avatar
Alexis
Halfling
Posts: 59
Joined: Fri Jul 22, 2005 3:35 pm
Location: Ukraine
x 1

[3DSMax] Several animations with one mesh problem

Post by Alexis »

I have problems trying to make several animations with one mesh.

I read this article :
http://www.ogre3d.org/wiki/index.php/MultiBIPSkeleton

I and I have a question. Can I include several animation to one mesh without biped?

Also I had problems exporting several biped animations with octopus. Actually I had this error:
--Unknown property:"mod" in exportOptions firstFrame: 1 lastFrame:10 length:1.0 animName: "none" scale:1.0 flipYZ:true flipNormal:false exportColours:false exportUV:true

in this line of script:

Code: Select all

writeBipedAnim2 phy sk exportOptions.mod.afframes[anumber] mod.alframes[anumber] mod.artimes[anumber] exportOptions.scale exportOptions.flipYZ aname outFile ;
in function

Code: Select all

function writeBiped2 pmesh exportOptions mod out_name = 
What does that mean?
Any suggestions?
Last edited by Alexis on Mon Sep 19, 2005 10:57 am, edited 1 time in total.
User avatar
Alexis
Halfling
Posts: 59
Joined: Fri Jul 22, 2005 3:35 pm
Location: Ukraine
x 1

Post by Alexis »

This is the link to my multi animated file:

http://vaginalex1.narod.ru/MultyAnim_example.zip
it is about 85kB
Please, can anybody tell me why I can not export it as multyanimated mesh?
User avatar
DrPain
Gnome
Posts: 349
Joined: Tue Jul 05, 2005 2:51 pm
Location: Connecticut, USA

Post by DrPain »

Hi. Strange model you've got there. ;) (A biped attached to a cube)

Three things I found with this max file:
1. Under Skin/Advance Properties, you had "Bone Affect Limit" set to the default of 20. You must change that to 4, it's Ogre's limit.
2. You had the OctopusExport set to a Skeleton Animation Type of "Skin" rather than "Biped"
3. Most of the bones of the biped were not attached to the skin. Ogre doesn't seem to like this.

After fixing those things, it exported fine for me.

You might want to check out the lovely tutorial at http://www.ogre3d.org/wiki/index.php/Ar ... lyDisabled
User avatar
Alexis
Halfling
Posts: 59
Joined: Fri Jul 22, 2005 3:35 pm
Location: Ukraine
x 1

Post by Alexis »

Thank you very much!

Actually I'm a programmer and I can not create even that strange model :wink: , I can only modify it. It is my artist who created it and he knows very few about ogre. So now I can explane to him what is wrong.
User avatar
bugshake
Greenskin
Posts: 111
Joined: Sat Feb 26, 2005 1:12 pm
Location: Amsterdam
Contact:

Post by bugshake »

Thanks, guys, this might help me with my skinning problems as well... maybe i'll get my project out of the fridge and give it another go
User avatar
Alexis
Halfling
Posts: 59
Joined: Fri Jul 22, 2005 3:35 pm
Location: Ukraine
x 1

Re: [3DSMax] Several animations with one mes problem

Post by Alexis »

Alexis wrote: I and I have a question. Can I include several animation to one mesh without biped?
Yes you (I) can. :lol:
Simply make several animations.
For example:
Bend left -name L - from 0 keyframe to 10 keyframe
Bend right -name R - from 11 to 20
Vertical vibration -name vert - from 21 to 30

And add them in the Animation Export Settings.

Image[/img]
Post Reply