IK Advanced Twist Controls

71 views
Skip to first unread message

Adam Dalley

unread,
Dec 1, 2016, 12:08:58 AM12/1/16
to Python Programming for Autodesk Maya
Hi all, pretty new to this stuff so bear with me :). I'm trying to figure out how to get access to the 'Advanced Twist Controls' of an IK handle using pymel.  I'm not seeing anything in the documentation but I'm probably just looking in the wrong place. Any advice is much appreciated, cheers!


Geordie Martinez

unread,
Dec 1, 2016, 12:24:58 AM12/1/16
to Python Programming for Autodesk Maya
ikh = pm.PyNode('ikHandle1')
# list all available attrs to change
ikh.listAttr()
# here's the one you need!
ikh.dTwistControlEnable.set(1)

Adam Dalley

unread,
Dec 1, 2016, 9:45:20 AM12/1/16
to Python Programming for Autodesk Maya
Thanks Geordie!
Reply all
Reply to author
Forward
0 new messages