To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  *576593 (-100)
  All sets reduced, lots of parts marked down!
 
Time to make some space! All sets in my store are reduced to be among the cheapest on BrickLink. Lots of parts marked down too! (URL) (13 years ago, 26-May-11, to lugnet.market.brickshops)
 
  Re: So...
 
(...) Dave, How many times, do I have to tell you that your bots are.. how shall I put this: Meh. I've got a secret weapon tub bot that incorporates MANY tug winning features. If you want something to TUG, I got a bot for you. Chris B.E.D. (13 years ago, 26-May-11, to lugnet.org.ca.obb, lugnet.org.ca.rtltoronto)
 
  Re: So here's a question....
 
(...) I was thinking that once the flame is out, the game is over. The no touching rule was thought of as both a safety feature, AND to make the game that much more difficult. (...) As soon as the candle stays out, its over. (...) Again, open to (...) (13 years ago, 26-May-11, to lugnet.org.ca.obb, lugnet.org.ca.rtltoronto)
 
  NXT-G and random number usage
 
OK, so I'm on my second ever NXT project, and I am wondering if this is even possible. I have a program that currently has 3 WAIT Blocks, each set to different lengths of time (4 sec, 2 sec, 1 sec) at different points. What I want to do, to add more (...) (13 years ago, 25-May-11, to lugnet.robotics.nxt)
 
  Re: Official LPub manual online
 
(...) --snip-- (...) --snip-- (...) --snip-- (...) There's two ways I can think of. 1) Make the two sections into submodels. Although that will force them onto different pages. But you can always hand edit them back 2) Use buffer exchange to mask (...) (13 years ago, 25-May-11, to lugnet.cad, FTX)
 
  Re: Official LPub manual online  [DAT]
 
I need a help with Lpub. I just can't get it to work (checked the manual already). I am posting this here so maybe manual could get an update if necessary. 0 Untitled 0 Name: example.ldr 0 Author: MLCad 0 Unofficial Model 0 ROTATION CENTER 0 0 0 1 (...) (13 years ago, 25-May-11, to lugnet.cad, FTX)
 
  Re: POVRay Error: lg_defs.inc
 
(...) You're welcome. I got the POV files, and responded (via email) that I needed the original LDraw file in order to debug LDView. It would seem that you didn't get my email reply. --Travis (13 years ago, 25-May-11, to lugnet.cad.ray)
 
  Re: POVRay Error: lg_defs.inc
 
Hi Travis, thanks for your offer, I sent you the file yesterday evening (european time :-) ). cheers, adrian (13 years ago, 25-May-11, to lugnet.cad.ray)
 
  Re: SVG renders possible?
 
(...) Add the following to LDView's command line: -GL2PSAllowed=1 Alternatively, run regedit, browse into the HKEY_CURRENT_USER\So...are\Travis Cobbs\LDView key, then create a new DWORD value there named GL2PSAllowed, and set it to 1. Once you do (...) (13 years ago, 25-May-11, to lugnet.cad.dev)
 
  Re: My attempts to get a vector line drawing
 
(...) (FUT lugnet.cad.dev) I draw everything but the edge lines with glColorMask() set to all false. This updates the depth buffer, but doesn't update the color buffer. Edge lines are drawn with a standard glColorMask(). --Travis (13 years ago, 25-May-11, to lugnet.cad, FTX)
 
  Re: SVG renders possible?
 
(...) How would I go about enabling this experimental feature? I'd like to try it out on one of my line drawings. Eric Albrecht (13 years ago, 24-May-11, to lugnet.cad.dev)
 
  Re: MLCad Group
 
(...) Hi Tore, Jaco has documented it in the LPub4 web page. The idea is that buffer exchange is most commonly used for removing parts from the previous step, but what if you want to remove something from an older step? You could use buffer (...) (13 years ago, 24-May-11, to lugnet.cad.dev)
 
  Re: Beveled flex tubing  [DAT]
 
