On Fri, Mar 30, 2012 at 9:44 AM, David Paleino <d.pale...@gmail.com> wrote:
> > The LeoCAD pieces library is compiled from the LDraw library but > optimized > > for faster rendering. It's currently built using the LeoCAD GUI > > (File->Pieces Library Manager->Import Folder) but I can add a command > line > > option or separate utility that can generate it from the command line if > you > > really need it. > > Yes, please. A separate utility would be best. Consider that the build > would need to be scriptable. > I've added a new command line option to convert LDraw files, if you run something like "leocad --convert /home/david/ldraw/parts/ /home/david/leocad/" it will convert all LDraw parts from the first directory and save a new LeoCAD library in the second directory. You can get the source from either svn http://svn.leocad.org/tags/leocad-0.76.2/ or leocad-0.76.2-src.tgz from http://code.google.com/p/leocad Let me know if you run into any problems.