As the tittle says, I know about nothing of Python, but have programmed in others languagues (that was in the good old MS-DOS times, anyways)… I would like to ask the Python gurus around here this question?
Is there a way to run a python script as a stand-alone program? or even better, is there (or can be buiilt) a stand-alone script loader that would run without having Blender running on the background?
The reason for this question is that, as things stand right now, the Blender community is lacking an easy way to I/O 3D Data for people that ARE NOT members of the community. In other words, we are lacking a 3D file format converter that can be used by people that DON’T USE BLENDER but would like to share and collaborate with Blender users. That file converter would take any of the many existing i/o scripts and use it to take, for example, a Maya file and make a Blend file out of it.
If you have been to any collaborative work forum lately you would have noticed that most of the proyects posted as to be using blender as main tool get very few or none answer, and the most re-apearing reason is tha many people that are in fact willing to help are already working with another software.
Sure the conversion could be done on the blender user side, but it is really a pain in the ass having to convert EVERY SINGLE file that gets out of your computer AND ALSO converting every file that goes into your computer. It would be a lot easier if all parties involved could just send out the file in theyr native format and the people receiving the file make the conversion into theyr native format as well.
Just imagine how much inter-application proyects could be made that way, and how many yet-non-blender users would be exposed to Blender created model, and perhaps would be more interested in giving a try to that ‘litle program’ that my fellow is using to produce such good work.