TITANius
10-17-2010, 03:41 PM
How to change next code to object-oriented Pymel ?
from pymel.all import *
FacesList = ls((polyListComponentConversion((ls(fl=1,sl=1)), tf=1)), fl=1)
thanks in advance
from pymel.all import *
FacesList = ls((polyListComponentConversion((ls(fl=1,sl=1)), tf=1)), fl=1)
thanks in advance
