danvas
09-30-2010, 02:57 AM
Hi,
What's the best Pymel code to select all geometry in the scene? This is what I have:
import pymel.core.runtime as rt
import pymel.core as pm
rt.SelectAllGeometry()
pm.ls(sl=1)
It does the job, but I was just wondering if there's a better (faster) way.
Thanks!
What's the best Pymel code to select all geometry in the scene? This is what I have:
import pymel.core.runtime as rt
import pymel.core as pm
rt.SelectAllGeometry()
pm.ls(sl=1)
It does the job, but I was just wondering if there's a better (faster) way.
Thanks!
