![]() |
|
ffxconvert issue (with long path?) - Printable Version +- Sitni Sati Forums (https://forum.afterworks.com) +-- Forum: Products (https://forum.afterworks.com/forumdisplay.php?fid=4) +--- Forum: FumeFX [max] (https://forum.afterworks.com/forumdisplay.php?fid=8) +--- Thread: ffxconvert issue (with long path?) (/showthread.php?tid=1884) |
ffxconvert issue (with long path?) - celluloidvfx - 12-18-2018 Hi, we were just trying to convert some .vdb files with ffxconvert. When we try Code: ffxconvert.exe -r 1 10 -i X:\hyt\ink_006_010\cgfx\caches\houdini\vdb\smokecd_v010_shape_32bit_float_lp\smokecd_v010_shape_lp.vdb -o X:\hyt\ink_006_010\cgfx\caches\houdini\vdb\smokecd_v010_shape_32bit_float_lp\ffxconvert\smokecd_v010_shape_lp_.fxdwe get the following output: Code: FumeFX 5.0 cache converter v.0.3.6When copying the same file(s) to a local drive - resulting in a much shorter path name - it works. Is there maybe a limit to the length of file paths that ffxconvert can handle? Cheers, Holger Re: ffxconvert issue (with long path?) - sitnisati - 01-09-2019 Hello, Yes, that seems to be the problem and the whole path is truncated. We will look into this. Thank you for the report. Regards, Kresimir Tkalcec Re: ffxconvert issue (with long path?) - sitnisati - 03-22-2019 Hello, It turns out that your input file is missing _ at the end of the filename. It should be ecd_v010_shape_lp_.vdb Regards, Kresimir Tkalcec |