Advertisement
Guest User

error when baking flip fluids simulation

a guest
Sep 29th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. Exporting Simulation Meshes:
  2. ------------------------------------------------------------
  3. Exporting static mesh: <Plane>, verts: 12, tris: 10, filesize: 272 bytes
  4. Exporting static mesh: <Sphere>, verts: 482, tris: 960, filesize: 17 kB
  5. Traceback (most recent call last):
  6. File "C:\Users\Home\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\flip_fluids_addon\bake.py", line 1713, in bake
  7. fluidsim = FluidSimulation(init_data.isize, init_data.jsize, init_data.ksize, init_data.dx)
  8. File "C:\Users\Home\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\flip_fluids_addon\pyfluid\fluidsimulation.py", line 65, in __init__
  9. self._init_from_dimensions(isize, jsize, ksize, dx)
  10. File "C:\Users\Home\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\flip_fluids_addon\pyfluid\method_decorators.py", line 68, in check_values
  11. return func(self, *args)
  12. File "C:\Users\Home\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\flip_fluids_addon\pyfluid\fluidsimulation.py", line 81, in _init_from_dimensions
  13. libfunc = lib.FluidSimulation_new_from_dimensions
  14. File "C:\Users\Home\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\flip_fluids_addon\pyfluid\pyfluid.py", line 39, in __getattr__
  15. self._lib = self._load_library("pyfluid")
  16. File "C:\Users\Home\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\flip_fluids_addon\pyfluid\pyfluid.py", line 57, in _load_library
  17. raise LibraryLoadError("Cannot find fluid engine library: " + libname)
  18. flip_fluids_addon.pyfluid.pyfluid.LibraryLoadError: 'Cannot find fluid engine library: blpyfluid.dll'
  19. Exception ignored in: <function FluidSimulation.__del__ at 0x000001B82BD88B70>
  20. Traceback (most recent call last):
  21. File "C:\Users\Home\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\flip_fluids_addon\pyfluid\fluidsimulation.py", line 88, in __del__
  22. libfunc = lib.FluidSimulation_destroy
  23. File "C:\Users\Home\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\flip_fluids_addon\pyfluid\pyfluid.py", line 39, in __getattr__
  24. self._lib = self._load_library("pyfluid")
  25. File "C:\Users\Home\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\flip_fluids_addon\pyfluid\pyfluid.py", line 57, in _load_library
  26. raise LibraryLoadError("Cannot find fluid engine library: " + libname)
  27. flip_fluids_addon.pyfluid.pyfluid.LibraryLoadError: 'Cannot find fluid engine library: blpyfluid.dll'
  28. ------------------------------------------------------------
  29. Simulation Ended.
  30. Thank you for using FLIP Fluids!
  31. ------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement