6 ms·
No inverse kinematics? That is the most important feature this would make me use this over the good old wooden puppet, which is small (10cm). I.e. it travels w
by virtualritz 4mo ago
No inverse kinematics?
That is the most important feature this would make me use this over the good old wooden puppet, which is small (10cm). I.e. it travels with me with my drawing utensils.
I guess I am asking: what exactly is the value proposition?
- progbits 4mo agoIt's a checkbox in the "..." menu. Off by default for some reason.
- majiy 4mo agoWhat exactly is inverse kinematics? A short search tells me it is something like "if the hand goes in a certain position and a certain angle, elbow and shoulder must go into these angles", is that it?
- progbits 4mo agoYes. Instead of having to figure out the bone angles one by one you can drag eg a finger and the rest will follow as much as constraints allow.
- steezeburger 4mo agoDoes it just make it easier to get in a position you want or does it give you more natural looking positions as well or any other benefits? It's pretty fun to play with!
- dagmx 4mo agoIt means that you can lock the end point to a position and figure out the rest of the pose. Imagine a character walking with forward kinematics. Every time you move the characters hips , you’d have to rotate the leg joints and make sure the foot doesn’t slide. Remember virtual characters don’t have friction. IK lets you lock the foot in a spot so you can animate the body above it without having to spend time matching the foot position. In a real world, this is like if you tried to put your hand on a door handle while jumping up and down. It’s easier to keep position when you hold the handle than if you were to just touch it.
- wang_li 4mo agoIt also means you can move the point and the rest of the joints adjust. Want to make your model walk? Just figure out the foot motion and the rest of the details are calculated based on joint range of motion and limb length.
- dagmx 4mo agoWithout some extra solving most full body IK systems won’t give you walking motion. It’ll just be like pulling a doll by its limb or QWOP You need a proper motion controller on top to actually have realistic walking motion driven by steps.
- rootlocus 4mo agoImagine placing the feet on the ground at some location and then pinning them there. Now you can move the hips and the upper and lower legs as well as the knee orientations change to keep the feet planted in the same position.
- numpad0 4mo agoregular kinematics derive coordinates from joint angles INVERSE kinematics derive joint angles from coordinates it's useful when you have a chain of joints and a mug to grab with it
- embedding-shape 4mo agoThis image explains it pretty well, you typically chose between Forward Kinematics, or Inverse Kinematics, depending on what you're trying to accomplish and how you want it to look like: https://www.researchgate.net/profile/Ebrahim-Poustinchi/publication/341173542/figure/fig1/AS:888016843329536@1588731122232/Difference-between-IK-and-FK-solutions-for-robotic-motion-IK-interactively-moves-all-the.jpg https://www.researchgate.net/profile/Ebrahim-Poustinchi/publ... (imagine the robot parts are human limbs, same thing applies :) )
- LoganDark 4mo agoInverse kinematics lets you position the end of a limb and automatically moves the joints for it, rather than you having to move each joint manually.