LuxCoreTestScenes
LuxCoreTestScenes copied to clipboard
Blender 2.92 don't open .blend files
I just downloaded this repository and trying to open the .blend files from the test scenes I get only this error message:
File format is not supported in file '...\LuxCoreTestScenes-master\scenes\Prism\prism.blend'
I am using Blender 2.92 on Windows10, BlendLuxCore 2.5 registered (with pyluxcore 2.5)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The scene works fine here. It may be a problem in how you downloaded the repository. Are you using "git clone" ?
I encountered the same today. The reason seems to lie with git lfs. After doing "git lfs pull", everything was donwloaded but not checked out. I had to also perform "git lfs install" as per the error message that I got. After that, everything seems to work. (Using Blender 4.3, just to be clear)