Hi, Geilarin here
I’ve been wondering about if i could import .blend files into other softwares which use C/C++ programming language or i do i have to convert them?
Cheers
Geilarin is out
Hi, Geilarin here
I’ve been wondering about if i could import .blend files into other softwares which use C/C++ programming language or i do i have to convert them?
Cheers
Geilarin is out
If you mean like game engines(source available) then,
I suppose you could use the readblend library to read the .blend struct’s & data into it…
If you mean if other 3D apps such as 3D Studio for an example support .blend import, then afaik, no, they don’t…
but you can export your objects to files like .obj and others to import them to other softwares.
Thanks you!^^