(...) Great! Note that it may be easier to use slant instead of stretch/rotate. It is a bit more difficult to figure out at the beginning, but it avoids calculations and gives simpler coefficients. Here is the result, applied to your file: 0 (...) (13 years ago, 24-May-11, to lugnet.cad)
 
  Re: Beveled flex tubing  [DAT]
 
(...) That did it! Here's the part I needed... thanks again!!!! 0 ~Technic Flex-System Hose 45 bevel End 0 Name: 76_bevel3.dat 0 Author: Lar with hints from Philo 0 ROTATION CENTER 0 0 0 1 "Custom" 0 ROTATION CONFIG 0 0 0 WRITE Inner cylinder (...) (13 years ago, 24-May-11, to lugnet.cad)
 
  LEGO Scrabble game
 
Okay, it might not be real. But it is still pretty cool. LEGO Scrabble (URL) Behance.net> About: (URL) -Abner (13 years ago, 24-May-11, to lugnet.gaming, FTX)  
 
  Re: Beveled flex tubing
 
(...) Google translate does a pretty fair job, actually, enough to suss out most of what is being said... Manfred's section of notes in the part authoring "tutorial" (URL) is also helpful (URL) wasn't aware that there was a sliced cylinder primitive (...) (13 years ago, 24-May-11, to lugnet.cad)
 
  Re: My attempts to get a vector line drawing
 
(...) Hey, this is interesting. Is it actually just drawing the visible lines in some final rendering stage? Or is there more going on there with the Stencil and/or Depth buffer? (13 years ago, 24-May-11, to lugnet.cad, FTX)
 
  Re: Beveled flex tubing
 
OK, I think what you miss is the 4-4cyls.dat primitive, add it to a regular 4-4cyli and you basically have what you need. For the tip, you need a slanted primitive (ring and edges). There is a tutorial (unfortunately in French) here (URL) , (...) (13 years ago, 24-May-11, to lugnet.cad)
 
  Re: Beveled flex tubing
 
(...) I was looking at trying to use your cutting tool, actually,.. stretch a 4-4cyli.dat to a long enough length (somehow?) and then just use a big quad tilted to 45 degrees as the "blade". But I can't quite suss out how to do it, being somewhat (...) (13 years ago, 24-May-11, to lugnet.cad)
 
  Re: MLCad Group
 
(...) Interesting indeed! Is there any kind of documentation on these META-commands anywhere? I think this may be a better alternative to my unfinished LDSwitch approach(?) /Tore (13 years ago, 24-May-11, to lugnet.cad.dev)
 
  Re: Export LDD to LDraw
 
(...) Could you send me a couple of samples of files exported to LDraw that are slightly off the grid so I can see if there is any easy way to auto-adjust them? /Tore (13 years ago, 24-May-11, to lugnet.cad.ldd)
 
  Export LDD to LDraw
 
Hello, When exporting an LDD file to LDraw the xyz position is slightly off the grid. What I do now is replace all dots with comma's, import the LDraw file in Excel, round all xyz coordintates on whole numbers, copy that to notepad and past in the (...) (13 years ago, 24-May-11, to lugnet.cad.ldd)
 
  MLCad Group
 
Hi all, Currently I am working on a model where I make extensive use of Groups in MLCad in combination with LPub command REMOVE GROUP. Regarding Groups in MLCad, can someone verify this: - Elements in a group should all be part of the same step in (...) (13 years ago, 24-May-11, to lugnet.cad.mlcad)
 
  Re: LEGOLAND® Florida Announces Opening Date
 
(...) John, Thank you. Just helping out the AFOL community, even if it is small. -Abner (13 years ago, 24-May-11, to lugnet.mediawatch, FTX)
 
  Re: Beveled flex tubing
 
(...) Larry, would you have a picture or drawing of what you need exactly? Philo (13 years ago, 24-May-11, to lugnet.cad)
 
  Re: Beveled flex tubing
 
