Custom Python classes and utilities tailored for Qt built UI, in VFX-oriented DCC applications.
Project description
FXGUI
Custom Python classes and utilities tailored for Qt built UI, in VFX-oriented DCC applications.
Table of Contents
About
Custom Python classes and utilities tailored for Qt built UI, in VFX-oriented DCC applications.
Installation
pip install fxgui
[!IMPORTANT] In order to have access to the module, make sure to add
fxgui
to the$PYTHONPATH
of the DCCs. For Houdini, you can find the houdini_package file.
Example
After installing FXGui, you can run the demo:
python example.py
Or:
from fxgui import examples
examples.main()
Here's how it would like like launched from Houdini and launched as a standalone:
Documentation
Please read the full documentation here.
Gallery
Splash Screen | Main Window |
---|---|
Contact
Project Link: fxgui
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.