Hello community.
I need help on a simple rig which I cant figure out how to set up. There is a character holding a stik (trident) and I want its top to follow the hands movement and the bottom to be locked on the ground. I
ve tried setting up IK constraint for this but the trident makes unexpected rotations. I will greatly appreciate any advice on how to do this.
IK rig help
- Змінено
Hello! I suggest first to make the trident NOT parented to the character. For example, you could parent it to the root instead. This will allow you to move it freely around, which is necessary if you want to avoid weird jiggering.
The second step I’d suggest you to take is to create a tiny bone on the trident, where you want the hand to hold it. Use this bone as Ik target for the arm which is supposed to hold it.
To adjust the rotation of the hand to match the one of the trident, you can add a transform constraint set on 100 on rotation.
This setup requires you to create movement by rotating the trident or translating it, having the hand follow it. It also has the advantage of letting your character drop it, throw it in the air, etc. Because you can set the Constraints influence to 0 to have everything controllable independently.
You can find a downloadable project with a similar setup to this here: How to make both hands stay on the weapon?
Thank You Erika. I`ll try to do it this way