QUOTE(mayapower @ 07/07/07, 07:17 PM) [snapback]269346[/snapback]
a attribute on shape node that says i am connected to this set node. How?
IIts connected to the set alright,
(trough inst obj groups amongst other things, thow its not llways clear whether you included the shape or the transform to the set in question, so be sure your set is attached to the shape in firstplace and not its transform)
easyest way to querry this is
ls("-et","objectSet", listConnections ("-s",0,"-d",1))
wich acts on the entire selection you can just append the node you need
ls("-et","objectSet", listConnections ("-s",0,"-d",1,$nodeName))
Replace object set with your type