07-19-2015, 07:44 PM
(07-19-2015, 06:00 PM)krzys_h Wrote: The only problem I can see is that after editing e.g. wheel model you have to reexport all objects with wheels.
Blender allows for running user scripts on startup, for example:
blender -b file.blend -P script.py
So we could just write a set of scripts and Makefile rules to export everything that's changed.