How to run generators when developing an engine

If I want to add a model to my engine, I currently do something along
the
lines of running the standard model generator, noting all the files it
created and then moving them one by one into my engine subdirectory.

Am I overlooking any sort of easy way to be able to do this sort of
development work directly in the engine?


Daniel Einspanjer

No, you’re doing it the right way - there’s no way to generate models
directly into an engine.

  • james