Make solving project setting errors easier
Show full project setting path in error messages. Force filtering for advanced settings if filter is not empty.
This commit is contained in:
parent
9b0bee860f
commit
ed960453b7
7 changed files with 13 additions and 10 deletions
|
|
@ -1619,7 +1619,7 @@ void SkyRD::update_dirty_skys() {
|
|||
if (sky->mode == RS::SKY_MODE_REALTIME) {
|
||||
layers = 8;
|
||||
if (roughness_layers != 8) {
|
||||
WARN_PRINT("When using REALTIME skies, roughness_layers should be set to 8 in the project settings for best quality reflections");
|
||||
WARN_PRINT("When using the Real-Time sky update mode (or Automatic with a sky shader using \"TIME\"), \"rendering/reflections/sky_reflections/roughness_layers\" should be set to 8 in the project settings for best quality reflections.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue