Simply Maya User Community

Simply Maya User Community (https://simplymaya.com/forum/index.php)
-   Programming (https://simplymaya.com/forum/forumdisplay.php?f=32)
-   -   Selecting contents of multiple subfolders in outliner (https://simplymaya.com/forum/showthread.php?t=62180)

yanalin 29-01-2020 05:09 PM

Selecting contents of multiple subfolders in outliner
 
Hi,
I want to select the contents of multiple folders in maya without actually selecting the folders themselves. That is to say, if I have group1 with mesh1 and mesh2 inside and group2 with mesh3 and mesh4 inside, I only want to select mesh1-4 without selecting group 1 and 2. I couldn't find a way to do it and I don't know how to code, so any help would be appreciated. I guess it's also quite a simple code, so if someone is feeling extra kind today, maybe they can save me hours of manual clicking. Thanks in advance.

Jackkd88 03-09-2020 10:15 AM

import maya.cmds as mc

allTransforms = mc.ls(tr=1)
polyMeshes = mc.filterExpand(allTransforms, sm=12)
mc.select(polyMeshes)


All times are GMT. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Simply Maya 2018