I'm trying to match positions of objects with similar names from different lists in my maya scene using python.
i.e In my scene there are 100's of big boxes ("Box_01_obj","Box_02_obj"...) and 100's of small boxes ("Box_01_obj_small", "Box_02_obj_small"...) and I'm trying to make those small boxes match big boxes location.
How could I do this using python?