I currently have a list of strings in which I need to convert into a command.
IE:
"checkerText.outAlpha" needs to be checkerText.outAlpha
Is there a command that will convert a string into a command for pymel?
I need this so I can connect two shaders together.
IE:
'checkerText.outAlpha' >> 'layText.inputs[0].alpha'
needs to be
checkerText.outAlpha >> layText.inputs[0].alpha