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 / *15086 (-20)
  Re: Brickshelf Backup Crawler for Mac
 
Thanks for that Jim. I got the script working for user backup, and Peter Bartfai (the author of the original script) also got one working for user backup (before seeing my email that I'd gotten it working). However, while I haven't looked at Peter's (...) (17 years ago, 17-Jul-07, to lugnet.general, lugnet.cad.dev.mac, FTX)
 
  Brickshelf Backup Crawler for Mac
 
As noted (URL) here>, there is a BSBackup utility for Windows that helps you batch download the contents of Brickshelf galleries. (This is of interest at the moment due to Brickshelf's imminent closure.) I've written a quick hack to accomplish the (...) (17 years ago, 17-Jul-07, to lugnet.general, lugnet.announce, lugnet.cad.dev.mac, FTX)  
 
  Re: Copy of MacMegaPov 0.7
 
(...) Ok I finally got this to work. Now I just need to figure out why the renders are taking so long and find out how to make the lines look better. I think I'm headed in the right direction. You rock, thanks for the help! (17 years ago, 17-Jul-07, to lugnet.cad.dev.mac)
 
  Re: James Jessiman's Unofficial LEGO® Pages - The Original???
 
(...) Wow, I had no idea these were still online! I was thinking about this the other day, wondering if someone had kept an archive. Yep, they're the originals. IIRC, in the early days of LDraw.org, there was an archive on the web site. I the site (...) (17 years ago, 14-Jul-07, to lugnet.cad, lugnet.cad.dev.org.ldraw)
 
  Workarounds for two crash bugs in Mac LDView 3.2 Beta 1
 
So far, two bugs have been found in the Mac LDView 3.2 Beta 1 release that cause it to crash, and then subsequently crash every time it is launched. I'm posting a workaround for each of these problems here in the hopes that it will reduce people's (...) (17 years ago, 14-Jul-07, to lugnet.cad.dev.mac, FTX)
 
  Re: James Jessiman's Unofficial LEGO® Pages - The Original???
 
(...) Yes they are authentic. If you browse the RTL archives, you'll find many links to them. ROSCO (17 years ago, 13-Jul-07, to lugnet.cad, lugnet.cad.dev.org.ldraw)
 
  James Jessiman's Unofficial LEGO® Pages - The Original???
 
hi folks, tell me that I'm not dreaming: (URL) some of the oldtimers please confirm that they authentic? w. (17 years ago, 13-Jul-07, to lugnet.cad, lugnet.cad.dev.org.ldraw)
 
  Re: Search path question
 
(...) Hi Roland, Thanks for the input. Has anyone else implemented the mechanism the way Roland has? Kevin (17 years ago, 13-Jul-07, to lugnet.cad.dev)
 
  Re: Search path question
 
(...) The way I understand the file handeling system, this should not load. Because every file's references must be handled relative from the file being loaded (not to the main file). So calling sub/sub2.ldr from sub/sub1.ldr will look at (...) (17 years ago, 13-Jul-07, to lugnet.cad.dev)
 
  Re: Search path question
 
(...) I would also lean towards always requiring the subdirectory, but am open to argument the other way. ROSCO (17 years ago, 12-Jul-07, to lugnet.cad.dev)
 
  Re: Search path question
 
(...) I know that LPub would only know where to find sub2 if it was specified as sub/sub2.ldr. I think if there only being only one current working directory which is the directory where you've placed your top level model file. (...) This seems the (...) (17 years ago, 12-Jul-07, to lugnet.cad.dev)
 
  Search path question
 
I just noticed some unexpected behavior in LDView, and I wanted to ask here whether or not the behavior was right. Suppose you have the following files: TestModel.ldr Sub/Sub1.ldr Sub/Sub2.ldr TestModel.ldr contains a reference to Sub/Sub1.ldr. When (...) (17 years ago, 12-Jul-07, to lugnet.cad.dev)
 
  LDLink: reversibly merge part libraries
 
Hi, folks. After reading some of the recent posts discussing support for unofficial parts and part directories, I decided to release this script I wrote to help manage the unofficial parts I use. I keep my unofficial parts in a parallel part library (...) (17 years ago, 11-Jul-07, to lugnet.cad.dev.mac, lugnet.cad.dev)
 
  CATEGORY and KEYWORD extension ratified by the LSC
 
The LDraw Standards Committee (LSC) has ratified the CATEGORY and KEYWORD language extension. The most major change between the ratified specification and the de-facto standard is to officially move the creation of new part categories away from the (...) (17 years ago, 10-Jul-07, to lugnet.announce, lugnet.cad.dat.parts, lugnet.cad.dev.org.ldraw)  
 
  Re: Convention for directoried for unofficial parts?
 
(...) The following files in LDView's source tree contain the LDrawIni stuff: LDLoader/LDrawIni.c LDLoader/LDrawIni.h LDLoader/LDrawInP.h There's a #include <TCFoundation/TCDefines.h> near the top of LDrawIni.c. You can delete that; the only reason (...) (17 years ago, 10-Jul-07, to lugnet.cad.dev)
 
  Re: Convention for directoried for unofficial parts?
 
(...) I'm using Qt, and LPub is under GPL, so this sounds perfect. I'm all for standardization, so this sounds great. (...) I'm not looking to judge or criticize anyone. All of our programming efforts are works in progress, so these self analysis' (...) (17 years ago, 10-Jul-07, to lugnet.cad.dev)
 
  Re: Copy of MacMegaPov 0.7
 
(...) The 0.7 source code is available here: (URL) that (as listed on that page), you'll need POVRay 3.1g to be installed. I have no idea how easy or hard it is to get this source to compile, but it is there. --Travis (17 years ago, 10-Jul-07, to lugnet.cad.dev.mac)
 
  Re: Copy of MacMegaPov 0.7
 
(...) I didn't find it, but have you looked at PP_Find_Edges in the current MegaPOV? They claim that it's equivalent to the find edges functionality available in earlier versions. --Travis (17 years ago, 10-Jul-07, to lugnet.cad.dev.mac)
 
  Re: Convention for directoried for unofficial parts?
 
(...) I agree (which is why I voted yes on the other proposal, although it's not an exact match for what you're asking for). Having said that, Lars did offer the INI parsing code, and since it's already in LDView (which is under GPL), anyone who (...) (17 years ago, 10-Jul-07, to lugnet.cad.dev)
 
  Copy of MacMegaPov 0.7
 
I'm trying to do the old find_edges renders with the current version of MacMegaPov and they aren't working. Reading through here, it sounds like the 0.7 version of the program works fine for this. I've googled up and down but can't find 0.7 (...) (17 years ago, 10-Jul-07, to lugnet.cad.dev.mac)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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