Merge remote-tracking branch 'origin/develop' into feature/poetry-home

This commit is contained in:
Ondrej Samohel 2021-05-05 10:31:36 +02:00
commit 8aba314972
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
101 changed files with 1685 additions and 416 deletions

View file

@ -17,6 +17,8 @@ $current_dir = Get-Location
$script_dir = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
$openpype_root = (Get-Item $script_dir).parent.FullName
$env:_INSIDE_OPENPYPE_TOOL = "1"
# make sure Poetry is in PATH
if (-not (Test-Path 'env:POETRY_HOME')) {
$env:POETRY_HOME = "$openpype_root\.poetry"