On 8/25/20 5:47 AM, Jan Kosinski wrote:
OKay, I see, I think it’s like you suggest, but I have to add some
crazy code block to update the members, as below in bold:
...
*#crazy code block:*
*for rb in rbs:*
* rb.update_members()*
*m.update()*
*for rb in rbs:*
* rb.set_reference_frame(rb.get_reference_frame()) #this updates
the members immediately too*
*m.update()*
*#end of the crazy code block*
Hmm, this sounds like something isn't right with the dependencies, so
updates aren't happening automatically in the right order (although odd
that it works for some chains and not others). I'll open an issue.
Ben