On Tue, Aug 18, 2009 at 02:16, Dimitry<[email protected]> wrote:
>
> it is possible to hide selected faces, by using pymel?

Maya does not currently provide a way for hiding just specific faces
of a mesh. The best you can do is to assign those faces to shader
which is fully transparent and then turn on h/w shading in your shaded
views.

> Is there invert selection command?

import maya.cmds as cmds
cmds.select('*', tgl=True)

-- 
-deane

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---

Reply via email to