mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
make sure the renderoutput folder is correct when project creation is enabled
This commit is contained in:
parent
5650a70548
commit
c82a306773
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ DEFAULT_MXP_WORKSPACE_SETTINGS = "\n".join((
|
|||
'MaxStart=./',
|
||||
'Previews=./previews',
|
||||
'RenderAssets=./sceneassets/renderassets',
|
||||
'RenderOutput= ./renders/3dsmax'
|
||||
'RenderOutput= ./renders/3dsmax',
|
||||
'Scenes=./',
|
||||
'Sounds=./sceneassets/sounds',
|
||||
'[XReferenceDirs]',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue