For example, if I want to get the input connection of blinn1.Color only, what would be the flag I need?
Thanks.
--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To post to this group, send email to python_in...@googlegroups.com.
To unsubscribe from this group, send email to python_inside_m...@googlegroups.com.
Right, that do gives me what I want thanks ! I had a feeling its one of settings I just failed to understand it properly...
Anyway since I'm writing here got 1 more question.
I have a list of materials and then a list of specific connections to those materials.
Is there a way to disconnect those connection from those materials?
My test fail somehow because(I think) every time I go through loop I end up trying to disconnect wrong nodes from wrong materials, since it goes one by one over list...
Not sure if I can match up list somehow or tell it to pick 1 mat, get its connections, break them, move to next node
Is there a way to do it ? Must be I guess I just didn't find out the proper command or how to name it...
Thanks, bye.