To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / *7615 (-40)
  Re: Parts Tracker News
 
"Steve Bliss" <steve.bliss@home.com> wrote in message news:GKpB3L.Hus@lugnet.com... (...) for (...) list, (...) Comments (...) Nifty! (...) library (...) yet; (...) Coolness. Thanks a ton, Steve! Keep it up :-) -Tim LDraw.org (23 years ago, 4-Oct-01, to lugnet.cad.dev)
 
  Parts Tracker News
 
Just a few quick items. Some good news, some not-as-good news. First, there's a new report-page, which shows the 'certification status' for each part. The parts that are ready for release are at the top of the list, the rest are below. And the most (...) (23 years ago, 4-Oct-01, to lugnet.cad.dev)
 
  Re: Winners of LDraw.org's October 2001 Model/Scene Of The Month
 
Terry: (...) I can automate the hard parts. (...) What about letting the computer have the lack of breathing space? (...) I would rather choose: * Entry deadline on the 23rd of each month. * Voting commences on the 1st of each month (assuming that (...) (23 years ago, 4-Oct-01, to lugnet.cad.dev.org.ldraw)
 
  Re: Winners of LDraw.org's October 2001 Model/Scene Of The Month
 
(...) Thank you, Fredrik. (...) Hmm... My only problem is concerns about confusion (mine), and timeliness. Having voting going on back-to-back would require me to do a some juggling. And would require that pages get updated promptly at the turn of (...) (23 years ago, 4-Oct-01, to lugnet.cad.dev.org.ldraw)
 
  Re: Winners of LDraw.org's October 2001 Model/Scene Of The Month
 
Fredrik: (...) Sound like a very sensible idea. (...) $ grep '^software' /etc/aliases software: tim $ Jacob (23 years ago, 3-Oct-01, to lugnet.cad.dev.org.ldraw)
 
  Re: Winners of LDraw.org's October 2001 Model/Scene Of The Month
 
(...) It was certainly well deserved! BTW, I think that one week voting time is a bit limited. It's also a bit odd to go and look for contestants, and only find them one out of four weeks. How about a scheme were the models were up for voting for (...) (23 years ago, 3-Oct-01, to lugnet.cad.dev.org.ldraw)
 
  Re: Future extension of dat files?
 
(...) I get this: C:\>assoc .ldr .ldr=l3.dat C:\>assoc .dat .dat=L3.dat But I was mucking with assoc yesterday, so don't assume this is the normal result of the registry mucking I did before then. (...) Probably LDraw.Document would be good, having (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Winners of LDraw.org's October 2001 Model/Scene Of The Month
 
Hi all, Sorry for being a day late, but I felt the need to have Jacob (the server admin for ldraw.org) verify the voting tallies. Not because it was close, but because I won. :-) (short pause here for a victory dance)... OK, <pant, pant) I'm back at (...) (23 years ago, 3-Oct-01, to lugnet.announce, lugnet.cad, lugnet.cad.dev.org.ldraw)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
Steve: (...) That's also my intention with them. Similarly are the POV-Ray colour codes intended to be the closest match for rendering the colours and transparancies in POV-Ray. Play well, Jacob -- (URL) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) I don't suppose you could humor me and type: assoc .ldr at a command prompt and tell me what you get. Since we seem to be standardizing on the .ldr extension and the application/x-ldraw, it might be nice to standardize the rest of the junk (...) (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
(...) I always thought the RGBs in the FAQ were supposed to be approximations of the 'real colors'. LDraw's palette is a poor match for real LEGO, and I'd hate to be stuck with it's selections. Although there were some values that we didn't have any (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
(...) Yes, but there are some problems: 1. LDraw (and LEdit) can't be changed to render new colors. So if we arbitrarily select color codes in the 0 - 255 range, the old programs won't work. 2. LDraw renders colors 17-31 the same as colors 1-15 (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) Yeah, like Tim said: the file format is staying the same. There are only two changes going on: 1. LDraw.org semi-officially endorses the .LDR extension as the standard for LDraw files. This stance doesn't have a *direct* effect on anything. 2. (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
(...) I forgot to reply to this part of your message! Steve Bliss said that the RGB values in his table were from Suzanne D. Rich's LEGO colour page. Hence, they are approximations to the real RGB values of the bricks, not the averaged RGB values. (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
(...) But isn't that the whole point? If I use the dithered colour 383 in a model, L3P will interpret it as chrome and use a special colour and reflection model for it. Rendering the same model in LDraw, however, will reveal that it is only a (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)  
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
(...) [snip] (...) I was my impression that colors 256 to 511 are dithered combinations of colors 0 to 15, and that the RGB was the calculated average of the two dithered colors. The RGB of dithered colors is just mentioned in the FAQ as a (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
(...) Ok, that means I will extend the internal color table to 512 entries, and allow the user to modify colors up to value 511. Just looked up the code and remembered the implementation: As current MLCad supports the following: 0-31 fixed (as in (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
(...) This is true. When a new colour is released from LEGO, we normally aim to find a dithered colour which looks fairly much like the new colour. Then we define that particular dithered colour as the new one. That way, we can still use the old (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
(...) Maybe I didn't understand something right, but the LDraw FAQ in section 20 mentiones that colors from 256 to 511 are dithered and not solid! So how can we have colors there? Are we not supporting dithered colors anymore? Or what is the real (...) (23 years ago, 2-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
"Dave Schuler" <orrex@excite.com> wrote in message news:GKJKwG.Awv@lugnet.com... (...) at (...) No, the actual text based file format will remain the same. -Tim (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) Here's a potentially dumb question: will we be changing the file format at all during the switch from .dat to .ldr, or will it still be the same text-readable setup we all know and love? Dave! (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(Sorry, I hit "Post" too quickly just now) I was playing around with Regedit. I found the .dat key (under HKEY_CLASSES_ROOT), and copied the settings from .dat to a new key, .ldr. I also changed the default file extension for application/x-ldraw to (...) (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) Heh, while searching for another tool I just discovered you can do this on the command line in 2000. Who would've guessed? Typing: ftype /? reveals the secret. To add .ldr on my system would require typing: assoc .ldr=ldlite.document The only (...) (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) Look here (Warning, MS changes this with every release so it may not work!) (URL) worked for me on 2000 (sorta borrowed from the ldglite readme) 1) Open an Explorer window (or any folder window). 2) Select the "View->Folder Options" menu (...) (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) Is there any MIME-head out there who knows if multiple file extensions can be directed at the same MIME-type? I'd like to keep both DAT and LDR registered/linked to application/x-ldraw on my system. Steve (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) Oh, no. That's not what the 'private mailing list' is for at all. I'm sorry you've gotten that impression. :( Earlier this year, a private mailing list was set up, for one express purpose: to put together a proposed organization & charter for (...) (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
(...) putting in ldliterc.dat (see recent LDLite documentation about that), or for use in any DAT being processed by a program that recognize's the 0 COLOUR statement. Steve 0 Extended colour definitions for ldliterc.dat 0 COLOUR 503 LT_GRAY 8 230 (...) (23 years ago, 1-Oct-01, to lugnet.cad.dev, lugnet.cad.dat.ideas)  
 
  Re: Future extension of dat files?
 
(...) I know, I'm not Steve, but I think leaving library extensions as they are shouldn't be a problem since you do not regulary open library files, but models. As long as the editors and viewers accept both extensions it should be fine. Just we (...) (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) No problem. (...) Sounds good! Thanks, Michael. (...) Yeah, .dat from the get-go was too ambiguous, and there's been a need for LDraw files to have their own unique extension for quite some time. The other issue is what to do with parts - from (...) (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) Thanks, that was it, what I wanted to know. For the next version I'm planning to register this extension instead of .dat. Although I'll still support dat MLCad will write .ldr by default - still allowing the user to specify something else. I (...) (23 years ago, 1-Oct-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) Michael - The new extension should be .ldr. I'd recommend saving files at .ldr as default, but leave the option to save as .dat. Also, when opening a file, look for both .dat and .ldr as a default. BTW (for everyone, since this is on a public (...) (23 years ago, 30-Sep-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
I thought *.MIK or *.MKE would be okay. What do you think? Heh. -Mike (...) (23 years ago, 30-Sep-01, to lugnet.cad.dev)
 
  Re: Codes for New Colors (was: Sand Red Bricks)
 
Steve: [ list of colours with LDraw, LDLite and RGB values ] I have added them to the LDraw FAQ: (URL) well, Jacob -- "The universe isn't for the likes of me to understand. I only work here." (23 years ago, 29-Sep-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) I know of one list we're both on, are there other ones that are "disclosed"? If so can you disclose them? I would want to listen in. Or did you mean undisclosed... (...) DAT is commonly used by many other things as well. But we can never find (...) (23 years ago, 29-Sep-01, to lugnet.cad.dev)
 
  Re: Future extension of dat files?
 
(...) It is my experience that "development" type discussions are no longer run on LUGNET, rather they have been taken to some disclosed private mailing lists. Personally, I don't see any benefits from changing the extensions. We already have .LDR (...) (23 years ago, 29-Sep-01, to lugnet.cad.dev)
 
  Future extension of dat files?
 
Hy, some time ago I've been told by somebody that extensions of dat files should be changed to something else. Can somebody remember what it was - and whats the actual status - I didn't hear about it since then... Michael (23 years ago, 29-Sep-01, to lugnet.cad.dev)
 
  Codes for New Colors (was: Sand Red Bricks)
 
[In a brilliant blaze of thread micro-management, I've XPOSTed and FUTed lugnet.cad.dev] (...) I can't say anything's decided(1), but I went over the new colors and the color chart, and I've listed some suggestions below. Let me know what you think. (...) (23 years ago, 28-Sep-01, to lugnet.cad, lugnet.cad.dev)  
 
  Re: ldraw.org MOTM & SOTM Winners for September 2001
 
If anyone is having difficulty getting the .dat files for the Liquid Cathedral working, then contact me. There is apparently some confusion over the fiendishly difficult installation of files necessary for part 6002 (which is the Paradisa 1/4 dome). (...) (23 years ago, 25-Sep-01, to lugnet.cad.dev.org.ldraw)
 
  ldraw.org MOTM & SOTM Voting for October 2001
 
Hi all, Voting is up and running at: (URL) Terry K -- (23 years ago, 25-Sep-01, to lugnet.announce, lugnet.cad, lugnet.cad.dev.org.ldraw)  


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

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