-
Notifications
You must be signed in to change notification settings - Fork 4
Release Notes
Welcome to the release notes for this App. Below you will find an overview of all the changes we did for each release. We try to be as detailed as possible and include all bugs we have fixed, features we have added and things that may have changed. If you have questions about a particular release, don't hesitate to contact our support team!
2020-Feb-13
Fixes a bug with the global scope of executed code.
Details:
Fixes a bug where methods run in the Python console could not access the global scoped variables.
For example, importing a module and then using it within a method would throw a NameError before the fix. Huge thanks to Joe Hultgren for providing this fix.
2020-Feb-11
Python 3 support
Details:
- It now works in Python 3. As a result, the required core has been bumped to
v0.19.1and it now requires Shotgun utils v5 up from v4. - Small bug fix for situations where the open file button would throw an error.
- Using the python console standalone, (without
sgtkbeing present,) is still supported but it is recommended that you install the modulesixso that it can better handle strings.
2018-Mar-14
Bug fix
2017-Aug-18
Changes to allow the app to run independently of toolkit
2017-May-16
Moves the python console menu item from the main menu to the context menu.
2017-Mar-15
Removes problematic profiles from png files used as icons.
Details:
This will silence libpng warnings from Qt when the png files are loaded as pixmaps. This is a second attempt as this profile stripping, and uses ImageMagick's "mogrify" command to achieve the desired result, which maintains color consistency.
2017-Feb-08
Use active window for dialog parenting
2017-Feb-08
Bug fix for both echo output and show lines toggles
2017-Feb-07
QA fixes for toggle echo and line numbers
2017-Feb-07
QA fixes for dialog parenting
2017-Feb-07
Removed unnecessary minimum width
2017-Feb-07
Do not use native file dialogs. Fixes issues in photoshopcc engine
2017-Feb-07
Updated docs, external sources hook is no-op by default
2017-Feb-06
QA fixes
2016-Jul-13
Bug fixes, tabs, external resources, and more
2016-Jun-29
bug fixes, tabs, external resources, and more
Initial release