(...) Or alternatively, you could use ring/cone/cyl primitives, should be lots easier than doing individual quads. ROSCO (13 years ago, 24-May-11, to lugnet.cad)  
 
  Re: My attempts to get a vector line drawing
 
In lugnet.cad, Eric Albrecht wrote: ... (...) You don't need to disable primitive substitution; just uncheck "Texture Studs" in the "Primitive Substitution" box. (If you follow my instructions from my other post, the stud logo isn't present, and (...) (13 years ago, 24-May-11, to lugnet.cad, FTX)
 
  Re: My attempts to get a vector line drawing
 
(...) See this thread: (URL) Maybe outputting only lines could give much smaller file sizes. Then you could live paint in Illustrator to consolidate faces. --Bram (13 years ago, 24-May-11, to lugnet.cad, FTX)
 
  Re: My attempts to get a vector line drawing
 
The "Show Edges Only" feature in LDView is intended to be used with Wireframe disabled. I believe it does exactly what you want in combination with "Black Edges": (URL) Note that the image above was saved with the "Transparent Background" check box (...) (13 years ago, 24-May-11, to lugnet.cad, FTX)
 
  Re: My attempts to get a vector line drawing
 
(...) Wow do I feel stupid. No, I hadn't tried that, and it works perfectly. It's still not a vector image, but at least it gets me to a good raster image in one step instead of five. It is a bit counter-intuitive to me that the way to get a good (...) (13 years ago, 24-May-11, to lugnet.cad, FTX)
 
  Re: My attempts to get a vector line drawing
 
(...) Have you tried disabling lighting? (...) I don't know any ether, I'm sorry. roland (13 years ago, 24-May-11, to lugnet.cad, FTX)
 
  Re: LEGOLAND® Florida Announces Opening Date
 
(...) Abner, Not many people comment on the press release posts that you provide for the AFOL community, but let me speak for many AFOLs and say it is greatly appreciated! John C. (13 years ago, 24-May-11, to lugnet.mediawatch, FTX)
 
  Re: My attempts to get a vector line drawing
 
(...) You are right that I can approximate it simply by making all the parts white (as shown). However, shaded white is not really white. Every angle of white reflecting to the camera is actually a different shade of gray. I really want no shading (...) (13 years ago, 23-May-11, to lugnet.cad, FTX)
 
  Re: My attempts to get a vector line drawing
 
(...) <snip> (...) I'm not sure I 100% understand your goal(s), but I think what you need is: All white shading with all black edges. This way the (OpenGL) 'Z-Buffer' does all the hard work for you. Maybe travis could implement it in LDView, (or (...) (13 years ago, 23-May-11, to lugnet.cad, FTX)
 
  My attempts to get a vector line drawing
 
For various reasons, I've been attempting to extract a vector line drawing of a large LDraw model. On the surface, this would seem simple (which is always the case for the hardest projects). LDraw itself is a vector format. Each edge line is defined (...) (13 years ago, 23-May-11, to lugnet.cad, FTX)
 
  Re: Beveled flex tubing
 
(...) For anything with radial symmetry a little perl script is the right tool :) Tim (13 years ago, 23-May-11, to lugnet.cad)
 
  Beveled flex tubing
 
