Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[F3D] Fix RDP world defaults #377

Merged
merged 10 commits into from
Aug 5, 2024
2 changes: 1 addition & 1 deletion fast64_internal/f3d/f3d_material.py
Original file line number Diff line number Diff line change
Expand Up @@ -3172,7 +3172,7 @@ class RDPSettings(PropertyGroup):
g_mdsft_alpha_dither: bpy.props.EnumProperty(
name="Alpha Dither",
items=enumAlphaDither,
default="G_AD_NOISE",
default="G_AD_DISABLE",
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",
)
Expand Down
Loading