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.
Last edited by lauris47; 27-07-2018 at 12:57 PM.