tkeskita / BVtkNodes

Create and execute VTK pipelines in Blender Node Editor
GNU General Public License v3.0
111 stars 19 forks source link

i need a vti to openvdb/json example #66

Closed Molers closed 2 years ago

Molers commented 2 years ago

hi,I I read a few issues,But I still don't know how to do it,i want to convert vti to vdb ,use you
python3 convert_to_vdb.py volume_00001.json this command ,but the json file is null, image

you doc is image

I still don't know what U is

tkeskita commented 2 years ago

Your data is of type vtkImageData, you can connect Info node directly to VTK To OpenVDB exporter. Your data array name seems to be MetaImage, which you can export e.g. in Density File Name.

To see full node tree for OpenVDB export example, go to Tree Tab -> Examples -> cubeflow_openvdb_export. U is velocity vector in the example.

Molers commented 2 years ago

I see ,Thank you for your reply