Hi,
Duplicate with Transform seems to be working only when you have objects selected, as soon as you do Duplicate with Transform, deselect the object and select it again then again use Duplicate with Transform nothing happens since Maya “forgot” transformation when object was deselected.
Anyone knows if there is a way to still do Duplicate with Transform even after you deselect and select the same object again?
The script i have is something like in this form:
[B]duplicate -rr -renameChildren -st;
.
.
// some commands that do something to the duplicated object as well as deselect it
.
.
select -r $object // select duplicated object again[/B]
Now with the object selected again i moved it a bit and repeat script again from the start but object doesn’t move since the objects was deselected in the middle of the script. Hope i was clear enough with this.
Is there any workaround using MEL? …if it’s even possible.
Thanks in advance for any help!!