Has anyone modeled a bit of flex tubing that has beveled ends? I think I know what I need to do to model it but actually doing it may be beyond my patience, (but maybe I'm using the wrong tool, working with quads in MLCad is a bit hard) Thanks. (13 years ago, 23-May-11, to lugnet.cad)  
 
  Re: Ukulele out of LEGO bricks?
 
(...) Awesome, Rosco! When I clicked, I didn't expect it to be able to be tuned to pitch! Well played;-) JOHN (13 years ago, 23-May-11, to lugnet.build.sculpture, lugnet.build.schleim, FTX)  
 
  Re: POVRay Error: lg_defs.inc
 
(...) That sounds like an LDView bug. If you send me your model, I will investigate. --Travis (13 years ago, 23-May-11, to lugnet.cad.ray)
 
  Re: LDraw.org website theme.
 
(...) I've pretty much decided on Joomla 1.6. Unless I hit any major snags, that's what I've prepped for. When I get everything setup, I'll send out a call for help. -Orion (13 years ago, 23-May-11, to lugnet.cad)
 
  LEGOLAND® Florida Announces Opening Date
 
LEGOLAND® Florida Announces Opening Date World’s Largest LEGOLAND Park Will Debut Saturday, October 15, 2011 May 23, 2011 (Business Wire) — To the delight of youngsters everywhere, LEGOLAND® Florida today revealed its official opening date: (...) (13 years ago, 23-May-11, to lugnet.mediawatch, lugnet.general, lugnet.legoland, lugnet.loc.us.fl, FTX)  
 
  Re: LDraw.org website theme.
 
(...) Orion, What CMS are you going to use? I have some experience in making websites and want to help if needed. Jaco (13 years ago, 23-May-11, to lugnet.cad)
 
  Re: POVRay Error: lg_defs.inc
 
Hi, I tried the installation, works fine, but get same error as with the tip of Larry: "No matching in 'material', undeclared identifier 'LDXColor117440511_slope'" Any idea? Thx, adrian (13 years ago, 23-May-11, to lugnet.cad.ray)
 
  Re: POVRay Error: lg_defs.inc
 
Hi Larry, no, Ben wasn't there, I forgot the name of the guy you've visited, I will ask Ralph, maybe he remembers. Your tip with the library path helped a bit, the error I asked about doesn't show up again, but now there is a new one: "No matching (...) (13 years ago, 23-May-11, to lugnet.cad.ray)
 
  Re: LDraw.org website theme.
 
(...) Hi Orion, You may find more people with those skills over on Flickr. I've copied the message to there. Tim (13 years ago, 22-May-11, to lugnet.cad)
 
  LDraw.org website theme.
 
Hi all, I'm going to be working on the website over the next few weeks. I suck at graphic design, I think this is a perfect to solicit ideas/designs for the website theme. No coding experience is required. I can handle that aspect if needed. -Orion (13 years ago, 22-May-11, to lugnet.cad)
 
  Re: Ukulele out of LEGO bricks?
 
(...) This is cool, but you already know that, since I already told you how awesome it is. Of course, the only thing that would make it cooler was if it was going to be displayed at Brickfete. Janey "Yes, I used Rosco for a shameless plug, Red (...) (13 years ago, 22-May-11, to lugnet.build.sculpture, lugnet.build.schleim, FTX)  
 
  Ukulele out of LEGO bricks?
 
Click pic for the answer... (URL) ROSCO (13 years ago, 21-May-11, to lugnet.announce.moc, lugnet.build.sculpture, lugnet.build.schleim, FTX) ! 
 
  Re: LDraw.org File Encoding Standard Ratified
 
(...) Wow, that was fast! Thanks, Chris. Unfortunately it doesn't solve the issue. LDraw Apache server sends the page telling that charset is iso-8859-1 (why???) and this overrides page head specification. If I save the page and open it with my (...) (13 years ago, 21-May-11, to lugnet.cad, FTX)
 
  Re: LDraw.org File Encoding Standard Ratified
 
(...) Parts Tracker pages now specify charset=UTF-8. Chris (13 years ago, 21-May-11, to lugnet.cad, FTX)
 
  Re: LDraw.org File Encoding Standard Ratified
 
(...) It would be a good thing that Parts Tracker generated html pages use utf-8 as encoding charset instead of iso-8859-1 See discussion here (URL) this message (URL) it seems that a new CMS is on its way, maybe the charset change should be done in (...) (13 years ago, 21-May-11, to lugnet.cad, FTX)
 
  Re: Updating LDConfig - Request for New Colors
 
(...) Personally, I have always used color 256 (Rubber Black) for that part and it looks very good. See this picture as an example: (URL) Albrecht (13 years ago, 20-May-11, to lugnet.cad, FTX)
 
  Re: Updating LDConfig - Request for New Colors
 
(...) Bricklink color 150, Medium Dark Flesh, does not have a matching color name/number from TLG or LDraw in any color chart I've seen. It may be too new; it only first appeared in sets from 2010. Their color 151, Speckle Black-Gold, also first (...) (13 years ago, 20-May-11, to lugnet.cad)
 
  Updating LDConfig - Request for New Colors
 
I was recently informed that LDConfig does not have the proper colors for this part: (URL) anyone know of any more colors that may be missing or need to be added? I have also been asked to change a few colors in LDConfig that don't look quite right. (...) (13 years ago, 20-May-11, to lugnet.cad)
 
  Re: LDD and LDraw - which has the most parts?
 
(...) OK, but that rules out parts that were in before that have been removed. I recently opened an old LDD file which was complete, but is now incomplete due to lack of parts. Also correct models opened in free build mode give incorrect colors (...) (13 years ago, 20-May-11, to lugnet.cad)
 
  Putting The Pieces Together (Video) - LEGO Group, CEO Jorgen Vig Knudstorp
 
Putting The Pieces Together Interview with LEGO Group, CEO Jorgen Vig Knudstorp & Kirsty Wark at European Zeitgeist 2011. Video is about thirteen minutes long (12:58) release May 16, 2011 on 'ZeigeistMinds' channel: (URL) Putting The Pieces (...) (13 years ago, 20-May-11, to lugnet.mediawatch, lugnet.general, lugnet.lego, FTX) ! 
 
  Re: LDD and LDraw - which has the most parts?
 
An estimation made by JC Tchang gives 2433 parts for LDD and 4506 for LDraw. These figures include patterned parts, but not the 550 LDraw shortcut parts. Philo (13 years ago, 20-May-11, to lugnet.cad)
 
  Re: LDD and LDraw - which has the most parts?
 
--snip-- (...) The newer versions have a free build mode with all parts available in all colours. I'd guess that LDraw has many more non-minifig parts but LDD may pip it now for total due to the proliferation of minifig parts. Tim (13 years ago, 20-May-11, to lugnet.cad)
 
  New buildinginstruction on the LPub Manual Site
 
Howdy folks! Check out my new buildinginstructions on the LPub Manual Site! https://sites.google...ons/cowboy I Love Building too... digitally... :-) Cheers! Jaco (13 years ago, 19-May-11, to lugnet.announce)
 
  Re: LDD and LDraw - which has the most parts?
 
I am glad import function for LDraw in LDD has been restored. For me it didn't work a while. Pitty not all parts are in and parts that are in LDD get removed now and then. (13 years ago, 19-May-11, to lugnet.cad)
 
  Re: LDD and LDraw - which has the most parts?
 
(...) Hmm, and I am sure that LDraw has more though (correct me if I am wrong or prove otherwise). I mean, take all old parts that _are_ in LDraw and _not_ in LDD. Take the color availability in to account, and there you go. If I'd model my designs (...) (13 years ago, 19-May-11, to lugnet.cad)
 
  Zellers sale May 20-26
 
Zellers flyer good from Friday May 20th through Thursday May 26th. Buy one get one 1/2 price on all LEGO construction sets. Regular $2.99-79.99. Second item must be of equal or lesser value. Flyer shows a wide variety of sets including Ninjago, (...) (13 years ago, 19-May-11, to lugnet.loc.ca)
 
  New Google Group for SMART
 
Mark Kenworthy has created a new google group for SMART with the goal to ease communications within our group. The name of the group is smart_robotics. To keep the group clean and away from the despicable acts of spammers, the group is closed. (...) (13 years ago, 19-May-11, to lugnet.org.us.smart)
 
  Re: Why does "dark tan" in LDConfig not look like dark tan?
 
(...) Thanks...I'll change them and upload them soon. Scott W. (13 years ago, 19-May-11, to lugnet.cad)
 
  Re: LDD and LDraw - which has the most parts?
 
(...) I'm pretty sure LDD has way more parts, patterns being a possible exception. Many LDraw parts that have been developed more recently were done so with the gracious help of the Lego Universe Team, who did us the favor of converting batches of (...) (13 years ago, 18-May-11, to lugnet.cad)
 
  LDD and LDraw - which has the most parts?
 
Hi all, I recently found this post on the Eurobricks website: (URL) you can find a huge list of Lego sets that are available in LDD format. It was interesting to note that many of the sets are missing certain pieces (mainly sticker parts and minifig (...) (13 years ago, 18-May-11, to lugnet.cad)
 
  Re: POVRay Error: lg_defs.inc
 
(...) I am the Larry behind MiltonTrainWorks.com ... and I think I have been the Larry you met in Germany way long ago. Was Ben there? (13 years ago, 18-May-11, to lugnet.cad.ray)  
 
  Re: POVRay Error: lg_defs.inc
 
Hy Larry, I am also going to try this on friday, thx. BTW, are you THE Larry I have met years years years ago for one day in Germany (forgot the name of the boy you visited, I have been there with Dö (Ralph)) and built some cool stuff together? Some (...) (13 years ago, 18-May-11, to lugnet.cad.ray)
 
  Unofficial LEGO Sets/Parts Collectors Guide 1949-90s
 
Still taking pre-orders and working on the Volume 1&2 LEGO CD (1949-90s).... The merged edition is going to be big. I've been busy finishing chapters... the final chapter count isn't there yet... But so far it's 71 Chapters... 4 Appendices and 2 (...) (13 years ago, 18-May-11, to lugnet.market.buy-sell-trade)
 
  Re: POVRay Error: lg_defs.inc
 
(...) Cool, thx, will give it a try on friday (have no access to my Mac Mini with the Windows Installation at the moment) and tell you the results. Great, adrian (13 years ago, 18-May-11, to lugnet.cad.ray)
 
  May 21 SMART Meeting
 
The next SMART Meeting is this Saturday May 21. Challenge for the meeting is to build a robot that resembles some type of creature, real or pretend. We will also do an mini-class/group programming with NXC. Bring a robot and a laptop and we will see (...) (13 years ago, 18-May-11, to lugnet.org.us.smart)
 
  Re: Why does "dark tan" in LDConfig not look like dark tan?
 
(...) I think dark tan is so far wrong in the official file that it's in desperate need of a correction. It looks much closer to the color Bricklink refers to as medium dark flesh, which appeared in some of the Prince of Persia sets. That has a rich (...) (13 years ago, 18-May-11, to lugnet.cad)
 
  So here's a question....
 
Since my last post got eaten by the sub-ether... I have a new question-- Regarding the candle'bot, right from the rules-- Eligible:Public & AFOL Goal: The First Robot to find and extinguish a candle flame will be the winner of that round. Robots (...) (13 years ago, 18-May-11, to lugnet.org.ca.obb, lugnet.org.ca.rtltoronto)
 
  Re: LDraw All-In-One-Installer 2010-03 beta
 
(...) That might be a good idea, offer to abort if you find it, though, rather than just uninstalling silently. :) (...) Thanks... So that's a fairly good argument for taking a VMWare approach I guess. I DO have a new machine I need to get "render (...) (13 years ago, 18-May-11, to lugnet.cad.dev.org.ldraw)  
 
  So...
 
I've been ruminating in the addled brainspace I call my head about my tug o' war 'bot.... And I thought it would be a good time to finally pull out the 18 battery boxes 'bot idea that Chris and I've been yipping about for well most a decade--I can (...) (13 years ago, 18-May-11, to lugnet.org.ca.obb, lugnet.org.ca.rtltoronto)
 
  LEGO Systems, Inc. Completes Upgrade of its ‘Brick House’
 
LEGO® Completes Upgrade of its ‘Brick House’ May 16, 2011 Toymaker LEGO Systems, Inc., Enfield, CT has completed its $7 million upgrade of approximately 125,000 square feet of raw, high-bay manufacturing space into bright, efficient and comfortable (...) (13 years ago, 18-May-11, to lugnet.mediawatch, lugnet.general, lugnet.lego, FTX)
 
  Re: Why does "dark tan" in LDConfig not look like dark tan?
 
(...) OK, I'll keep you in mind if I find other color issues. The "rendered look" came out great!! (URL) (13 years ago, 17-May-11, to lugnet.cad, FTX)
 
  Re: Why does "dark tan" in LDConfig not look like dark tan?
 
(...) Yeah, I use this LDConfig_alt for working in MLCAD. It makes it look a lot more fun / realistic than black edge lines. Its not good for making instructions, but I get an almost rendered look in MLCAD without having to run a separate rendering (...) (13 years ago, 17-May-11, to lugnet.cad)
 
  Re: LDraw All-In-One-Installer 2010-03 beta
 
(...) I had newbies in mind with little or no knowledge about LDraw who wanna give it a try when I set up the new AIOI. Therefore it will never carry LDDP, DatHeader or other part author stuff. I could code in checking for an existing installation (...) (13 years ago, 17-May-11, to lugnet.cad.dev.org.ldraw)
 
  Re: Why does "dark tan" in LDConfig not look like dark tan?
 
(...) definition I use for rendering. It's running now. I also noticed that you used much different edge colors than the basic file. You used unique edge colors instead of #333333 for everything. Eric (13 years ago, 17-May-11, to lugnet.cad)
 
  Re: Why does "dark tan" in LDConfig not look like dark tan?
 
(...) Yeah, the LDConfig definition is wrong. Dark_Tan has been in the file for a long time, and I think those who can change it have chosen not to mess with colors that we did not add to the file. I'd be happy to change LDconfig in the next update. (...) (13 years ago, 17-May-11, to lugnet.cad)
 
  Re: Why does "dark tan" in LDConfig not look like dark tan?
 
(...) lighting. However, I think that this screen capture from LDView looks totally different than the photographs issued by LEGO. (URL) (13 years ago, 17-May-11, to lugnet.cad)
 
  Re: Why does "dark tan" in LDConfig not look like dark tan?
 
(...) Color 28 looks right to me, see for example this color chart (done with LDView) (URL) (13 years ago, 17-May-11, to lugnet.cad)
 
  Why does "dark tan" in LDConfig not look like dark tan?
 
I don't use dark tan (LDraw color 28) very often because I mostly only model Technic, but this week I was doing some renders of the modular buildings. I rendered the 10197 Fire House and it came out looking like this: (URL) bricks on the lower half (...) (13 years ago, 17-May-11, to lugnet.cad)
 
  L3pGUI Project (Was: L3PAO Problems)
 
(...) Thanks for the support. I've been thinking some about this new project, also about Willy mentioned user friendliness. The fact that L3PAO has developed from one single page to four tags when introducing the new features in L3P 1.4 Beta, is in (...) (13 years ago, 17-May-11, to lugnet.cad)
 
  Re: LDraw All-In-One-Installer 2010-03 beta
 
(...) I am using virtual machines for such tasks. But lpub 4 does not work in a virtual machine (at least mine does not). Hope this helps, Saso (13 years ago, 17-May-11, to lugnet.cad.dev.org.ldraw)
 
  Re: LDraw All-In-One-Installer 2010-03 beta
 
(...) (trimmed feature list) This sounds really nifty and I echo the praise others have heaped on you for taking this task on! I have a "mostly" working installation of many (but not all) of these tools that has accreted over a long time. It's not (...) (13 years ago, 17-May-11, to lugnet.cad.dev.org.ldraw)  
 
  Re: POVRay Error: lg_defs.inc
 
(...) Another approach (not necessarily better, but if you have a mostly working installation already you may prefer it, especially if your directory layout is non standard) is to go get the LGEO libs and then hand modify your master POVRAY.ini file (...) (13 years ago, 17-May-11, to lugnet.cad.ray)  
 
  Re: MPD to LDR
 
(...) Hi Tore, That was indeed the word I was looking for ;). Miran (13 years ago, 17-May-11, to lugnet.cad.dat.models)
 
  SR 3D Builder 0.5.6.11
 
