Skip to content
Merged
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
2 changes: 1 addition & 1 deletion core/core_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
location:
type: app_store
name: tk-core
version: v0.20.8
version: v0.20.11
2 changes: 0 additions & 2 deletions env/asset_step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ includes:
- includes/alias/asset_step.yml
- includes/vred/asset_step.yml
- includes/shotgun/all.yml
- includes/unreal/settings/tk-unreal.yml

engines:
tk-desktop2: '@desktop2.all'
Expand All @@ -42,4 +41,3 @@ engines:
tk-alias: '@alias.asset_step'
tk-vred: '@vred.asset_step'
tk-shotgun: '@shotgun.all'
tk-unreal: "@settings.tk-unreal.asset_step"
4 changes: 2 additions & 2 deletions env/includes/alias/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ alias.apps.tk-multi-publish2:
- name: Publish to ShotGrid
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
settings: {}
- name: Create 3D Version for Review
- name: Create Version for Review
hook: "{self}/upload_version.py:{engine}/tk-multi-publish2/basic/upload_version.py"
settings:
3D Version: True
Version Type: 2D Version
- name: Publish Variants to ShotGrid
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_variants.py"
settings: {}
Expand Down
3 changes: 2 additions & 1 deletion env/includes/alias/asset_step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ alias.asset_step:
apps:
tk-multi-about: '@common.apps.tk-multi-about'

tk-multi-pythonconsole: '@common.apps.tk-multi-pythonconsole'

tk-multi-publish2: '@alias.apps.tk-multi-publish2'

tk-multi-loader2: '@alias.apps.tk-multi-loader2'

tk-multi-shotgunpanel: '@alias.apps.tk-multi-shotgunpanel'


location: "@common.engines.tk-alias.location"
menu_favourites: []
run_at_startup:
Expand Down
2 changes: 2 additions & 0 deletions env/includes/alias/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ alias.project:
apps:
tk-multi-about: '@common.apps.tk-multi-about'

tk-multi-pythonconsole: '@common.apps.tk-multi-pythonconsole'

tk-multi-publish2: '@alias.apps.tk-multi-publish2'

tk-multi-loader2: '@alias.apps.tk-multi-loader2'
Expand Down
2 changes: 2 additions & 0 deletions env/includes/alias/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ alias.site:

tk-multi-about: '@common.apps.tk-multi-about'

tk-multi-pythonconsole: '@common.apps.tk-multi-pythonconsole'

tk-multi-loader2:
action_mappings:
Alias File: [import, import_as_reference]
Expand Down
8 changes: 4 additions & 4 deletions env/includes/common/engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ common.engines.tk-maya.location:
common.engines.tk-nuke.location:
type: app_store
name: tk-nuke
version: v0.14.2
version: v0.14.3
common.engines.tk-photoshopcc.location:
type: app_store
name: tk-photoshopcc
Expand All @@ -47,15 +47,15 @@ common.engines.tk-flame.location:
common.engines.tk-alias.location:
type: app_store
name: tk-alias
version: v2.1.2
version: v2.1.3
common.engines.tk-vred.location:
type: app_store
name: tk-vred
version: v2.1.2
version: v2.1.3
common.engines.tk-desktop.location:
type: app_store
name: tk-desktop
version: v2.6.1
version: v2.6.2
common.engines.tk-desktop2.location:
type: app_store
name: tk-desktop2
Expand Down
6 changes: 6 additions & 0 deletions env/includes/maya/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ maya.apps.tk-multi-loader2:
Alembic Cache: [reference, import]
Image: [texture_node, image_plane]
Maya Scene: [reference, import]
Maya FBX: [reference, import]
Photoshop Image: [texture_node, image_plane]
Rendered Image: [texture_node, image_plane]
Texture: [texture_node, image_plane]
Unreal FBX: [reference, import]
actions_hook: '{self}/tk-maya_actions.py'
entities:
- caption: Current Project
Expand Down Expand Up @@ -68,12 +70,16 @@ maya.apps.tk-multi-shotgunpanel:
filters: {published_file_type: Image}
- actions: [reference, import]
filters: {published_file_type: Maya Scene}
- actions: [reference, import]
filters: {published_file_type: Maya FBX}
- actions: [texture_node, image_plane]
filters: {published_file_type: Photoshop Image}
- actions: [texture_node, image_plane]
filters: {published_file_type: Rendered Image}
- actions: [texture_node, image_plane]
filters: {published_file_type: Texture}
- actions: [reference, import]
filters: {published_file_type: Unreal FBX}
- actions: [publish_clipboard]
filters: {}
Task:
Expand Down
2 changes: 1 addition & 1 deletion env/includes/unreal/frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
frameworks:
tk-framework-unrealqt_v1.x.x:
location:
version: v1.2.5
version: v1.2.8
type: git
path: git@github.com:GPLgithub/tk-framework-unrealqt.git
# path: git@github.com:ue4plugins/tk-framework-unrealqt.git
8 changes: 6 additions & 2 deletions env/includes/unreal/settings/tk-multi-shotgunpanel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ includes:

settings.tk-multi-shotgunpanel.unreal:
actions_hook: '{self}/general_actions.py:{engine}/tk-multi-shotgunpanel/tk-unreal_actions.py'
action_mappings: {}
enable_context_switch: true
action_mappings:
PublishedFile:
- actions: [publish_clipboard]
filters: {}
# Disable context switching since we only have a Project context.
enable_context_switch: false
location: "@common.apps.tk-multi-shotgunpanel.location"

