Vfxwindow Versions Save

Python Qt Window class for compatibility between VFX programs

1.8.0

6 months ago
  • Added Linux support
  • Fixed Unreal Engine to support 5.x
  • Added CryEngine support
  • Minor fixes for Maya, Houdini, Blackmagic Fusion and Substance Painter

1.7.1

7 months ago
  • Python 3 fixes
  • Substance Designer+Painter docked windows
  • Nuke terminal support

1.6.4

2 years ago
  • Correctly loads the Blender window if using Blender 3
  • Automatically load the latest version of a palette if no version is given
  • Fixed instanced windows from preventing the parent window setting a palette

1.6.3

2 years ago
  • Fixed docked Nuke windows not emitting the windowReady signal.
  • Ignore Maya error if callback node can't be converted to an MNodeMessage compatible node.

1.6.1

3 years ago
  • Disable Nuke batch mode check as it wasn't accurate
  • Correctly set size of dialog windows
  • Fix error when calling about() with no WindowName attribute
  • Fix issue with about() not working correctly with new style signals
  • Fix error if loading docked Maya window from another docked Maya window
  • Avoid overriding the palette of a child window if launched from StandaloneWindow
  • Fix bug if using PyInstaller

1.6.0

4 years ago
  • Added dialog launch option to work with all programs.
  • Renamed dialog to isDialog.
  • Deprecated use of pm.layoutDialog in Maya.
  • Remember signal connection types when pausing.
  • Improve saving window positions.
  • Remove exception if Nuke window is not available.

1.5.5

4 years ago
  • Removed Qt.py from source and added as dependency
  • Automatically generate an "About" dialog
  • Improved signal pausing
  • Fixed typo in Blender callbacks
  • Fixed bugs in Nuke docked window
  • Get main Fusion window

1.5.0

4 years ago
  • Added support for launching a GUI in Fusion.
  • Reworked import checks to be more efficient.
  • Add QMenuBar override so it works in docked Maya windows.
  • Applied setVisible override to all windows.
  • Renamed isChildWindow to isInstance, since it checks if the window was launched with the instance method.

1.4.4

4 years ago

Added support for launching a GUI in Substance Designer.

Some general fixes were done along with improvements to the Nuke and Maya windows.

1.3.0

4 years ago

Added support for launching a GUI in 3DS Max.

Improved the Maya window to allow launching in standalone mode.