My team is having problems using referenced files and the "select by name" tool within Maya. Whenever we use a reference and try to use a wildcard selection in the "select by name" tool, we get an error saying that no items match. However, when we go back to the original file, we are able to use the wildcard selection in the tool. Anyone have any work around fixes for this?
Replies
example in MEL
ls "*:item_name"
ls -r 1 "item_name"
I ended up using "*:*cnt*" and that did the trick!