mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #2197 from pypeclub/hotfix/OP-1148_vray-aov-separator
Maya: Support for configurable AOV separator characters
This commit is contained in:
commit
278ee5fa93
8 changed files with 149 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue