Re: [Maya-Python] Re: Where do Maya Python API 2.0 feedbacks? Bug reports? etc...

2012-05-15 Thread Justin Israel
Yea thats just a python long: long(2) The API is free to return that as an integer type if it wants. You see it with database driver return values as well. On Tue, May 15, 2012 at 9:28 AM, Narann wrote: > Big sorry for delay. I just tried there and it's good: > > # Result: 2L # > # Result: 2 #

Re: [Maya-Python] Re: Where do Maya Python API 2.0 feedbacks? Bug reports? etc...

2012-05-15 Thread Narann
Big sorry for delay. I just tried there and it's good: # Result: 2L # # Result: 2 # I don't know for the "L"... Maya 2012 x64 SP2 Thanks anyway all! :) -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python

Re: [Maya-Python] Re: How can I draw gantt chart in PyQt !

2012-05-15 Thread Justin Israel
Here is someone asking the same question and wanting to use qwt: http://www.qtcentre.org/threads/40428-Gantt-charts-with-QWT And there is the pyqwt binding: http://pyqwt.sourceforge.net/ On May 15, 2012, at 3:13 AM, seeks wrote: > thanks Justin Israel; > I saw it,but about PyQt ,I still do no

Re: [Maya-Python] PyQt custom frameLayout widget

2012-05-15 Thread David Moulder
Bur's implementation is very nice. I've modified the widgets paintEvent method to add a Maya style look to them. I can post back up if people are interested. On Mon, May 14, 2012 at 10:23 PM, Jo Jürgens wrote: > Nice work! > > Blur Studios have published all their pipeline scripts, and there

[Maya-Python] Re: How can I draw gantt chart in PyQt !

2012-05-15 Thread seeks
thanks Justin Israel; I saw it,but about PyQt ,I still do not know how to do,because I write Gui used PyQt,I search in google just saw KDChart ,but KDChart used Qt... On May 15, 1:08 am, Justin Israel wrote: > Maybe > this?http://stackoverflow.com/questions/3657504/how-to-have-gantt-chart-us...