We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7674cef commit 31d314bCopy full SHA for 31d314b
1 file changed
rct-graphics-helper/properties/general_properties.py
@@ -98,7 +98,7 @@ class GeneralProperties(bpy.types.PropertyGroup):
98
name = "Dithering Mode",
99
items = (
100
("FloydSteinberg", "Floyd-Steinberg", "Applies Floyd-Steinberg dithering, a configurable dithering algorithm which produces 'grid' dithering.", 1),
101
- ("Riemersma", "Riemersma", "Applies Riemrsma dithering, a dithering algorithm which produces more 'random' dithering.", 2)
+ # ("Riemersma", "Riemersma", "Applies Riemrsma dithering, a dithering algorithm which produces more 'random' dithering.", 2)
102
)
103
104
0 commit comments