Merge pull request #2197 from pypeclub/hotfix/OP-1148_vray-aov-separator

Maya: Support for configurable AOV separator characters
This commit is contained in:
Ondřej Samohel 2021-11-18 14:19:28 +01:00 committed by GitHub
commit 278ee5fa93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 149 additions and 59 deletions

View file

@ -113,7 +113,7 @@ $port = 2707
# path to database
$dbpath = (Get-Item $openpype_root).parent.FullName + "\mongo_db_data"
$preferred_version = "4.0"
$preferred_version = "5.0"
$mongoPath = Find-Mongo $preferred_version
Write-Host ">>> " -NoNewLine -ForegroundColor Green