|
| 1 | +# This file is based on templates provided and copyrighted by Autodesk, Inc. |
| 2 | +# This file has been modified by Epic Games, Inc. and is subject to the license |
| 3 | +# file included in this repository. |
| 4 | + |
| 5 | +################################################################################ |
| 6 | + |
| 7 | +publish_help_url: &help_url "https://support.shotgunsoftware.com/hc/en-us/articles/115000068574-Integrations-User-Guide#The%20Publisher" |
| 8 | + |
| 9 | +includes: |
| 10 | +- ../../app_locations.yml |
| 11 | + |
| 12 | +settings.tk-multi-publish2.unreal.project: |
| 13 | + collector: "{self}/collector.py:{engine}/tk-multi-publish2/basic/collector.py" |
| 14 | + publish_plugins: |
| 15 | + - name: Publish to ShotGrid |
| 16 | + hook: "{self}/publish_file.py" |
| 17 | + settings: {} |
| 18 | + - name: Upload for review |
| 19 | + hook: "{self}/upload_version.py" |
| 20 | + settings: {} |
| 21 | + - name: Publish to ShotGrid |
| 22 | + hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py" |
| 23 | + settings: {} |
| 24 | + - name: Export FBX and Publish to ShotGrid |
| 25 | + hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_asset.py" |
| 26 | + settings: |
| 27 | + Publish Template: unreal.asset_publish |
| 28 | + - name: Render Movie and Submit for Review |
| 29 | + hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_movie.py" |
| 30 | + settings: |
| 31 | + Publish Template: unreal.movie_publish |
| 32 | + help_url: *help_url |
| 33 | + location: "@apps.tk-multi-publish2.location" |
| 34 | + |
| 35 | +settings.tk-multi-publish2.maya.asset_step.unreal: |
| 36 | + collector: "{self}/collector.py:{engine}/tk-multi-publish2/basic/collector.py:{tk-framework-unrealqt_v1.x.x}/tk-multi-publish2/tk-maya/basic/collector.py" |
| 37 | + collector_settings: |
| 38 | + Work Template: maya_asset_work |
| 39 | + publish_plugins: |
| 40 | + - name: Publish to ShotGrid |
| 41 | + hook: "{self}/publish_file.py" |
| 42 | + settings: {} |
| 43 | + - name: Upload for review |
| 44 | + hook: "{self}/upload_version.py" |
| 45 | + settings: {} |
| 46 | + - name: Begin file versioning |
| 47 | + hook: "{engine}/tk-multi-publish2/basic/start_version_control.py" |
| 48 | + settings: {} |
| 49 | + - name: Publish to ShotGrid |
| 50 | + hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session.py" |
| 51 | + settings: |
| 52 | + Publish Template: maya_asset_publish |
| 53 | + - name: Publish to ShotGrid |
| 54 | + hook: "{self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_session_geometry.py" |
| 55 | + settings: |
| 56 | + Publish Template: asset_alembic_cache |
| 57 | + - name: Publish FBX to ShotGrid |
| 58 | + hook: "{self}/publish_file.py:{tk-framework-unrealqt_v1.x.x}/tk-multi-publish2/tk-maya/basic/publish_fbx.py" |
| 59 | + settings: |
| 60 | + Publish Template: unreal.maya_asset_fbx_publish |
| 61 | + - name: Publish and Submit for Review |
| 62 | + hook: "{self}/publish_file.py:{tk-framework-unrealqt_v1.x.x}/tk-multi-publish2/tk-maya/basic/publish_turntable.py" |
| 63 | + settings: |
| 64 | + Work Template: unreal.maya_turntable_render |
| 65 | + Publish Template: unreal.maya_turntable_publish |
| 66 | + Unreal Engine Version: "4.26" |
| 67 | + Unreal Project Path Template: "{self}/resources/ueprojects/{unreal_engine_version}/turntable/turntable.uproject" |
| 68 | + Turntable Map Path: "/Game/turntable/level/turntable.umap" |
| 69 | + Sequence Path: "/Game/turntable/sequence/turntable_sequence.turntable_sequence" |
| 70 | + Turntable Assets Path: "/Game/maya_turntable_assets" |
| 71 | + help_url: *help_url |
| 72 | + location: "@apps.tk-multi-publish2.location" |
0 commit comments