Hi, I have just released an updated version of the application. Again nothing really new. Just working hard to fix many problems of previous releases. This new version should be considerably more stable even if you will find some bugs for sure. (...) (13 years ago, 17-May-11, to lugnet.cad)
 
  Re: L3PAO Problems
 
(...) At some point all programs need to be updated to keep up with world evolution... if the original author can't or doesn't want to do so, then it's normal that someone steps in! (13 years ago, 17-May-11, to lugnet.cad)
 
  Re: L3PAO Problems
 
(...) Go ahead! I'm not going to include L3P into the AIOI as long as there is no user friendly GUI that lowers the entrance bar for novice users. w. (13 years ago, 16-May-11, to lugnet.cad)
 
  Re: Top 30 LDraw parts authors
 
(...) Wow! I'm still on the 5th position, even though I don't author parts anymore. Well, it's only a matter of time before I'm on the 7th... But if I have had to guess, I may have said I'm at 15th or so. :) /Tore (13 years ago, 16-May-11, to lugnet.cad)
 
  L3PAO Problems
 
(...) As much as I hate the thought of "stealing" somebody else's idea, I am very much tempted to make my own frontend GUI to L3P. (I already copied the "Digest" into LDA.) There are too many problems with L3PAO, and if we can't contact Jeff, I'm (...) (13 years ago, 16-May-11, to lugnet.cad)
 
  Re: MPD to LDR
 
