Problem constraint exportation from blender

Kal-el
Posts: 2
Joined: Fri Feb 14, 2014 8:18 am

Problem constraint exportation from blender

Post by Kal-el »

Hi everybody,
First of all congratulation for your work!!!!!looks very intense. :D
The problem that I have is with BulletSharp...I Export with Blender Generic6DofConstraint and I try to read the limit in serializeDemo with the method GetConstraintByIndex(0).
Seems like the Upcast in Generic6DofConstraint doesn't work,instead HingeConstraint work properly can you Help me with the wrapper?
I want to convert constraint in my Blender project into FeatherStone constraint. :wink:
Thanks in advance! :wink:
Kal-el
Posts: 2
Joined: Fri Feb 14, 2014 8:18 am

Re: Problem constraint exportation from blender

Post by Kal-el »

Another thing....How Can I export the mesh name from Last version of Blender into Bullet shape?
Thanks ;)
anthrax11
Posts: 72
Joined: Wed Feb 24, 2010 9:49 pm

Re: Problem constraint exportation from blender

Post by anthrax11 »

Hi!
Are you compiling SerializeDemo to 64-bit? There is a known issue with constraints in 64-bit that is fixed in SVN trunk.

I can get Generic6DofConstraints in the demo with GetConstraintByIndex using the default testFile.bullet file. Can you try loading that file instead of the one from Blender?