Skip to content

Commit 66d7be0

Browse files
committed
Apps, Engines, Frameworks and Core updates
tk-core - Fixed an issue in tk-core where includes were not processed in order. This caused issues when includes were used to override template or environment parameters. A big thanks to Barbara Laigneau for her contribution to this bug fix. tk-multi-publish2 - Added a configuration option that can force users to assign a task to a publish. If the task_required application setting is set to True, the publisher will validate that a task is selected for every item and will enable or disable the Validate and Publish buttons accordingly. tk-flame - Using Flame’s python to upload thumbnail to Shotgun instead of system python that might not have correct OpenSSL/certify packages installed. tk-nuke - Fixed an issue in tk-nuke engine, that caused the last path appended to sys.path during engine initialization to be removed from sys.path once bootstrapping completed. Also removed a redundant addition of the engine's python module to sys.path. tk-framework-qtwidgets - Fixed an issue in tk-framework-qtwidgets that occurred when updating the content of the activity stream in the Shotgun Panel app.
1 parent 627fcbb commit 66d7be0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

core/core_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
location:
1515
type: app_store
1616
name: tk-core
17-
version: v0.18.170
17+
version: v0.18.172
1818

env/includes/common/apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ common.apps.tk-multi-setframerange:
4040
common.apps.tk-multi-publish2.location:
4141
type: app_store
4242
name: tk-multi-publish2
43-
version: v2.3.9
43+
version: v2.4.0
4444

4545
common.apps.tk-multi-loader2.location:
4646
type: app_store
4747
name: tk-multi-loader2
48-
version: v1.19.3
48+
version: v1.19.4
4949

5050
common.apps.tk-multi-shotgunpanel.location:
5151
type: app_store

env/includes/common/engines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ common.engines.tk-maya.location:
3333
common.engines.tk-nuke.location:
3434
type: app_store
3535
name: tk-nuke
36-
version: v0.12.3
36+
version: v0.12.4
3737

3838
# Photoshop
3939
common.engines.tk-photoshopcc.location:
@@ -51,7 +51,7 @@ common.engines.tk-aftereffects.location:
5151
common.engines.tk-flame.location:
5252
type: app_store
5353
name: tk-flame
54-
version: v1.15.4
54+
version: v1.15.5
5555

5656
# Desktop
5757
common.engines.tk-desktop.location:

env/includes/common/frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ frameworks:
1919
version: v1.0.2
2020
tk-framework-qtwidgets_v2.x.x:
2121
location:
22-
version: v2.8.5
22+
version: v2.8.6
2323
type: app_store
2424
name: tk-framework-qtwidgets
2525
tk-framework-shotgunutils_v4.x.x:

0 commit comments

Comments
 (0)