Targeting another bone layers skeleton?
Posted: Wed Feb 07, 2007 1:59 pm
So I guess you can't do this.
As in:
To target another layer in the document? Looking in the documentation there doesn't seem to be a way to paste or modify bones on another layer?
So if that's true (as far as I can tell) I am using:
ToLayer is the variable with the "target" layer ID (for copying and pasting bones from one layer to another with one script). This works GREAT... I just thought I could target the skeleton of another layer without changing layers.
-vern
As in:
Code: Select all
skel = moho:Skeleton()
So if that's true (as far as I can tell) I am using:
Code: Select all
moho:SetSelLayer(ToLayer)
-vern