LuxCoreTestScenes icon indicating copy to clipboard operation
LuxCoreTestScenes copied to clipboard

Blender 2.92 don't open .blend files

Open zohozer opened this issue 4 years ago • 2 comments

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.

zohozer avatar May 15 '21 21:05 zohozer

The scene works fine here. It may be a problem in how you downloaded the repository. Are you using "git clone" ?

Dade916 avatar May 16 '21 11:05 Dade916

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)

CodeFHD avatar Jan 31 '25 22:01 CodeFHD