Skip to content

Commit 38493b8

Browse files
rob-aitchisonBrandon Tasker
andauthored
[SHOT-3640] Improve SG Panel Note actions (#117)
* Added Note status switching action to the Panel of all engines. * Pointing at updated tk-multi-shotgunpanel branch * Updated tk-multi-shotgunpanel version Co-authored-by: Brandon Tasker <[email protected]>
1 parent 36cb802 commit 38493b8

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

env/includes/3dsmax/apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ includes:
6464
shotgun_fields_hook: '{self}/shotgun_fields.py'
6565
actions_hook: '{self}/general_actions.py:{self}/tk-3dsmaxplus_actions.py'
6666
action_mappings:
67+
Note:
68+
- actions: [ note_to_ip, note_to_closed ]
69+
filters: { }
6770
PublishedFile:
6871
- actions: [import]
6972
filters: {published_file_type: Alembic Cache}

env/includes/aftereffects/apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ aftereffects.apps.tk-multi-shotgunpanel:
7171
shotgun_fields_hook: "{self}/shotgun_fields.py"
7272
actions_hook: "{engine}/tk-multi-shotgunpanel/basic/scene_actions.py"
7373
action_mappings:
74+
Note:
75+
- actions: [ note_to_ip, note_to_closed ]
76+
filters: { }
7477
PublishedFile:
7578
- actions: [add_to_project, add_to_comp]
7679
filters: {published_file_type: After Effects Project}

env/includes/alias/apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ alias.apps.tk-multi-loader2:
8888
alias.apps.tk-multi-shotgunpanel:
8989
actions_hook: "{engine}/tk-multi-shotgunpanel/basic/scene_actions.py"
9090
action_mappings:
91+
Note:
92+
- actions: [ note_to_ip, note_to_closed ]
93+
filters: { }
9194
PublishedFile:
9295
- actions: [import, import_as_reference]
9396
filters: {published_file_type: Alias File}

env/includes/houdini/apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ houdini.apps.tk-multi-loader2:
6262
houdini.apps.tk-multi-shotgunpanel:
6363
actions_hook: '{self}/general_actions.py:{self}/tk-houdini_actions.py'
6464
action_mappings:
65+
Note:
66+
- actions: [ note_to_ip, note_to_closed ]
67+
filters: { }
6568
PublishedFile:
6669
- actions: [import]
6770
filters: {published_file_type: Alembic Cache}

env/includes/maya/apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ maya.apps.tk-multi-loader2:
6161
maya.apps.tk-multi-shotgunpanel:
6262
actions_hook: '{self}/general_actions.py:{self}/tk-maya_actions.py'
6363
action_mappings:
64+
Note:
65+
- actions: [note_to_ip, note_to_closed]
66+
filters: {}
6467
PublishedFile:
6568
- actions: [reference, import]
6669
filters: {published_file_type: Alembic Cache}

env/includes/nuke/apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ nukestudio.apps.tk-multi-loader2:
106106

107107
nuke.apps.tk-multi-shotgunpanel:
108108
action_mappings:
109+
Note:
110+
- actions: [ note_to_ip, note_to_closed ]
111+
filters: { }
109112
PublishedFile:
110113
- actions: [read_node]
111114
filters: {published_file_type: Alembic Cache}

env/includes/photoshopcc/apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ photoshopcc.apps.tk-multi-shotgunpanel:
6464
shotgun_fields_hook: "{self}/shotgun_fields.py"
6565
actions_hook: "{self}/general_actions.py"
6666
action_mappings:
67+
Note:
68+
- actions: [ note_to_ip, note_to_closed ]
69+
filters: { }
6770
PublishedFile:
6871
- actions: [publish_clipboard]
6972
filters: {}

env/includes/vred/apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ vred.apps.tk-multi-shotgunpanel:
8484
shotgun_fields_hook: "{self}/shotgun_fields.py:{engine}/tk-multi-shotgunpanel/basic/shotgun_fields.py"
8585
shotgun_filters_hook: "{engine}/tk-multi-shotgunpanel/basic/shotgun_filters.py"
8686
action_mappings:
87+
Note:
88+
- actions: [ note_to_ip, note_to_closed ]
89+
filters: { }
8790
PublishedFile:
8891
- actions: [import, import_with_options, smart_reference]
8992
filters: {published_file_type: Alias File}

0 commit comments

Comments
 (0)