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 / *37605 (-20)
  Raytracing a primarily black model
 
Anyone have any tips for raytracing a black MOC with radiosity? I'd like some piece definition like this: (URL) What's the secret, Jeroen? Thanks, --Bram (20 years ago, 7-Apr-05, to lugnet.cad.ray, FTX)
 
  Re: 8480 space shuttle
 
(...) I haven't tried modelling them.... I suppose I should for the rear shot :) What is the best way to get a glowing "pipe"? (20 years ago, 6-Apr-05, to lugnet.cad.dat.models)
 
  Re: 8480 space shuttle
 
Cool! But why aren't the fiber optics glowing!? James Wilson Dallas, TX (20 years ago, 6-Apr-05, to lugnet.cad.dat.models)
 
  Re: MLCAD 'FIND' function
 
Hi Ludo, "ludo soete" <ludo.soete@village.uunet.be> schrieb im Newsbeitrag news:IEBCD9.1zAH@lugnet.com... (...) 'Find' (...) You mean a find function inside the model, instead of a find function in the library right? Basically this is possible. I'll (...) (20 years ago, 6-Apr-05, to lugnet.cad.mlcad)
 
  Re: Trouble creating building instructions using lpub and mpd file
 
(...) You are right, but the error handling problem is larget than just blanks in file names. All of this boils down to the wimpy method that LPub uses to parse LDraw files. If you type in a meta-command “0 LPUB PIL”, rather than “0 LPUB PLI”, lpub (...) (20 years ago, 6-Apr-05, to lugnet.cad, lugnet.cad.mlcad, FTX)
 
  Re: Trouble creating building instructions using lpub and mpd file
 
(...) I apologize in advance if this is a stupid solution but what about this: Is there a way for you to check for spaces in the file name as lpub attempts to open it? If so, can you then abort the file open process and throw a pop-up message that (...) (20 years ago, 6-Apr-05, to lugnet.cad, lugnet.cad.mlcad, FTX)
 
  Re: Trouble creating building instructions using lpub and mpd file
 
(...) Hi Allan, In light of this article: (URL) I now have a dilema on this topic. Add code that makes me compatible with MLCad but violating the specification, or leave it as is and explain to people that MLCad does allow blanks in file names, but (...) (20 years ago, 6-Apr-05, to lugnet.cad, lugnet.cad.mlcad, FTX)
 
  Re: Question for the LSC. Blanks in file names legal?
 
(...) Yah, I think that was the first official part with sub-part files. (...) I'd lean toward updating the files with 's/' references to 's\'. The PT is definitely coded toward using only backslashes. Steve (20 years ago, 6-Apr-05, to lugnet.cad, FTX)
 
  Re: Question for the LSC. Blanks in file names legal?
 
(...) You might want to take a look at 2593.dat (including the author ;-). (In your defense, that's a really old file.) Having said that, most places in the parts library, backslash (\) is used as the delimiter in path names. However, there are some (...) (20 years ago, 6-Apr-05, to lugnet.cad, FTX)
 
  8480 space shuttle
 
I have FINALLY finished modelling the 8480 space shuttle in LDraw :) Only taken about 30 hours! Anyway, the images and mpd are here: (URL) note, the mpd could be tidied up slightly, but is otherwise complete. Enjoy :) (20 years ago, 6-Apr-05, to lugnet.cad.dat.models)  
 
  Is anyone working on the hail fire droid wheel ?
 
I was going to take a stab at this, but if someone else is already working on it, I'll tackle something else. PLMK, -JSM (20 years ago, 5-Apr-05, to lugnet.cad.dat.parts)
 
  Re: Question for the LSC. Blanks in file names legal?
 
(...) I know. It didn't do much for me either. (...) See above. (...) Kevin (20 years ago, 5-Apr-05, to lugnet.cad)
 
  Re: Question for the LSC. Blanks in file names legal?
 
(...) See below. I've rearranged the order of the bullets to fit my comments. (...) Change to no whitespace characters, this way we exclude tabs, etc. (...) How about: Long file names are allowed. File names may be restricted to 8.3 format at the (...) (20 years ago, 5-Apr-05, to lugnet.cad, FTX)
 
  Re: Question for the LSC. Blanks in file names legal?
 
(...) I like it Steve. Thanks much. I've gotten problem reports over the last week or so that brought this to light for me. MLCad allows blanks in file names, and LPub percieves them as separate tokens in a type 1 text line, and ignores the extra (...) (20 years ago, 5-Apr-05, to lugnet.cad, FTX)
 
  Re: Question for the LSC. Blanks in file names legal?
 
How about this for a File Naming section to be added to the file spec? (the following text is formatted for FTX display; it will be reformatted for HTML display when it is added to the LDraw.org File Format document) File Names in LDraw The LDraw (...) (20 years ago, 5-Apr-05, to lugnet.cad, FTX)
 
  Re: Question for the LSC. Blanks in file names legal?
 
(...) It's not just you. Is the new version of the spec better? It still carries the overloaded definition, but it doesn't rely on it as heavily. The new version of the spec is at: (URL) Can we choose a different word for the textual representation (...) (20 years ago, 5-Apr-05, to lugnet.cad)
 
  Re: Question for the LSC. Blanks in file names legal?
 
(...) <snip> (...) Thanks Steve! (...) Kevin (20 years ago, 5-Apr-05, to lugnet.cad)
 
  Re: Question for the LSC. Blanks in file names legal?
 
(...) No. LDraw commands are space-delimited, so a filename containing blanks would result in a 'Part' command with invalid formatting/syntax. That is, it would have too many parameters. (...) Hmm. It should be more explicit on this point. It should (...) (20 years ago, 5-Apr-05, to lugnet.cad)
 
  Re: Question for the LSC. Blanks in file names legal?
 
(...) As a followup question, at first read/reread, the document is a bit confusing. The term "line" is overloaded. In one case line means, text as it would be viewed on a terminal, and in the other it is a graphical representation of what (...) (20 years ago, 5-Apr-05, to lugnet.cad)
 
  Question for the LSC. Blanks in file names legal?
 
Is it legal to have blanks in file names in type 1 records? I looked at (URL) it does not specify. I'd guess that LDRAW.EXE cannot handle them. What is the LSC's position on this issue. Kevin (20 years ago, 5-Apr-05, 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