-
Notifications
You must be signed in to change notification settings - Fork 316
Description
I see some other people saying to use ParaView and others to use your blender addon, blender-sequence loader. I have both of these installed and for ParaView, I cannot make the .vtk file into a volume because of a non-tetrahedralized cell, and the partio plugin returns this error...
Generic Warning: In C:\glr\builds\paraview\paraview-ci\build\superbuild\paraview\src\Remoting\ServerManagerPython\vtkPVPythonAlgorithmPlugin.cxx, line 184
Failed to load Python plugin:
Failed to call `paraview.detail.pythonalgorithm.load_plugin`.
Traceback (most recent call last):
File "C:\Program Files\ParaView 5.10.1-Windows-Python3.9-msvc2017-AMD64\bin\Lib\site-packages\paraview\detail\pythonalgorithm.py", line 509, in load_plugin
spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 855, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "C:\Program Files\ParaView 5.10.1-Windows-Python3.9-msvc2017-AMD64\bin\Lib\site-packages\paraview-partio-plugin.py", line 2, in <module>
import partio
ModuleNotFoundError: No module named 'partio'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\ParaView 5.10.1-Windows-Python3.9-msvc2017-AMD64\bin\Lib\site-packages\paraview\detail\pythonalgorithm.py", line 513, in load_plugin
module = imp.load_source(modulename, filepath)
File "C:\Program Files\ParaView 5.10.1-Windows-Python3.9-msvc2017-AMD64\bin\lib\imp.py", line 171, in load_source
module = _load(spec)
File "<frozen importlib._bootstrap>", line 711, in _load
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 855, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "C:\Program Files\ParaView 5.10.1-Windows-Python3.9-msvc2017-AMD64\bin\Lib\site-packages\paraview-partio-plugin.py", line 2, in <module>
import partio
ModuleNotFoundError: No module named 'partio'
ERROR: In C:\glr\builds\paraview\paraview-ci\build\superbuild\paraview\src\Remoting\Core\vtkPVPluginLoader.cxx, line 532
vtkPVPluginLoader (000001B9B8E70950): C:\Program Files\ParaView 5.10.1-Windows-Python3.9-msvc2017-AMD64\bin\Lib\site-packages\paraview-partio-plugin.py: %1 is not a valid Win32 application.
I think the main cause is that it doesn't find module partio, so i tried downloading from disney github and the pip install partio command doesnt work anymore and I also tried running python setup.py build_ext and it still returned errors...
For blender I successfully built and imported the addon into blender it works fine and I am able to render as well, but the geometry nodes just add balls to the particle points and it doesn't look realistic at all... just for fun I decided to do a small render to show
bgeocompress.mp4
I think maybe someone could provide geometry node setup to make it look good, but I would prefer to just render it in ParaView if that is possible.