File tree Expand file tree Collapse file tree 12 files changed +17
-17
lines changed Expand file tree Collapse file tree 12 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
This location is for core hook override files.
2
2
3
- The Shotgun Pipeline Toolkit comes with a series of Core Hooks, essentially snippets of python
3
+ The ShotGrid Pipeline Toolkit comes with a series of Core Hooks, essentially snippets of python
4
4
that contain key operations such as copying a file, creating directories etc.
5
5
6
6
These hooks are part of the platform distribution and are therefore bundled with the code itself.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ includes:
27
27
- name : Begin file versioning
28
28
hook : " {engine}/tk-multi-publish2/basic/start_version_control.py"
29
29
settings : {}
30
- - name : Publish to Shotgun
30
+ - name : Publish to ShotGrid
31
31
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
32
32
settings : {}
33
33
location : " @common.apps.tk-multi-publish2.location"
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ aftereffects.apps.tk-multi-publish2:
26
26
- name : Begin file versioning
27
27
hook : " {engine}/tk-multi-publish2/basic/start_version_control.py"
28
28
settings : {}
29
- - name : Publish Renderings to Shotgun
29
+ - name : Publish Renderings to ShotGrid
30
30
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_rendering.py"
31
31
settings : {}
32
- - name : Publish to Shotgun
32
+ - name : Publish to ShotGrid
33
33
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_document.py"
34
34
settings : {}
35
35
- name : Upload for review
Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ alias.apps.tk-multi-publish2:
25
25
- name : Begin file versioning
26
26
hook : " {engine}/tk-multi-publish2/basic/start_version_control.py"
27
27
settings : {}
28
- - name : Publish to Shotgun
28
+ - name : Publish to ShotGrid
29
29
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
30
30
settings : {}
31
31
- name : Create 3D Version for Review
32
32
hook : " {self}/upload_version.py:{engine}/tk-multi-publish2/basic/upload_version.py"
33
33
settings :
34
34
3D Version : True
35
- - name : Publish Variants to Shotgun
35
+ - name : Publish Variants to ShotGrid
36
36
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_variants.py"
37
37
settings : {}
38
- - name : Publish Annotations to Shotgun
38
+ - name : Publish Annotations to ShotGrid
39
39
hook : " {engine}/tk-multi-publish2/basic/publish_annotations.py"
40
40
settings : {}
41
41
location : " @common.apps.tk-multi-publish2.location"
Original file line number Diff line number Diff line change 9
9
# not expressly granted therein are reserved by Shotgun Software Inc.
10
10
11
11
common.settings.tk-multi-publish2.publish_file :
12
- name : Publish to Shotgun
12
+ name : Publish to ShotGrid
13
13
hook : " {self}/publish_file.py"
14
14
settings : {}
15
15
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ houdini.apps.tk-multi-publish2:
26
26
- name : Begin file versioning
27
27
hook : " {engine}/tk-multi-publish2/basic/start_version_control.py"
28
28
settings : {}
29
- - name : Publish to Shotgun
29
+ - name : Publish to ShotGrid
30
30
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
31
31
settings : {}
32
32
location : " @common.apps.tk-multi-publish2.location"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ maya.apps.tk-multi-publish2:
25
25
- name : Begin file versioning
26
26
hook : " {engine}/tk-multi-publish2/basic/start_version_control.py"
27
27
settings : {}
28
- - name : Publish to Shotgun
28
+ - name : Publish to ShotGrid
29
29
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
30
30
settings : {}
31
31
location : " @common.apps.tk-multi-publish2.location"
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ nuke.apps.tk-multi-publish2:
29
29
- name : Begin file versioning
30
30
hook : " {engine}/tk-multi-publish2/basic/nukestudio_start_version_control.py"
31
31
settings : {}
32
- - name : Publish to Shotgun
32
+ - name : Publish to ShotGrid
33
33
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/nuke_publish_script.py"
34
34
settings : {}
35
- - name : Publish to Shotgun
35
+ - name : Publish to ShotGrid
36
36
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/nukestudio_publish_project.py"
37
37
settings : {}
38
38
- name : Update Flame Clip
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ photoshopcc.apps.tk-multi-publish2:
26
26
- name : Begin file versioning
27
27
hook : " {engine}/tk-multi-publish2/basic/start_version_control.py"
28
28
settings : {}
29
- - name : Publish to Shotgun
29
+ - name : Publish to ShotGrid
30
30
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_document.py"
31
31
settings : {}
32
32
- name : Upload for review
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ vred.apps.tk-multi-publish2:
25
25
- name : Begin file versioning
26
26
hook : " {engine}/tk-multi-publish2/basic/start_version_control.py"
27
27
settings : {}
28
- - name : Publish to Shotgun
28
+ - name : Publish to ShotGrid
29
29
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py"
30
30
settings : {}
31
31
- name : Create 2D Version for Review
32
32
hook : " {self}/upload_version.py:{engine}/tk-multi-publish2/basic/upload_session_version.py"
33
33
settings :
34
34
3D Version : False
35
- - name : Publish Rendering to Shotgun
35
+ - name : Publish Rendering to ShotGrid
36
36
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_rendering.py"
37
37
settings : {}
38
38
- name : Upload for review
You can’t perform that action at this time.
0 commit comments