My main objective is to move multiple mesh with transformControls.
Below image is structure of my scene.
I want to transform multiple groups which I selected using raycasting with transformControls.
As I know there is no way to attach transformControls for multiple object.
that is why, I have to create temporary group which has all selected group as child.
And attach transformControls to this tempGroup.
for that I have to create tempGroup in Object-1 & move all selected group in ttempGroup.
Questions:-
1)Is there any suggestion regarding this whole process.
2)is there any method we can move object from its parent to another object.
3)if I create tempGroup & clone group3 & group5 in add it to tempGroup , it it right way to achieve point no 2.