Page 1 of 1

VDB files path not relative to the project

Posted: Tue Aug 27, 2019 11:54 pm
by J.C
I don't know if it's a bug but the VDB files path are not relative to the project file location. It would be great if it worked like with the textures file paths.

Re: VDB files path not relative to the project

Posted: Tue Sep 10, 2019 9:13 pm
by DrawFun
This is working in my tests.
Could you please check if you use the relative path with the pattern of blender? Thanks.
-If you select a path from the file selector, please make sure to tick on the "Relative Path" option on the left
-If you type the path manually, please make sure the file path is starting with "//"(e.g. "//vdb\smoke.vdb"), which is the relative path tag for blender to recognize

Re: VDB files path not relative to the project

Posted: Wed Sep 11, 2019 12:33 am
by J.C
Ok, checked this and it works as you described. Looks like I might have "Relative path" unchecked at some point.