Skip to content

Releases: wwfxuk/tk-multi-publish2

v2.6.0+wwfx.1.0.0: Merge remote-tracking branches 'origin/word-wrap-message-label', 'ori…

15 Jun 17:27
Compare
Choose a tag to compare

Merge of all our additions rebased on top of v2.6.0 release.

🏠 represent WWFX specific changes

Added

from v2.5.5+wwfx.1.1.0, see #11

  • 🏠 Always scroll to last log item

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

from v2.5.4+wwfx.1.0.1, see shotgunsoftware#131

  • tex RenderMan-style texture extension

Changed

from v2.6.0+wwfx.1.0.0, see shotgunsoftware#144

  • Enabled setWordWrap so dialog with long error messages, i.e. multi-inheritance publish plugin hook paths, doesn't show as a very very wide window

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

  • Summary to be a tree rather than flat list.

Fixed

from v2.5.5+wwfx.1.1.0, see shotgunsoftware#140

  • Misleading log message when no tasks accepted all items

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

  • Icons for Katana/PyQt.

from v2.5.4+wwfx.1.0.1, see shotgunsoftware#131

  • Missing tif in publish_file.py hook, in comparison to accepted texture types in collector.py

from v2.5.4+wwfx.1.0.2, see shotgunsoftware#135

  • Qt.CheckState incompatibility with PyQt*

v2.5.6+wwfx.1.0.0: Merge remote-tracking branches 'origin/texture-extensions', 'origin/f…

18 May 18:22
Compare
Choose a tag to compare

Merge of all our additions rebased on top of v2.5.6 release.

🏠 represent WWFX specific changes

Added

from v2.5.5+wwfx.1.1.0, see #11

  • 🏠 Always scroll to last log item

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

from v2.5.4+wwfx.1.0.1, see shotgunsoftware#131

  • tex RenderMan-style texture extension

Changed

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

  • Summary to be a tree rather than flat list.

Fixed

from v2.5.5+wwfx.1.1.0, see shotgunsoftware#140

  • Misleading log message when no tasks accepted all items

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

  • Icons for Katana/PyQt.

from v2.5.4+wwfx.1.0.1, see shotgunsoftware#131

  • Missing tif in publish_file.py hook, in comparison to accepted texture types in collector.py

from v2.5.4+wwfx.1.0.2, see shotgunsoftware#135

  • Qt.CheckState incompatibility with PyQt*

v2.5.5+wwfx.1.1.0: Fix message when no tasks accepted (#11)

09 Mar 11:49
79fefc0
Compare
Choose a tag to compare

Added

  • Always scroll to last log item

Fixed

  • Misleading log message when no tasks accepted all items

image

v2.5.5+wwfx.1.0.0: Merge remote-tracking branches 'origin/texture-extensions', 'origin/f…

18 Nov 17:42
Compare
Choose a tag to compare

Merge of all our additions rebased on top of v2.5.5 release.

🏠 represent WWFX specific changes

Added

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

from v2.5.4+wwfx.1.0.1, see shotgunsoftware#131

  • tex RenderMan-style texture extension

Changed

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

  • Summary to be a tree rather than flat list.

Fixed

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

  • Icons for Katana/PyQt.

from v2.5.4+wwfx.1.0.1, see shotgunsoftware#131

  • Missing tif in publish_file.py hook, in comparison to accepted texture types in collector.py

from v2.5.4+wwfx.1.0.2, see shotgunsoftware#135

  • Qt.CheckState incompatibility with PyQt*

v2.5.4+wwfx.1.0.2

18 Nov 17:23
Compare
Choose a tag to compare

Fixed

  • Qt.CheckState incompatibility with PyQt*

v2.5.4+wwfx.1.0.1

13 Aug 16:54
Compare
Choose a tag to compare

Merged shotgunsoftware#131

Added

  • tex RenderMan-style texture extension

Fixed

  • Missing tif in publish_file.py hook, in comparison to accepted texture types in collector.py

v2.5.4+wwfx.1.0.0

11 Aug 10:28
Compare
Choose a tag to compare

Merge of all our additions rebased on top of v2.5.4 release.

inherit-descriptions not merged

For this release, we'll be testing the new description inheritance introduced in v2.5.3. If not working as intended, these changes from the inherit-descriptions will then be rebased and a new WWFX version released

git checkout -B inherit-descriptions origin/inherit-descriptions
git rebase "v2.5.4+wwfx.1.0.0"
# Then once fully rebased
git checkout -B master "v2.5.4+wwfx.1.0.0"
git merge inherit-descriptions
git tag "v2.5.4+wwfx.1.1.0"
git push -uf origin master inherit-descriptions "v2.5.4+wwfx.1.1.0"

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

Added

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

Changed

  • 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

  • PublishDescriptionEdit.paintEvent() docstrings indentation

🏠 represent WWFX specific changes

Added

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.

Fixed

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

  • Icons for Katana/PyQt.

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

29 Apr 13:47
Compare
Choose a tag to compare

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

v2.4.1+wwfx.1.1.1: Revert to using textChanged signal for descriptions, but block signal…

08 Apr 14:27
3ca90c3
Compare
Choose a tag to compare

v2.4.1+wwfx.1.1.1 - 2020-04-08

Changed

  • Revert to using textChanged signal for descriptions, but block signals when applying text programatically to not trigger callback

v2.4.1+wwfx.1.1.0: Inherited Descriptions for publish items (#9)

03 Apr 08:59
554ab47
Compare
Choose a tag to compare

v2.4.1+wwfx.1.1.0 - 2020-04-03

Added

  • Publish items now have an "inherit_description" property. When set to True, the description will return the parent's description.
  • "_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.

Changed

  • Description box in publish window now displays inherited comments in italic, on child items.
  • Description box also emits "edited_finished" signal on enter/return.