Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence support #5

Open
thomasediolausson opened this issue Apr 26, 2023 · 4 comments
Open

Sequence support #5

thomasediolausson opened this issue Apr 26, 2023 · 4 comments

Comments

@thomasediolausson
Copy link

Hi,

Thank you for the open release!

Is there support for sequence data? 4D?

@drmichaeldouglass
Copy link
Owner

Not yet but I have plans to support it

@drmichaeldouglass
Copy link
Owner

As a work around, you can import the different phases of the 4DCT in separately, one at a time. Every time you load a CT, MedBlend creates a CT.vdb file in the same directory as the CT data. Rename the CT.vdb file to something else before loading in a new CT, Phase0.vdb, phase10.vdb etc. Once you have a VDB file for each of the phases, Blender can import a VDB sequence directly. Then you will have an animated 4DCT in Blender

@thomasediolausson
Copy link
Author

Ah yes, this makes sense. However I am dealing with 200 time frames.

My own implementation using pyopenvdb did not work directly, so I was hoping maybe to use whatever tricks you are doing.

@drmichaeldouglass
Copy link
Owner

drmichaeldouglass commented Jun 2, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants