Hey guys,
I’ve got 2 question here, hope to receive some advice.
Is there a script to make an object a child of another object?
Here the thing: I’ve got 2 nulls, each stores 630 objects. And what I need is to make each object from null_0 a child of a corresponding object in null_1, based of their index relative to the corresponding nulls.
Since I’m going to operate with indexes I also need to rearrange objects in null_1. Is there a script to do so? The issue is that in null_0 objects are like [obj_0, obj_1, obj_2 … obj_629] while in the null_1 they are [obj_629, obj_628, obj_627 … obj_0].
I will be greatful for any help. Otherwise I’d need to do that manually 630 times