Adverti horiz upsell

StyleMaya 1.0.0 for Maya (maya script)

This script applies a stylesheet to Maya via PyQt

License
Button download
221 Downloads

Compatibility

  • 2008

Operating Systems

  • Windows

History

Created:11/14/2013
Last Modified:11/14/2013
File Size: 5.07 KB

Keywords

stylesheet, QT, pyqt

This script applies a stylesheet to Maya via PyQt. This stylesheet is fully customisable. More info to edit the stylesheet on the Qt site; https://qt-project.org/doc/qt-4.8/stylesheet-examples.html

Setup

  • Download and save this script in Maya's script path (C:\Users\Jos\Documents\maya\scripts\StyleMaya.py).
  • To run it, execute this code in the script editor. 
    [code]import StyleMaya; StyleMaya.applyStyleSheet()[/code]
  • To run this script at startup add this code to your userSetup.py file (C:\Users\Jos\Documents\maya\scripts\userSetup.py). Create if it doesn't exists.
    [code]
    import maya.cmds as cmds
    cmds.evalDeferred("import StyleMaya;StyleMaya.applyStyleSheet()")
    [/code]

Requirements

Maya 2008 and up and PyQt4 needs to be installed.



Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.

People who favorited this item:

  • Santi Gutierrez
    Santi Gutierrez
  • deng zhenggang
    deng zhenggang
  • gotham
    gotham