Guys did you know that simple:*
*
*sel = mc.ls(sl=1)*
*
*
~ 2 times slowest than*
*
*
*
*sl=[]
selList = api2.MGlobal.getActiveSelectionList()
for i in range(selList.length()):
      fn.setObject( selList.getDependNode(i) )
      sl.append( fn.name() )
*
*
*
*:)
*

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to