Hi guys, I have one object with 3 items list as enum, and need to connect to another object with 3 list item. Let say Driver has enum :A:B:C, and Driven has :X:Y:Z.
How to do in python? I tried using cmds.setDrivenKeyframe but not work. Is there any other way to do like maya node utilities? The result expected like this condition when Driver enum A X 1 Y 0 Z 0 condition when Driver enum B X 0 Y 1 Z 0 condition when Driver enum C X 0 Y 0 Z 1 -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/c23c28b4-a8cd-4db2-b69e-5949ed8d5a2a%40googlegroups.com.
