ik icon indicating copy to clipboard operation
ik copied to clipboard

should iterate_affected_nodes be used ?

Open lvZic opened this issue 2 years ago • 1 comments

I just want to get each frame's result, should i use iterate_affected_nodes? in my opinion, the easiest way is get tree's all child node's position? is it?

lvZic avatar Feb 01 '23 03:02 lvZic

You can do it either way. This function ignores chains that weren't manipulated by the solver, for example, if you set eff->weight=0.0 on one of the effectors then that whole branch doesn't change.

TheComet avatar Mar 23 '23 14:03 TheComet