Adverti horiz upsell

Anim_picker 1.0.2 for Maya (maya script)

This tool allows you to create a graphical interface for quick animation controls selection

License
Button download
2,002 Downloads

Compatibility

  • 2014, 2013

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:05/28/2013
Last Modified:06/08/2013
File Size: 53.6 KB

Keywords

maya, animation, pyqt, pyside, Rig

Feature Request

put 'Picker Item Options' window in maya

Status:pending
Date:06/06/2013
Submitted by:qeeji qeeji
Hi Guillaume , I think it's better to put the 'Picker Item Options' window in maya main window here is code I modified : gui.py line 2433 line 2856 and I think you can give it a different name ,and draw same the polygon shape in it

Comments on this feature request:

  • Guillaume Barlier

    Guillaume Barlier said over 11 years ago:

    I'm sorry i don't really understand what you're saying. Are you realy using 1.0.1 or are you still using 1.0.0 ? There was a "bug" brought up by CharlieWales in 1.0.0 that i fixed in 1.0.1 https://www.creativecrash.com/downloads/anim_picker/bugs/950#tabs Isn't that fixed ? As stated in my reply to that bug report, editing line 2433 won't help since i'm providing the class with a parent when it is called. What's you're issue exactly ? it might be interesting to add a "preview" of the polygon shape in that window to identify it effectively, but that will make it even bigger.
  • qeeji

    qeeji said over 11 years ago:

    oh ,I used V1.0.0 ,what I mentioned is the 'option window' can be embedded in maya ,so it won't be covered by maya window . for 1.0.1 line 2434 self.edit_window = ItemOptionsWindow(parent=qt_handlers.get_maya_window(), picker_item=self) line 2852 QtGui.QMainWindow.__init__(self, parent=parent)
  • Guillaume Barlier

    Guillaume Barlier said over 11 years ago:

    It shouldn't be parented to the main maya window (even if that works), but to the picker window. I fixed it properly in 1.0.2. cheers ^^
  • qeeji

    qeeji said over 11 years ago:

    All right, thanks for sharing! Great work.

Post a comment: