pyvfx-boilerplate icon indicating copy to clipboard operation
pyvfx-boilerplate copied to clipboard

A boilerplate for creating PySide/PyQt or PySide2/PyQt5 applications running inside of Maya, Nuke and standalone - using Python 2 or 3.

Results 4 pyvfx-boilerplate issues
Sort by recently updated
recently updated
newest added

When pressing the escape key, one would expect the window to close. Currently however, it causes the contents of the window to close, but the window remains open. I have...

Due to the fact that Nuke 10.0v1 for OS X is missing `PySide.QtUiTools`, the boilerplate won't work in that environment if you load .ui files via convenience function `Qt.load_ui`. I've...

wontfix

On Mac OS X, I was unable to get the floating window to always stay on top of Nuke. If you click in the main Nuke window, the floating window...

When using `DOCK_WITH_NUKE_UI = True`, and reloading the boilerplate UI, the old panel isn't deleted automatically. ![screen shot 2016-06-09 at 09 08 28](https://cloud.githubusercontent.com/assets/994357/15921446/d258e526-2e21-11e6-8fa5-c80e8b31adf6.png)

enhancement