when i am selecting a shader if there no file (image) in common material attributes(transparency) not getting any result.
string $transpar[] = ls -sl -typ lambert;
string $checkou[] = listConnections -d off -s on ($transpar[0]+".transparency");
for ($yups in $checkou) {
if (objExists "file *") {
print (“Wrong”);
} else {
print (“Done”);
}
}