Simply Maya User Community

Simply Maya User Community (https://simplymaya.com/forum/index.php)
-   Maya Materials & Textures (https://simplymaya.com/forum/forumdisplay.php?f=18)
-   -   Hypershade - hierarchy is too big to display Maya options (https://simplymaya.com/forum/showthread.php?t=45287)

lauris47 26-07-2018 03:21 PM

Hypershade - hierarchy is too big to display Maya options
 
3 Attachment(s)
Hello
I have a problem with menus not displaying when I second-mouse-click on a material that has been applied to many objects.
I duplicated this shader and since the duplicate is not applied to any object, I was able to see select objects option, which I need. So the problem is that Maya just does not show such option if hierarchy graph is too big. it shows the bottom options, and select all objects is at the top.
How do I see the normal, top view of the list / menu ?

Thank you.

lauris47 27-07-2018 08:54 AM

I found a solution with mel script. Select material and run this one, all objects with this shader -material will be selected.

string $array[] = `ls -sl`;
for ($item in $array)
{
hyperShade -objects $item;
}

Apparently, of-course there is also an option trough edit > select objects with material in hypershade.


All times are GMT. The time now is 12:00 PM.

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