Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions core/core_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ location:
type: app_store
name: tk-core
version: v0.23.9
# REMOVEME: Get latest branch from it is released
type: git_branch
branch: master
path: git@github.com:shotgunsoftware/tk-core.git
version: 0df22bc70fd8bc15b1d26a2ea82a87e8220b9e60
19 changes: 19 additions & 0 deletions env/includes/common/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,29 @@ common.apps.tk-multi-publish2.location:
type: app_store
name: tk-multi-publish2
version: v2.11.0
# REMOVEME: Get latest branch from it is released
type: git_branch
branch: master
path: git@github.com:shotgunsoftware/tk-multi-publish2.git
version: 2c4730b79ed201a47a5db248ca05c405a3ce15d3
common.apps.tk-multi-loader2.location:
type: app_store
name: tk-multi-loader2
version: v1.25.6
# REMOVEME: Get latest branch from it is released
type: git_branch
branch: master
path: git@github.com:shotgunsoftware/tk-multi-loader2.git
version: ccae09491a39dc5d58e3733cbfa191baf1babb64
common.apps.tk-multi-breakdown2.location:
type: app_store
name: tk-multi-breakdown2
version: v0.4.5
# REMOVEME: Get latest branch from it is released
type: git_branch
branch: master
path: git@github.com:shotgunsoftware/tk-multi-breakdown2.git
version: cd2ca679891979d4de440c2c78ccd33766111f84
common.apps.tk-multi-shotgunpanel.location:
type: app_store
name: tk-multi-shotgunpanel
Expand Down
20 changes: 20 additions & 0 deletions env/includes/common/engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,29 @@ common.engines.tk-houdini.location:
type: app_store
name: tk-houdini
version: v1.9.12
# REMOVEME: Get latest branch from it is released
type: git_branch
branch: master
path: git@github.com:shotgunsoftware/tk-houdini.git
version: 13a898c4b32289f0f11be5ddf54d141719384c21
common.engines.tk-maya.location:
type: app_store
name: tk-maya
version: v0.13.11
# REMOVEME: Get latest branch from it is released
type: git_branch
branch: master
path: git@github.com:shotgunsoftware/tk-maya.git
version: 6b279ec303fd5e76699b6d206e34198872fd5280
common.engines.tk-nuke.location:
type: app_store
name: tk-nuke
version: v0.16.4
# REMOVEME: Get latest branch from it is released
type: git_branch
branch: master
path: git@github.com:shotgunsoftware/tk-nuke.git
version: 02808561cd29466fa6a3aca0e8249b99868e2a47
common.engines.tk-photoshopcc.location:
type: app_store
name: tk-photoshopcc
Expand All @@ -51,6 +66,11 @@ common.engines.tk-desktop.location:
type: app_store
name: tk-desktop
version: v2.8.6
# REMOVEME: Get latest branch from it is released
type: git_branch
branch: master
path: git@github.com:shotgunsoftware/tk-desktop.git
version: c528bccf01fc1c35e1f676f70bf532a42273b1b6
common.engines.tk-desktop2.location:
type: app_store
name: tk-desktop2
Expand Down
19 changes: 19 additions & 0 deletions env/includes/desktop/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,25 @@ desktop.project:
hook_before_register_command: "{config}/tk-multi-launchapp/before_register_command.py"
location: "@common.apps.tk-multi-launchapp.location"

tk-multi-loader2:
location: "@common.apps.tk-multi-loader2.location"
entities:
- caption: Current Project
type: Query
entity_type: Project
publish_filters: []
filters:
- ["id", "is", "{context.project.id}"]
hierarchy: [name]
- caption: My Tasks
type: Query
entity_type: Task
publish_filters: []
filters:
- [task_assignees, is, "{context.user}"]
- ["project", "is", "{context.project}"]
hierarchy: [entity, content]

collapse_rules:
- {button_label: $app, match: Launch $app, menu_label: None}
default_group: Studio
Expand Down
Loading