Parenting changes?
Posted: Mon Jul 06, 2015 2:16 am
Sorry, again, for these questions about things that USED to work and now no longer work (in this case, at all) but I can't get a bone to reparent anymore.
This used to work just fine:
bone.fParent = parentID
assuming I have a child bone as "bone" and the ID of the parent I want to assign (gotten from a simple skel:CountBones() until the bone:Name() matches the name I'm looking for). Now it doesn't seem to do a thing, having no assignment at all for those bones I am trying to parent (the same script works fine in AS 9).
I assume that's because something major changed in the way bone parents work but, again (sigh) I can find no documentation anywhere that explains this. Can anyone point me in the right direction?
This used to work just fine:
bone.fParent = parentID
assuming I have a child bone as "bone" and the ID of the parent I want to assign (gotten from a simple skel:CountBones() until the bone:Name() matches the name I'm looking for). Now it doesn't seem to do a thing, having no assignment at all for those bones I am trying to parent (the same script works fine in AS 9).
I assume that's because something major changed in the way bone parents work but, again (sigh) I can find no documentation anywhere that explains this. Can anyone point me in the right direction?