Is it possible to copy the name of one object to another using python, as well as save the initial name state?
For example: A Cube and Cylinder are in the scene. Save the name-state of Cylinder. Copy the name from the cube, "Cube" and give the Cylinder that name ("Cube"). Do whatever action(s) to the Cylinder, then rename it back using the name-state. So essentially it will be renamed back to "Cylinder".
So this is a two part question:
How to copy the name from one object to another.
How to save and then access the name-state of an object for later use in a script.