Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blender Collada support #31

Open
MennatallahRihan opened this issue Mar 23, 2020 · 3 comments
Open

Blender Collada support #31

MennatallahRihan opened this issue Mar 23, 2020 · 3 comments

Comments

@MennatallahRihan
Copy link

While setting up amino I got the warning :

configure: WARNING: Blender lacks COLLADA support, cannot load DAE meshes

I have blender 2.82a and I can import COLLADA files directly without any issues.
Any idea how I can solve this error?

@ndantam
Copy link
Member

ndantam commented Mar 23, 2020

Please check / post the generated config.log file for more information.

You may also manually run the relevant configure test, which may provide more details:

blender -b share/exec/meshconv -- colladatest.dae -o colladatest.obj 

EDIT: see correction below.

@MennatallahRihan
Copy link
Author

Okay, here is the config.log
and this is the output I get when I run the configure test

Blender 2.82 (sub 7) (hash 375c7dc4caf4 built 2020-03-12 05:30:40)
Read prefs: /home/menna/.config/blender/2.82/config/userpref.blend
/run/user/1000/snap.blender/gvfs/ non-existent directory
found bundled python: /snap/blender/37/2.82/python
Error: File format is not supported in file '/home/menna/tmkit_ws/src/amino/share/exec/meshconv'

Blender quit

@ndantam
Copy link
Member

ndantam commented Jun 10, 2020

I just tested the most recent binary from blender.org (2.83.0), which passes the configure test for COLLADA support.

Correction to the command above: It should be the following to run the test manually.

blender -b -P share/exec/meshconv -- colladatest.dae -o colladatest.obj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants