def L_arm_FK(self,ctrlselected ,*args ):#so I want something like : boby:L_Arm_CtrlShape.FKIK_BlendsetAttr = cmds.setAttr(ctrlselected + '.FKIK_Blend', 0, edit=True)
--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
Thank you again Justin !I had this impression that one day when I was using a tool of Maya I got a green commandLine (yes, the one which display the warning cmds), but may be I dreamed about it.The fact is that I'm a bit lazy ,I like the Ui I just created. But I forgot to place a feedback field, that's why I wanted to use this commandLine .... if it's not possible, I will simply rework my UI ^^About the picture, it seems to be easy to take one, I didn't thought about using Playblast because I thought it was only for creating short quicktime files.However, I didn't really got it with Qt. In fact I started python 13 days ago and I didn't dig into Qt.Maybe it will be more easy to grab a picture of the viewport and resize the picture to fit my images' size.RegardsFlorian
percent won the python documentation, but even à 100 the quality is bad, I tried to put it at 200, the quality is good but it double the size of my picture even if I set up a width and a height :/--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
--
lookingForGizmo = cmds.ls('Gizmo_*', dag = True, l = True, ap = True, g = True)
lookingForGizmo.reverse()
Ok so that means that I have to write by hand my list and I can't use : lookingForGizmo = cmds.ls('Gizmo_*', g = True, ap = True)
--
Yes but it doesn't seem to work, cmds.ls list my object by alphabetical order.
I tried with your flags but they have also another order and it doesn't provide me my outliner order.
--
--
Thank you for those pieces of advices ^^