> So I restructured our data directory to have subdirectories. Not
> multiple data directories (where multiple ./data/ ./data2/ etc would
> be added to the soya path) but seperate directories under
> ./data/images etc
That sounds good :-)
> > cutpoint = Blender.Get("filename").find('src/')
There is a problem here : it seems you assume there is "src" somewhere
in the blender's filename...? It may not be true !
Maybe you should rather search for "blender/", similarly to what you do
for images (this would work at least for auto-exporter).
Jiba