Python Error when picking diffusion Preset

Heya folks, I have been attempting to create a fluid simulation with the default blender liquid simulator, however I wanted to select water diffusion from the preset list, but it returns this error what ever preset (or even creating my own preset) i try to select.

Any ideas how to solve this issue?
Not a python coder at all but some experience coding C#, didn’t really help when I went to have a look I couldn’t find what it ment by having no attribute, I could SEE the line fluid_mt_presets, but I’m not sure if its where it should be. (I touched nothing, fear not, I know better to meddle in code with out knowing what I’m doing XD)

Here is the error:

Python: Traceback (most recent call last):
File “V:\Program Files\Steam\steamapps\common\Blender\2.92\scripts\startup\bl_operators\presets.py”, line 93, in execute
preset_menu_class = getattr(bpy.types, self.preset_menu)
AttributeError: ‘RNA_Types’ object has no attribute ‘FLUID_MT_presets’

location: :-1

Thanks folks!

1 Like

I have the same error.