To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cadOpen lugnet.cad in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / *26880 (-20)
  Re: New tool for making minifigs
 
(...) I'm making a similar program but it's a plugin for LDDesignPad. Here's a couple of thing I'm incorporating: - Neckwear and footwear - Custom rotation of the indiviual parts - Possibly a picture preview, similar to my DAT curves plugin. Here's (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Custom Darth Vader minifig  [DAT]
 
Hey all, Before I owned an official Vader minifig, before they *made* a Vader minifig, I created my own. I took the arms off an Ice Planet figure, put some black ones on instead, connected that to some black legs & hips, added the black ghost head (...) (22 years ago, 6-Sep-02, to lugnet.cad.dat.models)
 
  Re: Wanted features for ldglite
 
(...) OK :) but in the web site I seen a windows window of a ldglite in ledit mode with a small resolution and it wasn't full screen so I want to know if I can view and edit my models in window mode and if I want in full screen not like is now full (...) (22 years ago, 7-Sep-02, to lugnet.cad)
 
  Re: LGEO 6x6 webbed dish fix
 
wow i just checked my last render that used this.... (URL) sure as can be ... the part is wrong... -tk "Tim Romine" <enimor7@juno.com> wrote in message news:H2317s.96r@lugnet.com... (...) not (...) as (...) (22 years ago, 7-Sep-02, to lugnet.cad.dat.parts, lugnet.cad.ray)
 
  Re: Wanted features for ldglite
 
Hi Eduardo, Thanks for the suggestions. I could use a bit more information on some of these. (...) According to the readme.txt file -v-1 and -v-2 are supposed to do some sort of fullscreen modes. It seems to be somewhat broken though. I'll have to (...) (22 years ago, 7-Sep-02, to lugnet.cad)
 
  LGEO 6x6 webbed dish fix
 
There is an error in the LGEO version of 4285.dat lg_4285.inc has only 6 web divisions, instead of the 8 that occur in the true LEGO part. I corrected this for my personal use some time ago, and just recently this issue has come up on lugnet. So (...) (22 years ago, 7-Sep-02, to lugnet.cad.dat.parts, lugnet.cad.ray)
 
  Re: Post-processing huge [POV] text files in Delphi
 
"Tore Eriksson" <tore.eriksson@mbox3...wipnet.se> skrev i meddelandet news:H22M7n.J3D@lugnet.com... (...) when (...) only (...) into?). My first attempt would be to use a TStringList: with TStringList.Create do try LoadFromFile(...) ; {edit the (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Re: dragNdrop (Was: Ldglite must be faster)
 
"Don Heyse" <dheyse@hotmail.spam....away.com> skrev i meddelandet news:H218Ln.8Hn@lugnet.com... (...) If you read Pascal, take a look at the LDList source, it is both source and sink for the D&D of LDRAW parts that I (and Steve) defined. Otherwise I (...) (22 years ago, 7-Sep-02, to lugnet.cad)
 
  Re: Excellent rendering...
 
(...) was what was holding the yellow mini-fig up in the air. :-) I think it qualifies as a quite realistic image. You might want to look into the blur around the black mini-fig. It looks a bit strange on the white background. Play well, Jacob (22 years ago, 7-Sep-02, to lugnet.cad.ray)
 
  Re: Post-processing huge [POV] text files in Delphi
 
(...) They are (at least in practice) standard Unix commands. You can probably find binaries for your favourite operating system somewhere on the net. Play well, Jacob (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Re: dragNdrop (Was: Ldglite must be faster)
 
(...) It appears to be a mess of desktop system specific protocols (KDE and Gnome) in addition to the standard X11 "clip board" (see section L.2, "Peer-to-Peer Communications via Selections", pp. 370 in "X Protocol Reference Manual") which is The (...) (22 years ago, 7-Sep-02, to lugnet.cad)
 
  Re: Post-processing huge [POV] text files in Delphi
 
(...) WinScript? POV??? /Tore (For very simple stuff like unconditionally adding a line in the beginning or end of a file, I use the 'Copy' command in DOS.) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Re: Excellent rendering...
 
(...) Read the LDraw FAQ! On the page: (URL) can read that for the colour "silver" you should use the LDraw colour number 383. Play well, Jacob -- Sal Colibri (from Roger Leloup's "Yoko Tsuno"): (URL) (22 years ago, 7-Sep-02, to lugnet.cad.ray)
 
  Re: Post-processing huge [POV] text files in Delphi
 
Thanks Roland! I think that's exactly what I was looking for. Sometimes I wish there were a dictionary or cross-reference for people that know what a keyword is named in one programming language. Pressing F1 is a good thing - but only when you know (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Re: Post-processing huge [POV] text files in Delphi
 
(...) Have you considered using `diff` and `patch` to handle this? l3p ... model.pov cp model.pov model-modified.pov $EDITOR model-modified.pov diff -u model.pov model-modified.pov model.patch ... l3p ... model.pov cp model.pov model-modified.pov (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  New tool for making minifigs
 
I made a preview of a minifig maker called Ldraw Minifig Factory here (URL) the screenshot I want to know what you all think of it before I code it. Just forgot to let you know all that I just got a laptop an IBM 770z the only problem is that it (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Re: Post-processing huge [POV] text files in Delphi
 
You could use the 'text' type and process the reading and writing line by line manly insteat by using tstringlist, I asume. quick code for quick copy: var infile, outfile: text; line: string; assignfile(infile, 'bigfile.pov'); reset(infile); (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Post-processing huge [POV] text files in Delphi
 
Very often, I have just changed a little detail in a model converted to POV by L3P. Then after I run the model through L3P again, I have to manually set all the modifications not handled by L3P arguments again. I try to make a utility program to fix (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Re: Excellent rendering...
 
(...) ...and how can I get the silver efect on the parts ? I'm using ML-Cad, L3PAO, (LGEO), POV-Ray Thanx. Rene (22 years ago, 7-Sep-02, to lugnet.cad.ray)
 
  Wanted features for ldglite
 
+ Full screen and window mode + Improve list of parts to search when looking to add a new part to a model + MPD support + Command line switches this is not dos or linux console. +++ I want ldglite to be like mlcad when I select a line Example: we (...) (22 years ago, 7-Sep-02, to lugnet.cad)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR