Ok sorted... 

I ended up usig this as my main :

opacityMapSlider = 'opacityMap,OpacityRGBVal' 

and then in Def function using split command to get my variables:

name = RGBname.split(',')
newName='{0},{1}'.format(name[0],name[1])

Worked like a charm :)

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to