Attached to this post the screen capture 'MaterialBinding_Solaris.jpg'
I have a python script that gets the path from a selected Leaf Primitive. Once I have the path from the Leaf Primitive ( in my example '/Variant/MFZ6/Carabiner4_Black' ) How can I get the path inside the 'material:binding' ( in my example '/Variant/materials/HighRes/MFZ6/Carabiner4_Black' ) out of the Leaf Prim Path?
Note that in this case I have the Display flag set on a Set Variant Node but I don't necessarily have the Set Variant node selected.
So the next code doesn't work
```hou.selectedNodes().stage().GetObjectAtPath(SingleSelectedPrimPath+'.material:binding')```
So how do I read the path inside the 'material:binding' once I have the 'Leaf Primitive Path' with Python?