System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: Intel(R) HD Graphics 4400 Intel 4.3.0 - Build 20.19.15.4642
Blender Version
Broken: version: 2.82 (sub 7), branch: master, commit date: 2020-02-12 16:20, hash: rB77d23b0bd76f
Worked: (optional)
Short description of error
[when one runs a script that creates a fluid domain and moves it to a new collection, blender freezes, or when editing the domain property's or editing the object its self, blender Crashes]
Exact steps for others to reproduce the error
[run this script
import bpy
area = bpy.context.area.ui_type
bpy.context.area.ui_type = 'VIEW_3D'
bpy.ops.mesh.primitive_cube_add(size=2, enter_editmode=False, location=(0, 0, 0))
bpy.ops.object.modifier_add(type='FLUID')
bpy.context.object.modifiers["Fluid"].fluid_type = 'DOMAIN'
bpy.ops.object.move_to_collection(collection_index=0, is_new=True, new_collection_name="Fluid")
bpy.context.area.ui_type = area
then edit the object that was created or change a fluid domain setting]
[Based on the default startup]