BlenderVR / source

Blender Virtual Reality Main Code
52 stars 21 forks source link

Work without any processor.py or at least better errors #21

Open dfelinto opened 9 years ago

dfelinto commented 9 years ago

We already have a default processor (modules/blendervr/processor/default.py). I think we should have an option to use it instead of forcing the user to create a processor file every single time.

Or at least to throw a more comprehensive error when the problem is that the indicated file is missing and not that the processor file is not correct.