f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.79k stars 203 forks source link

Add BLEND support using assimp plugin #1125

Open mwestphal opened 9 months ago

mwestphal commented 9 months ago

Assimp library support BLEND format, lets add support for it

Related to: #38

Testing with #1123 , I tested the data from https://github.com/assimp/assimp

It looks like:

Meakk commented 9 months ago

My problem is any .blend file I generated from a recent Blender version is not working at all. I suspect the assimp support has been implemented a while ago and has not been maintained to support more recent versions.

mwestphal commented 9 months ago

My problem is any .blend file I generated from a recent Blender version is not working at all. I

Lets try with recent version of assimp, if still failing, lets open an issue.