[Maya-Python] Re: pyqt button menus with designer

2011-12-08 Thread notanymike
thanks! On Dec 7, 2:57 pm, Justin Israel justinisr...@gmail.com wrote: Your QDialog has a function called mapToGlobal(), which is inherits because its a subclass of QWidget. mapToGlobal takes a point that is local to the current object and remaps it to the global position. When your button

Re: [Maya-Python] Animated Rigid Bodies Starting at Intervals - Will Pay for Sample Script

2011-12-08 Thread Nick Scholtes
Is anyone interested in this? It would be a pretty easy buck! Nick On Mon, Dec 5, 2011 at 10:42 AM, Nick Scholtes airc...@gmail.com wrote: Hi, Well, if needs to be done with over 1000 objects, which is why they are scripting it. The other artist knows some python, but not a ton, and I

Re: [Maya-Python] Animated Rigid Bodies Starting at Intervals - Will Pay for Sample Script

2011-12-08 Thread Justin Israel
Hey, What actions specifically should the script perform and what parameters does it need to expose to you? Im not a maya artist specifically im a pipeline developer so i dont always know every aspect of maya such as doing rbd very thoroughly but the artists always show me what they need to

[Maya-Python] PyMEL tools.loggingControl

2011-12-08 Thread Count Zer0
Looks like this may be broken again in 2012, or possible an OSX issue. I get this when I open the menu: # Error: CallbackError: file /Applications/Autodesk/maya2012/Maya.app/ Contents/Frameworks/Python.framework/Versions/Current/lib/python2.6/ site-packages/pymel/internal/factories.py line 744:

Re: [Maya-Python] PyMEL tools.loggingControl

2011-12-08 Thread Geordie Martinez
if you get the latest from the gitHub it fixes the issue. On Thu, Dec 8, 2011 at 4:38 PM, Count Zer0 count@gmail.com wrote: Looks like this may be broken again in 2012, or possible an OSX issue. I get this when I open the menu: # Error: CallbackError: file

[Maya-Python] getting Maya's version with python

2011-12-08 Thread Panupat Chongstitwattana
Is there a Python command I can use to get the version of Maya it's running in? 2010, 2011, 2012 etc. -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe

Re: [Maya-Python] getting Maya's version with python

2011-12-08 Thread Kurian O.S
cmds.about() ? On Friday, December 9, 2011, Panupat Chongstitwattana panup...@gmail.com wrote: Is there a Python command I can use to get the version of Maya it's running in? 2010, 2011, 2012 etc. -- view archives: http://groups.google.com/group/python_inside_maya change your subscription