|
| 1 | +# Copyright (c) 2020 Autodesk, Inc. |
| 2 | +# |
| 3 | +# CONFIDENTIAL AND PROPRIETARY |
| 4 | +# |
| 5 | +# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit |
| 6 | +# Source Code License included in this distribution package. See LICENSE. |
| 7 | +# By accessing, using, copying or modifying this work you indicate your |
| 8 | +# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights |
| 9 | +# not expressly granted therein are reserved by Autodesk, Inc. |
| 10 | +# |
| 11 | + |
| 12 | +# The Version environment was created to allow for Version specific actions. |
| 13 | +# To maintain functionality before this Version environment was introduced, |
| 14 | +# the Project environment has been replicated here, since that is the environment |
| 15 | +# that Versions used to have. |
| 16 | +description: Toolkit configuration to be loaded whenever an association with a |
| 17 | + Version has been established. |
| 18 | + |
| 19 | +includes: |
| 20 | +- includes/houdini/project.yml |
| 21 | +- includes/maya/project.yml |
| 22 | +- includes/nuke/project.yml |
| 23 | +- includes/flame/project.yml |
| 24 | +- includes/desktop/project.yml |
| 25 | +- includes/desktop2/all.yml |
| 26 | +- includes/shell/project.yml |
| 27 | +- includes/photoshopcc/project.yml |
| 28 | +- includes/aftereffects/project.yml |
| 29 | +- includes/3dsmax/project.yml |
| 30 | +- includes/alias/project.yml |
| 31 | +- includes/shotgun/version.yml |
| 32 | +- includes/vred/project.yml |
| 33 | + |
| 34 | +engines: |
| 35 | + tk-3dsmax: '@3dsmax.project' |
| 36 | + tk-3dsmaxplus: '@3dsmaxplus.project' |
| 37 | + tk-aftereffects: '@aftereffects.project' |
| 38 | + tk-alias: '@alias.project' |
| 39 | + tk-desktop: '@desktop.project' |
| 40 | + tk-desktop2: '@desktop2.all' |
| 41 | + tk-flame: '@flame.project' |
| 42 | + tk-houdini: '@houdini.project' |
| 43 | + tk-maya: '@maya.project' |
| 44 | + tk-nuke: '@nuke.project' |
| 45 | + tk-nukestudio: '@nukestudio.project' |
| 46 | + tk-photoshopcc: '@photoshopcc.project' |
| 47 | + tk-shell: '@shell.project' |
| 48 | + tk-shotgun: '@shotgun.version' |
| 49 | + tk-vred: '@vred.project' |
0 commit comments