Thank you, Wes! It started to make some sense to me after the lasts findings about children stacking order, but you totally ended ordering and giving all the sense in my head. I guess at first I kinda expected to get the same behavior as long as you were able to access Skeleton, but you can access Skeletons from anywhere nowadays, so it's logical at some point things can start to react differently depending on several factors... Now its clear I have to think on another approach for getting this part of the script to work and I'm still mulling over it, if it were not for the Motion Blur conflict it'd be as easy as run it from the bottom of the group (as, indeed, it was at first until I discover such MB issue), but it seem it will have to be something more convoluted. Anyway, talking about motion blur...
synthsin75 wrote: ↑Fri Aug 12, 2022 4:04 am
For motion blur, couldn't you just reverse the order that you're offsetting the layers' motion? IOW, just have the layer script start with the topmost layer and offset every other layer accordingly?
I'm not totally sure if I understood it correctly, do you mean ensure the embedded script makes motion changes over siblings in strict order from top to bottom? Well, I'm not sure if that would solve the problem (althought maybe probably?), but doubt I could implement that in this case since it has to do with masters & slaves relationships and not a linear/ordered application of changes. It hurts my mind simply try to imagine a way to make it work the way you say, but I'll take into account in case I needed to rewrite it or something (but it has been very hard to get here so I hope not

).
hayasidist wrote: ↑Fri Aug 12, 2022 11:24 am
if you bind layer to the bone in the Child case that works...
Yeah, I'm not totally sure why that works, I guess because layer binding resulting motion is somehow applied before or something... but I need all the other binding modes anyway.
Well, time now to continue thinking about all this and maybe try-out some other possibilities that has been passing through my mind along the day and see, at least before trying to apply deeper changes... Thanks, as usually, to both!
...