mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update server/settings/tools.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
f0cfc968d8
commit
2e79075fe3
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ class CreatorToolModel(BaseSettingsModel):
|
|||
)
|
||||
# TODO: change to False in next releases
|
||||
use_legacy_product_names_for_renders: bool = SettingsField(
|
||||
True, title="Use legacy product names for renders",
|
||||
True,
|
||||
title="Use legacy product names for renders",
|
||||
description="Use product naming templates for renders. "
|
||||
"This is for backwards compatibility enabled by default."
|
||||
"When enabled, it will ignore any templates for renders "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue