-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHOT-3543 Introduce Review with VRED into config (#92)
* Initial work on SHOT-3543 * Working version but need to review wht actual declarations to be used here. * Updates to test new tk-shotgun-launchvred repo. * Updated app_location of tk-shotgun-launchvred for testing. * Updated engine_location of tk-vred for testing. * Cleaned up pick_environment and the two tk-shotgun-launch yml files. * Renamed to tk-shotgun-launchvredreview * Updated to point at app_store locations. * Removed published_file references. * Fixed spacing problem in frameworks.yml.
- Loading branch information
1 parent
4abccff
commit f59e692
Showing
7 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,7 @@ pip-log.txt | |
|
||
#Mr Developer | ||
.mr.developer.cfg | ||
|
||
# Jetbrains Pycharm | ||
.idea | ||
venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright (c) 2020 Autodesk, Inc. | ||
# | ||
# CONFIDENTIAL AND PROPRIETARY | ||
# | ||
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit | ||
# Source Code License included in this distribution package. See LICENSE. | ||
# By accessing, using, copying or modifying this work you indicate your | ||
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights | ||
# not expressly granted therein are reserved by Autodesk, Inc. | ||
|
||
################################################################################ | ||
|
||
includes: | ||
- ../app_locations.yml | ||
|
||
################################################################################ | ||
|
||
settings.tk-shotgun-launchvredreview: | ||
deny_platforms: [ Mac, Linux ] | ||
viewer_extensions: [ vpb ] | ||
hook_verify_install: "{self}/verify_install.py" | ||
hook_launch_publish: "{self}/shotgun_launch_vred.py" | ||
location: "@apps.tk-shotgun-launchvredreview.location" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters