|
8 | 8 | # agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
|
9 | 9 | # not expressly granted therein are reserved by Shotgun Software Inc.
|
10 | 10 |
|
11 |
| -# A mapping of SG publish types to file extensions. The basic file publisher |
12 |
| -# will use the publish type matching the extension if it exists in this list, |
13 |
| -# otherwise, the publish type will simply be the extension + " File". To |
14 |
| -# associate other extensions with existing publish types or to add new Publish |
15 |
| -# types, simply update the list below. The format is: |
16 |
| -# - [Publish Type, ext1, ext2, ext3, ...] |
17 |
| -publish_type_to_extensions: &file_types |
18 |
| - - [Alembic Cache, abc] |
19 |
| - - [3dsmax Scene, max] |
20 |
| - - [NukeStudio Project, hrox] |
21 |
| - - [Houdini Scene, hip, hipnc] |
22 |
| - - [Maya Scene, ma, mb] |
23 |
| - - [Nuke Script, nk] |
24 |
| - - [Photoshop Image, psd, psb] |
25 |
| - - [Rendered Image, dpx, exr] |
26 |
| - - [Texture, tif, tiff, tx, tga, dds] |
27 |
| - - [Image, jpeg, jpg, png] |
28 |
| - - [Movie, mov, mp4] |
29 |
| - |
30 |
| -image_publish_type_to_extensions: &image_file_types |
31 |
| - - [Photoshop Image, psd, psb] |
32 |
| - - [Rendered Image, dpx, exr] |
33 |
| - - [Texture, tif, tiff, tx, tga, dds] |
34 |
| - - [Image, jpeg, jpg, png] |
35 |
| - - [Movie, mov, mp4] |
36 |
| - |
37 | 11 | common.settings.tk-multi-publish2.publish_file:
|
38 | 12 | name: Publish to Shotgun
|
39 |
| - hook: "{config}/tk-multi-publish2/basic/publish_file.py" |
40 |
| - settings: |
41 |
| - File Types: *file_types |
| 13 | + hook: "{self}/publish_file.py" |
| 14 | + settings: {} |
42 | 15 |
|
43 | 16 | common.settings.tk-multi-publish2.upload_version:
|
44 | 17 | name: Upload for review
|
45 |
| - hook: "{config}/tk-multi-publish2/basic/upload_version.py" |
| 18 | + hook: "{self}/upload_version.py" |
46 | 19 | settings: {}
|
47 | 20 |
|
48 |
| -common.settings.tk-multi-publish2.publish_photoshop_document: |
49 |
| - name: Publish to Shotgun |
50 |
| - hook: "{config}/tk-multi-publish2/photoshopcc.basic/publish_photoshop_document.py" |
51 |
| - settings: |
52 |
| - File Types: *file_types |
53 | 21 |
|
0 commit comments