From c3149f638fa37b58ccfffc3435abbbf1755d07f0 Mon Sep 17 00:00:00 2001 From: "Alex J. Champandard" <445208+alexjc@users.noreply.github.com> Date: Wed, 13 Oct 2021 13:32:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8B=20Rename=20single=20parameter=20fo?= =?UTF-8?q?r=20expressivity.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/ambientcg.toml | 2 +- config/polyhaven.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ambientcg.toml b/config/ambientcg.toml index ac602ce..64e2dc5 100644 --- a/config/ambientcg.toml +++ b/config/ambientcg.toml @@ -36,4 +36,4 @@ exclude = [ [scanner] ignore = [] -remaining = ['NormalDX'] +allow_remaining = ['NormalDX'] diff --git a/config/polyhaven.toml b/config/polyhaven.toml index 7712f52..1c47d78 100644 --- a/config/polyhaven.toml +++ b/config/polyhaven.toml @@ -5,4 +5,4 @@ exclude = [] [scanner] ignore = ["rough_ao_"] -remaining = ["^nor(mal)?_dx_", "_diff_"] +allow_remaining = ["^nor(mal)?_dx_", "_diff_"]