Good Day,
I have created the Paraview simulation from the data from I got from Ansys.
Since I am learning Paraview, I have managed to generate a streamline representation with the tube filter and animated the length of the streamline using the Animation window.
The “export scene” option is only exporting the mesh and its color data. I want to know what is the procedure to export the animation and view it in Blender.
The End goal is to take the visualization into Unity engine.
p.s : I don’t know python coding so I can’t really use the VTK for Blender also.
Unity’s best format is fbx, But If I can import the animations and the meshes from Paraview to Blender, Then I think I will be able to manage the next steps, The Blender formats that are good are obj, vrml, x3d, stl.
I went through the link that you’ve shared, But it has the details about how the feature additions and the fixes are reviewed…I doesn’t talk about my problem or any solutions…Am I missing something?
By this, You mean’t to export the mesh at each time step and make it as an animation in Blender or Unity…And on the Contribution, I’ll try what I can do.
Exporting each time steps as a vrml file and swapping them is a performance costing step…Even though the efforts spent on it so large, They won’t work as expected in mobile devices. I am trying to setup the blender vtk and try to do the post processing in blender itself.