clear and concise! I think I encountered issues while scaling the rig to make it bigger/smaller. would i need to connect another scaler node in addition to the trans/rot?
@ChaosWolfNinja3 жыл бұрын
Nice thank you! Now comes the trick where you want you joints to match with more detail aka. So you animate you IK then you want to use your FK but your FK is still at default position. How do you then connect it in a way that they follow that way. If you know what i mean?
@DeathDealer-DD6 жыл бұрын
much efficient and cleaner method, better than constraint that is so confusing and hard to detect in the outliner
@KearoNasanam5 жыл бұрын
For some reason the shoulder joint does not copy the rotation in the X axis, but rotates in the Z axis. May I please get some advice on this?
@Dikko5 жыл бұрын
It may be down to your joint orientation being different to the example in the video.
@puneeth775 жыл бұрын
THANKS FOR TEACHING IN LOT EASIER WAY
@Dikko5 жыл бұрын
My pleasure. Im glad you found it useful!
@hamidhim91016 жыл бұрын
great tuto
@62cky4powerthirst5 жыл бұрын
I've run into a problem, when I connect the translate the base skeleton pops way out of place: how do I fix this?
@KearoNasanam5 жыл бұрын
Assuming that you have made just the individual arms from shoulder down, it is due to the translate of your target meshes not being the exact same as the base. If the IK/FK rig is sitting right on the shoulder, the shoulder joint is at the exact location relative to the world, whereas your base shoulder is set relative to the hierarchy. To remedy this, here is an example of mine: The IK/FK rigs' shoulders are at (-15, 0,128), whereas the base shoulder is at (15, 0, 0) relative to the chest joint. This method causes the base to be at(0, 0, 300) relative to the world, but (0, 0, 128) relative to the hierarchy. I group the IF and FK rigs individually and set the group to (0, 0 128) relative to the world and set the shoulder joints within that group to (15, 0, 0) relative to the group. Doing this method after that point results in the base shoulder remaining at (15, 0, 0) relative to the chest joint.
@xXbananaXxist4 жыл бұрын
Do fk and ik skeletons have to be connected to the rest of the skeletons? And how do I hide controllers when switching?
@Dikko4 жыл бұрын
Yes, the FK and IK have to be part of the same armature object. To automatically hide controllers when switching unfortunately requires a bit of scripting or a plugin of some sort.
@Janovich3 жыл бұрын
Parent Constraint the FK and IK joint chains under the clavicle joint. Don't put them in the same outliner hierarchy. Also just make a simple switch with set driven key on the visibility of the controls.
@NinjaFlibble6 жыл бұрын
There a way to do include matching with this set up? Or is that still something to be done with scripts?
@Dikko6 жыл бұрын
Kimmuryiel if I'm understanding your question correctly, you want to know if you can add a function where the fk can match the location of the Ik when you switch between the 2 and vice versa? I'm sure it's possible but in all likelihood you will still have to achieve that using a script