Hi, and thanks for taking time to read and maybe answer my question.
So, to keep it short, I want to parent object X to object Y only during some frames throughout an animation. So I thought that I could make use of Python and its makeParent function and a few simple if statements.
Now, first of all, is there a way to do it without Python?
And second, makeParent needs a list of objects it keeps saying to me. So if I assign several objects to an array and then parent those to object X, the script does what it’s told (now, this is however not the result I want from it ^^).
So I was wondering how I must go about if I only want to parent one object to object X.
Thanks for reading, feedback very much appreciated!