Hi!
I have a human model generated in blender, and converted to .bam.
I has been trying to move manually the upperleg and the lower leg (parent-child relationship) to maintain the relative position of my children when I move the parent.
I have found a way thanks to some coleagues in other post. The point is that actually it works, meanwhile the movement is inside the limit of the armature (defined in the blender model).
How it works:
1- I read the position of the children (exposed) referenced to the parent(controlled)
2- I move the parent(controlled)
3- I read the position of the children (exposed) referenced to the parent(controlled)
4- I calculate the delta
5- I move the children (controlled) back as per delta calculated.
The issue is that on the point 3, if the children has arrived to the armature limit, it doesn’t move as expected, so I imagine I will have some bullet constraints in my model, but I don’t where.
- There is any option to see the constraints imposted with my model?
- Can I disable all the constraints in my view?
Thank you!