See also the GitHub Releases page
- Removed unused hooks
- Using docker to build docs
- Fixed broken docstrings
- Added
tk-framework-shotgunutils
v5.x.x - Switched to standard 256x256 icon
- Moved
QtPyImporter
intoutils
- Minimal working support for older Katana using PyQt4
- Added render publishing
- Moved icons to 'icons' folder
- Moved documentation to GitHub Pages from GitHub Wiki
- Added CI for making docs
- Qt patches
- Logging updates
- Resource loading
- Publishing and loading updates
- Wiki/Documentation updated
- Updated
configs
for specific app/engine/framework requirements.
Initial working GUI for Katana 3.1 (PyQt5)
Still rough and switching context is not working but hey, we have GUI!
- Used Qt.py 1.1.0 to achieve a initial working Qt binding for Katana 3.1 (PyQt5)
- Updated
configs
folder for exampletk-multi-*
- Removed test panels, deferred Qt imports in
tk_katana
- Cheeky icons for "Jump to" menu actions
- Removed
os.system
, using unified open withQDesktopService.openUrl()
- Fixed pre-mature call to generate Shotgun menu
- Logging in
engine.py
- Plugin-logger in
ShotgunAssetPlugin
- Remove print/refactor to python 3 print
- Remove unused, e.g.
_non_pane_menu_callback_wrapper
- Fixed and updated
startup/bootstrap.py
fromtk-natron
code. - Initial move to "SGTK_*" environment variables.
- Re-created package using Cookiecutter for Python.
- Merged in
demon7x/tk-katana
fork's, master branch's adb98c1
- Added patches by Rodeo FX up to v0.1.1_rdo3
- Added
AppCommand
changes by Gael-Honorez-sb