string $RNM_WIN = `window -t "Rename"`;columnLayout -adj true -w 256;string $sel[] = `ls -sl`;for($each in $sel){ nameField -o $each;}button -label "Close" -c "deleteUI -window $RNM_WIN";showWindow $RNM_WIN;
Alternatively you can use in the Modify menu the "Search and Replace Names" and "Prefix Hierarchy Names" tools.
Replies
Alternatively you can use in the Modify menu the "Search and Replace Names" and "Prefix Hierarchy Names" tools.