(...) Sounds like the word you're looking for is "inlined", if I got it right. :) /Tore (13 years ago, 16-May-11, to lugnet.cad.dat.models)
 
  Re: MPD to LDR
 
(...) Hi all, I've found the solution!! It can be done with MLCAD. I was looking in the menu Multipart and then Export Models... This gives the LDR files separately from the MPD-file. When you go to menu File and then Export... it gives you the main (...) (13 years ago, 16-May-11, to lugnet.cad.dat.models)
 
  Re: Top 30 LDraw parts authors
 
Well, OK, if you're going to limit your survey to just Lego parts :-) I have a library of 188 LDraw "Minibrix" parts that I maintain and publish to a wide and growing community. Seriously, though, I know how much time and effort it took to make my (...) (13 years ago, 16-May-11, to lugnet.cad)
 
  MPD to LDR
 
Hi all, I have an MPD-file that consist of submodels. Is there an easy way to create an LDR file that contains all the parts, but is not branched? (all the parts of the submodels are integrated in the main file). Thanks in advance! Best regards, (...) (13 years ago, 16-May-11, to lugnet.cad.dat.models)
 
  Re: POVRay Error: lg_defs.inc
 
(...) Your POV-Ray.ini file is missing the paths to the LGEO libraries. You might try the AIOI I have prepared: (URL) will do the job for you and I've got a new tester as well. w. (13 years ago, 16-May-11, to lugnet.cad.ray)
 
  Re: Top 30 LDraw parts authors
 
(...) Looks so indeed. The only clearly female first name I found lower in the list is Heather ((URL) (13 years ago, 16-May-11, to lugnet.cad)

Skipped 33 messages in groups lugnet.admin.general, lugnet.admin.statistics (Skip-filter settings)


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

Redisplay Messages:  All | Compact

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