From dda2dca1defbd4ff49bdc80725124a91fe96b46a Mon Sep 17 00:00:00 2001 From: Sonic The <109289447+SonicTheHedgeHog64@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:16:17 -0600 Subject: [PATCH] Disable G_AD_NOISE Spam (Fixes #469) disables useless mat reverts --- fast64_internal/f3d/f3d_material.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast64_internal/f3d/f3d_material.py b/fast64_internal/f3d/f3d_material.py index 29d4eaa6d..0167d3a19 100644 --- a/fast64_internal/f3d/f3d_material.py +++ b/fast64_internal/f3d/f3d_material.py @@ -3426,7 +3426,7 @@ class RDPSettings(PropertyGroup): g_mdsft_alpha_dither: bpy.props.EnumProperty( name="Alpha Dither", items=enumAlphaDither, - default="G_AD_DISABLE", + default="G_AD_NOISE", update=update_node_values_with_preset, description="Applies your choice dithering type to output framebuffer alpha. Dithering is used to convert high precision source colors into lower precision framebuffer values", )