Topic: Use python to convert a 3D model at upload
I'm building a web form to accommodate users uploading 3D models as .obj and .fbx to a site. Everything else is in place, but I need a server-side solution to convert these model files to Collada (.dae) and I know python is definatly the way to go. However python is my weakest area of knowledge.
I really need some help finding or writing a python program to do this. It would need to be triggered by PHP at upload and a progress bar monitor the conversion as it happens.
Any advice or librarys you know would be massively helpful.
Many thanks in advance,