You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just successfully completed a simulation, but I got
Exception ignored in: <bound method MeshObject.del of <flip_fluids_addon.pyfluid.meshobject.MeshObject object at 0x7f20fb8940b8>>
Traceback (most recent call last):
File ".../.config/blender/2.79/scripts/addons/flip_fluids_addon/pyfluid/meshobject.py", line 40, in del
TypeError: 'NoneType' object is not callable
Which won't do any harm, but since the overall quality of the addon is pretty awesome I thought you might want to know.
The text was updated successfully, but these errors were encountered:
I just successfully completed a simulation, but I got
Exception ignored in: <bound method MeshObject.del of <flip_fluids_addon.pyfluid.meshobject.MeshObject object at 0x7f20fb8940b8>>
Traceback (most recent call last):
File ".../.config/blender/2.79/scripts/addons/flip_fluids_addon/pyfluid/meshobject.py", line 40, in del
TypeError: 'NoneType' object is not callable
Which won't do any harm, but since the overall quality of the addon is pretty awesome I thought you might want to know.
The text was updated successfully, but these errors were encountered: