Khai-J-Bach opened this issue on Aug 27, 2010 ยท 1684 posts
ErickL88 posted Tue, 28 September 2010 at 1:12 PM
I just tried jancory's tip, of using double-backslashes.
With this, it works for me, too.
Before I had an error msg in LuxRender, saying:
There was an error while checking the size of file 'H:ProgrammeSmith MicroPoser Pro 2010RuntimeTexturesHDRVFXHDRVFX_pond_01_v_002.hdr'
Unable to open image file 'H:ProgrammeSmith MicroPoser Pro 2010RuntimeTexturesHDRVFXHDRVFX_pond_01_v_002.hdr'
After altering the path, in the *.lxl file, from: ["H:ProgrammeSmith MicroPoser Pro 2010RuntimeTexturesHDRVFXHDRVFX_pond_01_v_002.hdr"] to ["H:ProgrammeSmith MicroPoser Pro 2010RuntimeTexturesHDRVFXHDRVFX_pond_01_v_002.hdr"] I get the following msg. in LuxRenders log:
"Loading FreeImage Texture: 'H:ProgrammeSmith MicroPoser Pro 2010RuntimeTexturesHDRVFXHDRVFX_pond_01_v_002.hdr'"
And all is working perfectly.
Sometihng "steals" a backslash, during the export =)