Page 1 of 1

How to load VDB Volumes?

Posted: Wed Mar 11, 2015 11:33 am
by calix
Hi!

Can't load VDB Volumes with the latest Maya Plugin in 2014. I can only load *.bin, *.pxy, *.rpc and *abc files with the Maxwell Volumetric Object?

Thanks!

Calix

Re: How to load VDB Volumes?

Posted: Wed Mar 11, 2015 1:58 pm
by Mihnea Balta
Sorry about that, I forgot to add VDB to the file mask. Until this is fixed, you can either select the "all files" option in the type dropdown of the file dialog (it's the last entry in the "Files of type" dropdown, below *.abc, and it might be empty on some systems), or you can type "*.*" in the file name field and press enter (the dialog will display all the files after that).

Re: How to load VDB Volumes?

Posted: Wed Mar 11, 2015 5:27 pm
by calix
Thanks for the tip. Can see the VDBs now in the Explorer but can't render them. It shows me the following error message in Maxwell.

ERROR: - [Extension MaxwellVolumetric] File H:/../kitchen_smok00024.vdb not found. Exiting volume fields loader.

But the files name is actually kitchen_smoke_sim.vdb

Thanks for your help!

Calix

Re: How to load VDB Volumes?

Posted: Wed Mar 11, 2015 6:16 pm
by Mihnea Balta
The plug-in expects a sequence of VDB files, so it adds the frame number in the file name. I'll change it so that it doesn't try to add a frame number if there isn't one in the file which was selected.

Re: How to load VDB Volumes?

Posted: Wed Mar 18, 2015 4:53 pm
by calix
Thanks Mihnea Balta!

Unfortunately it doesn't work with sequences either. My sequence has the following name kitchen_smoke_sim.####.vdb

For frame 13 for example it gives me the following error:

Render failed:
[Extension MaxwellVolumetric] File H:/..VDB/kitchen_smoke_sim_v0100013.vdb not found. Exiting volume fields loader.

Cheers

Calix

Re: How to load VDB Volumes?

Posted: Wed Mar 18, 2015 5:38 pm
by Mihnea Balta
That looks like a bug in the code which extracts the extension and frame (it assumes the separator is underscore, not dot, and does some bad things after that). I'll fix it ASAP.

Re: How to load VDB Volumes?

Posted: Wed Mar 18, 2015 6:17 pm
by calix
Very cool Mihnea! Thx!

Re: How to load VDB Volumes?

Posted: Tue Mar 24, 2015 3:20 pm
by Mihnea Balta
Hi,

This should be fixed in version 3.1.9, which I've just uploaded to the early builds site.