You can have a look at dragAttrContext command: http://help.autodesk.com/cloudhelp/2015/ENU/Maya-Tech-Docs/CommandsPython/dragAttrContext.html and draggerContext command: http://help.autodesk.com/cloudhelp/2015/ENU/Maya-Tech-Docs/CommandsPython/draggerContext.html
Maybe that's what you are looking after. Also check Hamish McKenzie's zooToolbox <http://www.macaronikazoo.com/>, which includes zooAttrScroller.mel and you can grab a modified version of this script by David Johnson: http://www.djx.com.au/mel/zooAttrScroller.rar This following link delves into this a bit more: http://www.djx.com.au/blog/2009/08/11/zooattrscrollermel-virtual-sliders/ These scripts create a draggerContext and a marking menu for choosing which attribute of the current selected object to modify by mouse-dragging, a bit like selecting an attribute in the channelBox and middle-button dragging Hope it helps. *Carlos Rico Adega*------------------------------------- <http://www.vimeo.com/16765581> LinkedIn <http://www.linkedin.com/pub/carlos-rico/6/58/325> [email protected] 2014-12-10 15:33 GMT+01:00 miarmy <[email protected]>: > Marcus and Justin ...thank > > ok!...example: i have a face control(example lip control)...now i want > press the special shelf button until select a field in the (main)channel > box...(when selected the a field in the channel box i can control on value > of attribute with middle button...) > excuse me,...my english is not good( ....and channelBox Command was > inconclusive) > > -- > 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/cf19a6f8-40f7-4dfc-b8e0-e6cf1ba04e71%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/cf19a6f8-40f7-4dfc-b8e0-e6cf1ba04e71%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAFzJ14VUOyM_yxpiWc54TuhskCuqZOjdZc1%3DJrU8jY9LFMqcJQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
