Skip to content

Commit 627fcbb

Browse files
committed
Apps, Engines, Frameworks and Core updates
tk-core - Fixed a path cache issue where if you had a Task folder in your schema, and then created folders for a task, it would incorrectly register these in the local path cache. If you unregistered the Task folder later it wouldn't clear up all the registries properly and this could then lead to database concurrency problems. tk-maya - Fixed an issue with exporting Alembic files during publish time via the publish2 app, if the file path contained spaces. tk-multi-publish2 - Publishing an item under a parent item that uses a file url will now properly create a Published File Dependency entity in Shotgun. - Fixed an issue where clicking the Copy To Clipboard action in the publisher logs didn't copy text selection to the clipboard in certain versions of PySide2. tk-multi-setframerange - Get and set frame range methods broken out into hooks. - Added a menu_name app setting, that allows you to define multiple instances of the app in an environment with different Shotgun menu names. tk-framework-qtwidgets - Fixed an issue preventing from selecting a new context from the context selection widget in certain versions of PySide2.
1 parent 45ccb5e commit 627fcbb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.169
17+
version: v0.18.170
1818

env/includes/common/apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ common.apps.tk-multi-pythonconsole:
3131

3232
common.apps.tk-multi-setframerange:
3333
location:
34-
version: v0.3.0
34+
version: v0.4.0
3535
type: app_store
3636
name: tk-multi-setframerange
3737

@@ -40,7 +40,7 @@ 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.8
43+
version: v2.3.9
4444

4545
common.apps.tk-multi-loader2.location:
4646
type: app_store

env/includes/common/engines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ common.engines.tk-houdini.location:
2727
common.engines.tk-maya.location:
2828
type: app_store
2929
name: tk-maya
30-
version: v0.9.7
30+
version: v0.9.8
3131

3232
# Nuke
3333
common.engines.tk-nuke.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.4
22+
version: v2.8.5
2323
type: app_store
2424
name: tk-framework-qtwidgets
2525
tk-framework-shotgunutils_v4.x.x:

0 commit comments

Comments
 (0)