From f46fb8e50306d5a71fa3e785f3dfe811fab3c6e3 Mon Sep 17 00:00:00 2001 From: Diego Garcia Huerta Date: Tue, 21 May 2019 20:53:20 +1000 Subject: [PATCH] Added suggested changes to frameworks.yml to include tk-framework-unrealqt, required by the engine --- config/env/includes/engine_locations.yml | 8 ------- config/env/includes/frameworks.yml | 29 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 config/env/includes/frameworks.yml diff --git a/config/env/includes/engine_locations.yml b/config/env/includes/engine_locations.yml index 97bd022..f3c8980 100644 --- a/config/env/includes/engine_locations.yml +++ b/config/env/includes/engine_locations.yml @@ -9,14 +9,6 @@ # not expressly granted therein are reserved by Shotgun Software Inc. # -# Author: Diego Garcia Huerta -# Contact: https://www.linkedin.com/in/diegogh/ -# -# YOU SHOULD MERGE these entries into your asset.yml environment file, as -# THIS FILE BY ITSELF WILL NOT WORK -# These are the additions to get substancepainter engine up and running with the -# default tk-apps for this environment - # Author: Diego Garcia Huerta # Contact: https://www.linkedin.com/in/diegogh/ # diff --git a/config/env/includes/frameworks.yml b/config/env/includes/frameworks.yml new file mode 100644 index 0000000..c75b488 --- /dev/null +++ b/config/env/includes/frameworks.yml @@ -0,0 +1,29 @@ +# Copyright (c) 2017 Shotgun Software 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 Shotgun Software Inc. +# + +# Author: Diego Garcia Huerta +# Contact: https://www.linkedin.com/in/diegogh/ +# +# YOU SHOULD MERGE these entries into your frameworks.yml config file, as +# THIS FILE BY ITSELF WILL NOT WORK +# These are the additions to get substancepainter engine up and running with the +# default tk-apps + + +frameworks: + # unrealqt - PySide build for Unreal (Windows-only) + tk-framework-unrealqt_v1.x.x: + location: + type: git_branch + path: https://github.com/shotgunsoftware/tk-framework-unrealqt.git + branch: master + version: 58c2f7b +