cwisbg

everyOtherSelect

May 31st, 2012
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. sl = selected()
  2. ss = []
  3. sll = len(sl)
  4. camPlaneGrp = group(n = "PlanedCams", w=1, em=1)
  5. xform("PlanedCams",  piv=(0,0,0), os=1)
  6.  
  7. for s in range(0,sll,3):
  8.     print s
  9.     ss.append(sl[s])
  10. select(cl=1)
  11. for s in ss:
  12.     print s
  13.     parent(s, "PlanedCams")
  14.     select(s, add=1)
Advertisement
Add Comment
Please, Sign In to add comment