11 changes: 1 addition & 10 deletions env/includes/unreal/settings/tk-unreal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ includes:

################################################################################

# asset_step
settings.tk-unreal.asset_step:
apps:
tk-multi-about: '@common.apps.tk-multi-about'
tk-multi-pythonconsole: '@common.apps.tk-multi-pythonconsole'
location: "@tk-unreal.location"
menu_favourites: []
run_at_startup: []
launch_builtin_plugins: [basic]
automatic_context_switch: false

# project
settings.tk-unreal.project:
Expand All @@ -39,3 +29,4 @@ settings.tk-unreal.project:
- {app_instance: tk-multi-shotgunpanel, name: ''}
launch_builtin_plugins: [basic]
automatic_context_switch: false

2 changes: 1 addition & 1 deletion env/includes/unreal/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keys:
type: str
name:
type: str
filter_by: alphanumeric
filter_by: '^[a-zA-Z0-9_-]+$'
iteration:
type: int
version:
Expand Down
5 changes: 3 additions & 2 deletions env/includes/unreal/tk-unreal-location.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@


tk-unreal.location:
version: v1.2.3
version: v1.2.7
type: github_release
organization: ue4plugins
# organization: ue4plugins
organization: GPLgithub
repository: tk-unreal
22 changes: 11 additions & 11 deletions env/includes/vred/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ vred.apps.tk-multi-publish2:
- name: Publish to ShotGrid
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
settings: {}
- name: Create 2D Version for Review
- name: Create Version for Review
hook: "{self}/upload_version.py:{engine}/tk-multi-publish2/basic/upload_session_version.py"
settings:
3D Version: False
Version Type: 2D Version
- name: Publish Rendering to ShotGrid
hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_rendering.py"
settings: {}
Expand All @@ -42,15 +42,15 @@ vred.apps.tk-multi-publish2:

vred.apps.tk-multi-loader2:
action_mappings:
Alias File: [import]
Igs File: [import]
Stp File: [import]
Stl File: [import]
Jt File: [import]
Catpart File: [import]
Fbx File: [import]
VRED Scene: [import]
Osb File: [import]
Alias File: [import, import_with_options, smart_reference]
Igs File: [import, import_with_options, smart_reference]
Stp File: [import, import_with_options, smart_reference]
Stl File: [import, import_with_options, smart_reference]
Jt File: [import, import_with_options, smart_reference]
Catpart File: [import, import_with_options, smart_reference]
Fbx File: [import, import_with_options, smart_reference]
VRED Scene: [import, import_with_options, smart_reference]
Osb File: [import, import_with_options, smart_reference]
Image: [ import_sceneplate ]
Rendered Image: [ import_sceneplate ]
actions_hook: "{engine}/tk-multi-loader2/basic/scene_actions.py"
Expand Down
10 changes: 10 additions & 0 deletions env/includes/vred/asset_step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ vred.asset_step:
apps:
tk-multi-about: '@common.apps.tk-multi-about'

tk-multi-pythonconsole: '@common.apps.tk-multi-pythonconsole'

tk-multi-publish2: '@vred.apps.tk-multi-publish2'

tk-multi-loader2: '@vred.apps.tk-multi-loader2'
Expand All @@ -32,5 +34,13 @@ vred.asset_step:
menu_favourites: []
run_at_startup:
- {app_instance: tk-multi-shotgunpanel, name: ''}
- {app_instance: tk-multi-pythonconsole, name: 'ShotGrid Python Console...'}
docked_apps:
tk-multi-shotgunpanel:
pos: right
tabbed: True
tk-multi-pythonconsole:
pos: right
tabbed: True
launch_builtin_plugins: [basic]
automatic_context_switch: false
10 changes: 10 additions & 0 deletions env/includes/vred/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ vred.project:
apps:
tk-multi-about: '@common.apps.tk-multi-about'

tk-multi-pythonconsole: '@common.apps.tk-multi-pythonconsole'

tk-multi-publish2: '@vred.apps.tk-multi-publish2'

tk-multi-loader2: '@vred.apps.tk-multi-loader2'
Expand All @@ -32,6 +34,14 @@ vred.project:
menu_favourites: []
run_at_startup:
- {app_instance: tk-multi-shotgunpanel, name: ''}
- {app_instance: tk-multi-pythonconsole, name: 'ShotGrid Python Console...'}
docked_apps:
tk-multi-shotgunpanel:
pos: right
tabbed: True
tk-multi-pythonconsole:
pos: right
tabbed: True
accepted_published_file_types: [ VRED Scene, Alias File, Catpart File, Jt File, Igs File ]
launch_builtin_plugins: [basic]
automatic_context_switch: false
10 changes: 10 additions & 0 deletions env/includes/vred/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ vred.site:

tk-multi-about: '@common.apps.tk-multi-about'

tk-multi-pythonconsole: '@common.apps.tk-multi-pythonconsole'

tk-multi-loader2:
action_mappings:
Alias File: [import]
Expand Down Expand Up @@ -60,5 +62,13 @@ vred.site:
menu_favourites: []
run_at_startup:
- {app_instance: tk-multi-shotgunpanel, name: ''}
- {app_instance: tk-multi-pythonconsole, name: 'ShotGrid Python Console...'}
docked_apps:
tk-multi-shotgunpanel:
pos: right
tabbed: True
tk-multi-pythonconsole:
pos: right
tabbed: True
launch_builtin_plugins: [basic]
automatic_context_switch: false