Guest User

Untitled

a guest
Oct 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. find_me = 'persp'
  2. bob = mc.ls(dag=1)
  3. charlie = []
  4. for i in bob:
  5. if not i.find(find_me) == -1:
  6. charlie.append(i)
  7. mc.select(charlie)
Add Comment
Please, Sign In to add comment