Skip to content

v2.5.2+wwfx.1.0.0: Merge branches 'wwfx-specific-changes', 'fix-qicon-for-pyqt', 'featur…

Compare
Choose a tag to compare
@j0yu j0yu released this 29 Apr 13:47
· 17 commits to master since this release

Merge of all our additions rebased on top of v2.5.2 release, which was actually done on a separate branch and then squashed onto their master branch as a2f0e40.

🏠 represent WWFX specific changes

Added

from v2.4.1+wwfx.1.1.0 and v2.4.1+wwfx.1.1.1. see shotgunsoftware#122

  • PublishItem.inherit_description property, which use the parent's description if True.

from v2.3.4+wwfx.1.0.0, see shotgunsoftware#121

  • 🏠 LUT file configurations and icon

modified since v2.4.1+wwfx.1.1.0

  • 🏠 gitignore IDEs and caches Python files

Changed

from v2.3.4+wwfx.1.1.0, see shotgunsoftware#110

  • Summary to be a tree rather than flat list.

from v2.4.1+wwfx.1.1.0 and v2.4.1+wwfx.1.1.1. see shotgunsoftware#122

  • Description box in publish window now displays inherited comments in italic, on child items.
  • AppDialog._on_item_comment_change now sets the inherit_description property when a description is changed. Also will repopulate the text with the parent's description if the user clears the entry.
  • *args style logger message formatting

Fixed

from v2.3.4+wwfx.1.0.0, see shotgunsoftware#121

  • Icons for Katana/PyQt.

from v2.4.1+wwfx.1.1.0 and v2.4.1+wwfx.1.1.1. see shotgunsoftware#122

  • PublishDescriptionEdit.paintEvent() docstrings indentation