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 / 9002 (-40)
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Are you planning to support plugins via dlopen and dlsym? That'd be fantastic. I just modified my plugin test program to take a plugin name on the command line and ran some more of the lddp plugins successfully. (I think the bezier plugin (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Not in the plugins directory, in the directory of the program that calls the dll (...) Yes, we are currently working on a Linux port. --Orion (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) That's great. So it should work if I make a plugins directory off whatever directory ldglite.exe resides in. I take it that's where you'd look for the lddp.ini file as well. Is the lddp.ini file a replacement for the lddp registry entries? (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Unfortunately no. The component library I used for rendering, GLScene, is only available for Windows. Though I read that they were think of proting to Kylix. As soon as they relase a stable version, I'll work on it (...) I love for you to use (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.6
 
(...) Hey, cool. Is there a linux port in the works? (...) I have questions. I think these plugins are pretty cool, so would it be OK to use them as plugins for the LEDIT mode in ldglite? I did a quick and dirty feasibility test and it looks doable. (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) Ok, I tried to recreate the changes for 1.3 based on the message strings contained in the executable. The -i and -o commands work for both windows and linux, but I couldn't tell what else may have changed or been fixed for 1.3. You can try the (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) I asked Lars to add -i and -o functionality to mklist (so I could index various directories of part and primitive files). He sent along the EXE, but not the source. When LDraw 0.27 was being finished up, I included in the 1.3 mklist.exe. I (...) (21 years ago, 26-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) A quick check reveals the source I used was from mklist.c v1.2 That's the one included in the zip file inside ldraw027.exe and complete.exe. Oddly, I noticed that ldraw027.exe includes the v1.3 executable with the -i and -o options, but the (...) (21 years ago, 25-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) It doesn't appear to do anything with -i or -o command line options. Is there a newer version of the source, or were you asking me to add that? I only changed two lines of mklist.c (the rest was done in the missing include files), so it should (...) (21 years ago, 25-Jun-03, to lugnet.cad.dev)
 
  Re: portable version of mklist?
 
(...) Does this version include the -i and -o command line options, to control the source directory, and output filename? If it does, and if we could get a fresh DOS compile, I'd like to include the new version in the next parts update. Steve (21 years ago, 25-Jun-03, to lugnet.cad.dev)
 
  portable version of mklist?
 
As part of my attempt to add part lookup (finally!) to ldglite I had to build a portable version of mklist. I'm not sure what to do with it, so for now I've put it here. (URL) builds with gcc on Linux and Windows, and the tweak to the original (...) (21 years ago, 24-Jun-03, to lugnet.cad.dev)
 
  Re: LDDesignPad Feature Suggestion
 
"Don Heyse" <dheyse@hotmail.spam....away.com> schrieb im Newsbeitrag news:HGLCJo.1nyJ@lugnet.com... (...) We (the LDDP developers) already thought about this. ;) Surely everyone who wants to participate and implement this is welcome to the LDDP (...) (21 years ago, 20-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Hmmm, how about trying the packages actually "blessed" by your distribution. According to this page: (URL) might be possible to build Opengl programs with these two packages. 14 May 2003 RPM mesaglu-devel 5.0 (i586) 1433 kB Patch-RPM (...) (21 years ago, 18-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Well, that's discouraging. It's still happening inside the Mesa startup code. Here's a link to what looks like a bug report from over year ago which seems to indicate it might be an out of memory error. But I don't see any evidence of a (...) (21 years ago, 17-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Ok, here's the output: (gdb) run Starting program: /usr/local/bin/ldglite Program received signal SIGFPE, Arithmetic exception. 0x0816ce13 in _mesa_test_os_sse_ex...on_support () (gdb) cont Continuing. Program received signal SIGSEGV, (...) (21 years ago, 17-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Wait a minute! You're not done yet. I poked through the MESA code (common_x86.c) and realized something. The SIGFPE is normally caught by the exception handlers in MESA but in gdb the program stops anyhow. You need to tell gdb to continue to (...) (21 years ago, 17-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) I installed it per the instructions on the LDraw website, so I guess I built it myself. (...) I'll try that when I get a free moment. I was kinda hopeing that this problem was a problem with my Linux install and not hardware. Oh well... Thanks (...) (21 years ago, 16-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) More searching reveals some tantalizing hints, but nothing concrete. Setting MESA_NO_SSE=1 is mentioned, but I'm not clear if it's an environment variable, or a compiler option. By the way, did you build MESA yourself, or was it installed by a (...) (21 years ago, 16-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Hmmm, a quick google search seems to indicate you're not the first person to encounter this problem. (URL) appears to be a problem with MESA hardware opengl support and the ATI Mobility chipset. I'll have to muck around a bit more with google (...) (21 years ago, 16-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) I'm running: P3 500 Dell Inspiron 8000 Laptop with 128 MB of memory ATI RAGE Mobility M4 Graphic card SuSe Linux 8.2 Mesa Lib 5.0.1 and here's the output from gdb: (gdb) run Starting program: /usr/local/bin/ldglite Program received signal (...) (21 years ago, 16-Jun-03, to lugnet.cad.dev)
 
  LDDesignPad Feature Suggestion
 
(...) Hey, since ldlist and LDDP are both Delphi apps, wouldn't it be nice if LDDP had support for drag and drop from ldlist? And then, maybe a linux port of ldlist could be included as part of the linux port of LDDP. Would that be cool, or what? (...) (21 years ago, 16-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Sorry for the delay. My cable modem no longer gets a strong enough signal and the local cable company isn't to speedy about fixing it. So while I couldn't reply over the weekend, I did manage to build the latest linux sources. I could only do (...) (21 years ago, 16-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Well, when I tryed to run it from the file manager and I got nothing so I got curious and tryed to run it for the shell window. All I get is the message: Segementation Fault --Orion (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Well, a segmentation error is when the program tries to access some memory that it doesn't own, so it's usually a bad pointer. How did you run the program? From a shell window? If so, what kind of shell was it? Probably bash, but you never (...) (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Maybe I spoke too soon. When I try to run LDGLite in KDE I get a Segmentation Error, whatever that means. Any thoughts? -Orion (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) It works now, Thanks -Orion (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  Re: Minifig Generator Plugin for LDDesignPad Version 1.5
 
(...) I just recently got a chance to take it for a test spin. Pretty nifty! Preview works fine on this Win2K pc with TNT video card. Here's a few notes. How about a selection for the background color in the preview window? The parts in the preview (...) (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  Re: LDGLite Linux install question
 
(...) Well, being a noodle head probably has nothing to do with it this time. The problem is that I don't currently have much access to a linux PC that's attached to a monitor, just embedded devices and ssh servers. So I haven't exactly kept the (...) (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  LDGLite Linux install question
 
Maybe it's just becuase I'm a Linux noodle head (I am learning, albiet not as fast as I'd like) but I'm having problems building LDGLite from the latest CVS download. Here's a dump of the makefile output: gcc -g -DUNIX -DUSE_OPENGL -DUSE_L3_PARSER (...) (21 years ago, 13-Jun-03, to lugnet.cad.dev)
 
  Re: Meta Commands in Part Files
 
(...) BFC KEYWORDS CATEGORY I can't think of any others off the top of my head. Steve (21 years ago, 10-Jun-03, to lugnet.cad.dev)
 
  Re: Meta Commands in Part Files
 
(...) Nope, just refreshing my memory so that I can update the Lego Spec 1.0.0 page. So it's: The Standard Part header including Name, Filename, Author, and File Type CMDLINE L3P IFPOV, L3P IFNOTPOV, L3P ELSEPOV, L3P ENDPOV BFC Statements Anything (...) (21 years ago, 10-Jun-03, to lugnet.cad.dev, FTX)
 
  Re: Meta Commands in Part Files
 
(...) BFC assertions? (21 years ago, 10-Jun-03, to lugnet.cad.dev, FTX)
 
  Re: Meta Commands in Part Files
 
hi orion are you developing some kind of cad? br pixel "Orion Pobursky" <orion@dontaddthis.p...ursky.com> wrote in message news:HG7uG5.1Lr4@lugnet.com... (...) (21 years ago, 10-Jun-03, to lugnet.cad.dev)
 
  Meta Commands in Part Files
 
I'm trying to remember which Meta commands are allowed in part files. Here's my list: The Standard Part header including Name, Filename, Author, and File Type CMDLINE L3P IFPOV, L3P IFNOTPOV, L3P ELSEPOV, L3P ENDPOV Are there more than this? --Orion (21 years ago, 9-Jun-03, to lugnet.cad.dev, FTX)
 
  Re: 30104 Chain - Generate it!
 
Thanks, guys, but I'm looking to more physical realism in my renderings than a formulaic (synthesis) approach will deliver. 2 chains will be securing a stack of logs (made of 9 2x2 round bricks) on a train car. Not only do the chain ends attach (...) (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: 30104 Chain - Generate it!
 
(...) Oh yeah, forgot to add this link to the chain generator spreadsheet. (URL) you like the spreadsheet method, there's also a net generator and a hoser spreadsheet there as well. (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: 30104 Chain - Generate it!
 
(...) Take a peek at the source: (URL) see a few references to CHAINs (especially in band.c), but I don't think it actually includes this particular type of chain. Since it's open source, this might be a reasonable feature for someone else to try (...) (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: 30104 Chain - Generate it!
 
(...) If I recall, LSynth already does this. Correct me if I'm worng, Kevin. -Orion (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: 30104 Chain - Generate it!
 
While we are talking about that, would it be possible to create a program/plugin to generate a chain in a model? Perhaps in LSynt or as plugin in LDDP? Jaco "Will Chapman" <will@actionbrick.com> schreef in bericht news:HG0w0C.15s0@lugnet.com... (...) (21 years ago, 6-Jun-03, to lugnet.cad, lugnet.cad.dat.parts, lugnet.cad.dev)
 
  Re: Idea for an ldraw related program
 
(...) Ah, yes, the missing documentation. Since ldglite is really just ldlite made portable with some extensions, I've been pretending that you can get by with the ldglite documentation here: (URL) supplementing it with my really poor readme.txt (...) (21 years ago, 4-Jun-03, to lugnet.cad.dev)


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

Redisplay Messages:  All | Compact

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