summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorSettings.xml
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2023-10-04 22:32:39 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2023-10-11 19:52:18 +0300
commit899e56de5dbb2aa694fb628986e87f3934de791a (patch)
tree9399ada2aa236e8345433379504cfd9322eb5836 /doc/classes/EditorSettings.xml
parent4b7cc99bc195387c784efced7fdd360501d9a5cf (diff)
downloadredot-engine-899e56de5dbb2aa694fb628986e87f3934de791a.tar.gz
Re-add optional OIDN denoise as an external executable.
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r--doc/classes/EditorSettings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml
index 00b591b385..6edd8af7cc 100644
--- a/doc/classes/EditorSettings.xml
+++ b/doc/classes/EditorSettings.xml
@@ -500,6 +500,10 @@
If [code]true[/code], when saving a file, the editor will rename the old file to a different name, save a new file, then only remove the old file once the new file has been saved. This makes loss of data less likely to happen if the editor or operating system exits unexpectedly while saving (e.g. due to a crash or power outage).
[b]Note:[/b] On Windows, this feature can interact negatively with certain antivirus programs. In this case, you may have to set this to [code]false[/code] to prevent file locking issues.
</member>
+ <member name="filesystem/tools/oidn/oidn_denoise_path" type="String" setter="" getter="">
+ The path to the directory containing the Open Image Denoise (OIDN) executable, used optionally for denoising lightmaps. It can be downloaded from [url=https://www.openimagedenoise.org/downloads.html]openimagedenoise.org[/url].
+ To enable this feature for your specific project, use [member ProjectSettings.rendering/lightmapping/denoising/denoiser].
+ </member>
<member name="interface/editor/accept_dialog_cancel_ok_buttons" type="int" setter="" getter="">
How to position the Cancel and OK buttons in the editor's [AcceptDialog]s. Different platforms have different standard behaviors for this, which can be overridden using this setting. This is useful if you use Godot both on Windows and macOS/Linux and your Godot muscle memory is stronger than your OS specific one.
- [b]Auto[/b] follows the platform convention: Cancel first on macOS and Linux, OK first on Windows.