View Single Post
# 2 27-07-2018 , 08:54 AM
Registered User
Join Date: Sep 2011
Posts: 109
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.


www.laurynaslubys.com

Last edited by lauris47; 27-07-2018 at 12:57 PM.