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 / 10422 (-40)
  Re: LSC - current status?
 
(...) LDList creates a file similar to what you describe, called ldrawlist.txt. I'm not sure how well the format would work for translations... Alternately, how about something more like this? (URL) only does a few parts right now) (...) Very true. (...) (18 years ago, 16-May-06, to lugnet.cad.dev)
 
  Re: LSC - current status?
 
(...) I'm not Willy, but I think I can still provide a pretty good answer to all your localization questions. (...) Allow non-English speakers to be able to search for things in their own language when using a modeling program (presumably MLCad). I (...) (18 years ago, 16-May-06, to lugnet.cad.dev)
 
  Re: LSC - current status?
 
(...) I have applied Robert's Rules in order to get this restarted. I will call for a vote as soon as Orion is back from his trip to sea. (...) This topic has not been discussed. For me personally it is for lack of interest. I have questions about (...) (18 years ago, 16-May-06, to lugnet.cad.dev)
 
  Harmonizing Syntax of TLAS, LMM, and LDA2006
 
(...) Thank you, Miguel. (...) As discussed earlier, I am now convinced of the animation potentials of MPDs. As a (not very active, but yet...) member of the LDraw Standards Commitee, I am also convinced of the benefits we all would enjoy if all (...) (19 years ago, 27-Feb-06, to lugnet.cad.ray, lugnet.animation, lugnet.cad.dev)
 
  Re: LDA2006 Progress Report
 
(...) Hi Tore, Congrats on your recent work. As you know, I am working on a parallel animation app project. At this point, I've stopped development on the new version and plan to dedicate the next month or so to cleanup duties (anything from (...) (19 years ago, 27-Feb-06, to lugnet.cad.ray, lugnet.animation, lugnet.cad.dev)
 
  Proposed new colour
 
Hi all, Not sure if this has been brought up before so sorry if it has. When looking at one of my renders today Ross Crawford commented that the tracks were to reflective. We worked out that this is because they use the chrome color (383) to define (...) (19 years ago, 26-Feb-06, to lugnet.cad, lugnet.cad.dev, lugnet.cad.ray, FTX)
 
  Re: LDA2006 2006-02-25 Beta Release
 
(...) Oh, yes it works - given you spell the commands correctly... :| Please disregard my previous post. /Tore (19 years ago, 26-Feb-06, to lugnet.cad.dev)
 
  Re: LDA2006 2006-02-25 Beta Release
 
(...) Back to the drawing table! Tweening function doesn't function at all! :( /Tore (19 years ago, 26-Feb-06, to lugnet.cad.dev)
 
  LDA2006 2006-02-25 Beta Release
 
Finally, I have released the first beta version of my LDraw Animation System that supports the three new standalone [sub]scripts! To give it a go, download either (URL) on what you think takes less time. Then download (URL) unpack all files into (...) (19 years ago, 25-Feb-06, to lugnet.cad.ray, lugnet.animation, lugnet.cad.dev)
 
  Re: LDA2006 Progress Report
 
(...) Thanks for the input, Tim. I agree. Exponential functions for acceleration or fall would be nice to have. Sinus and Cosinus functions will make smoother walks. The best would probably be support for splines or maps, but that's way beyond my (...) (19 years ago, 25-Feb-06, to lugnet.cad.ray, lugnet.animation, lugnet.cad.dev)
 
  Re: LDA2006 Progress Report
 
(...) --SNIP-- (...) --SNIP-- (...) This all sounds very cool Tore. I may have to give it a go sometime. One suggestion to you is to allow for different tweening systems. Sometimes you may want something other than a linear tweening and it would be (...) (19 years ago, 25-Feb-06, to lugnet.cad.ray, lugnet.animation, lugnet.cad.dev)
 
  LDA2006 Progress Report
 
I've changed priorities once again. The need of what I call standalone scripts have turned my todo-list upside-down. And the Tween command has made all the difference! After working all night, I finally made it work. That is, the first of the three (...) (19 years ago, 24-Feb-06, to lugnet.cad.ray, lugnet.animation, lugnet.cad.dev)
 
  Re: Simple Maths Help Needed
 
(...) Rule #1: Never fix anything that's not broken! :) I need to make an if statement to take care of the exception where 'to' equals 'from', to avoid a division by zero crash anyway. Who knows what users can bring up... /Tore (19 years ago, 5-Feb-06, to lugnet.cad.dev)
 
  Re: Simple Maths Help Needed
 
(...) There is another way ;) (Start_value*(to-Pro.../(to-from) Is nice and symmetric and more numerically stable. Tim (19 years ago, 5-Feb-06, to lugnet.cad.dev)
 
  Re: Simple Maths Help Needed
 
(...) Oh, how close I was, and yet... Thanks a lot, Rosco! /Tore (19 years ago, 4-Feb-06, to lugnet.cad.dev)
 
  Re: Simple Maths Help Needed
 
(...) I think what you want is: value = start_value + ((end_value - start_value) * (Progress - from) / (to - from)) HTH ROSCO (19 years ago, 4-Feb-06, to lugnet.cad.dev)
 
  Simple Maths Help Needed
 
I'm ashamed to admit, but I have got stuck in a quite simple Maths problem. It's all about an implementation of the basic formula y=kx+m, but somehow I have managed to think the wrong way. Luckily, I made problems like this in a glanse back in (...) (19 years ago, 4-Feb-06, to lugnet.cad.dev)
 
  Re: LDraw File Repository version 1.0 released
 
(...) Hello, I am glad to see there is a place where one can quickly identify WHAT can be found, usually site promotion means i know WHERE to go, just to explore and discover nothing crosses my interests. Even if the list is far from exhaustive it (...) (19 years ago, 21-Jan-06, to lugnet.cad.dev)
 
  LDraw File Repository version 1.0 released
 
Version 1.0 of the LDraw File Repository is now available: (URL) repository currently has downloads of files by 5 authors, totaling 362 LDraw files, 10.7 MB. Most of the files are available on the authors' sites, but a few extras not on the authors' (...) (19 years ago, 21-Jan-06, to lugnet.cad.dev, lugnet.announce)  
 
  Re: L3P "Skip" part metacommand
 
(...) That looks perfect. Thank you :) (19 years ago, 18-Jan-06, to lugnet.cad.dev)
 
  Re: L3P "Skip" part metacommand
 
(...) It's never too late - I only hope that I'll soon have some time for L3P again. The shortest and easiest to remember keywords I could think of is: 0 L3P CAMERA_CALC OFF ... 0 L3P CAMERA_CALC ON Note, however, that it will only work in the main (...) (19 years ago, 15-Jan-06, to lugnet.cad.dev)
 
  Re: L3P "Skip" part metacommand
 
(...) That's almost there but it still includes that part in the camera position calculations so doesn't really leave me better off. This would still require copying the camera data over. I'll have a look at doing two passes and copying it over (...) (19 years ago, 14-Jan-06, to lugnet.cad.dev)
 
  Re: L3P "Skip" part metacommand
 
(...) True, but IFNOTPOV produces "if(0)" statements that can very easily be replaced by "if(-1)" and all the commented out tracks will be uncommented again. I find that easier than copy and paste camera positions. /Tore (19 years ago, 14-Jan-06, to lugnet.cad.dev)
 
  Re: L3P "Skip" part metacommand
 
(...) Everything inside IFNOTPOV won't show up in the POV file at all, so that would still require two passes (one with IFNOTPOV to generate the camera, and one without to have the correct scene). --Travis (19 years ago, 14-Jan-06, to lugnet.cad.dev)
 
  Re: L3P "Skip" part metacommand
 
(...) It's not what you're asking for, but I have code in an (unreleased) version of LDView that will put a POV camera into the clipboard based on the current view in LDView. It then lets you compose your view in LDView and simply replace L3P's (...) (19 years ago, 14-Jan-06, to lugnet.cad.dev)
 
  Re: L3P "Skip" part metacommand
 
(...) Oh, I think I see now. What about using IFNOTPOV? (19 years ago, 14-Jan-06, to lugnet.cad.dev)
 
  Re: L3P "Skip" part metacommand
 
(...) Not quite. Currently, L3P uses the entire visible "model" to calculate the camera position (-cg? ) to fit it all in. I would like to keep this functionality, but be able to tell it to ignore certain parts, e.g. train tracks which will extend (...) (19 years ago, 14-Jan-06, to lugnet.cad.dev)
 
  Re: L3P "Skip" part metacommand  [DAT]
 
(...) If I understand you correctly, I may already have found a solution to your problem with my two ldraw objects "camera.dat" and "look_at.dat". Following camera will be seen in any LDraw renderer, but invisible in POV: 0 ~Camera Position 0 Name: (...) (19 years ago, 14-Jan-06, to lugnet.cad.dev)
 
  L3P "Skip" part metacommand
 
Is it too late to see a command for the new L3P to ignore a part/line when calculating the camera position/angle, but still render it in the final scene? Most of my renders are quite plane, but I'd prefer to have the railway track going beyond the (...) (19 years ago, 13-Jan-06, to lugnet.cad.dev)
 
  Re: Massive LDraw file repository
 
(...) You can, of course, support both. The reason I say SMTP is less reliable on the client side is because you can't know if they even have an mail program, much less what it is or how it works. In an environment you're controlling (like work) (...) (19 years ago, 11-Jan-06, to lugnet.cad.dev)
 
  Re: Massive LDraw file repository
 
(...) I use HTTP POST to have my work computers talk to databases and it seems very unreliable because if there is a network problem, the request dies then and there. But if I use email, the server will keep retrying. But I agree, HTTP POST is easy (...) (19 years ago, 11-Jan-06, to lugnet.cad.dev)
 
  Re: Massive LDraw file repository
 
(...) I think HTTP is more reliable in unknown environments... From the server side, the HTTP method might be more complex, but keeping the complexity on the server side is better than making complex clients. (...) Right - the clients pushing data (...) (19 years ago, 10-Jan-06, to lugnet.cad.dev)
 
  Re: Massive LDraw file repository
 
(...) I find it easier to make a script dump an e-mail with some text in a mailbox than to hack a HTTP POST form. I might not care to implement such an announcement feature in my script, if it was too much work to do. Sending e-mail and posting to (...) (19 years ago, 10-Jan-06, to lugnet.cad.dev)
 
  Re: Massive LDraw file repository
 
(...) Using email for the transport here is just adding comlication - why not just have a web API that the remote repos use to notify of updates? Could be a fancy SOAP/REST interface, or a simple POST form. It's not hard to parse email, but it's (...) (19 years ago, 10-Jan-06, to lugnet.cad.dev)
 
  Re: Massive LDraw file repository
 
(...) I'm very lazy. ;) Any interest in a copy of the program that generates my overview file? (...) Definitely. Maybe we should take a few moments to think about how to announce the available LDraw files on a web site? Is the NNTP/SMTP header (...) (19 years ago, 10-Jan-06, to lugnet.cad.dev)
 
  Re: Massive LDraw file repository
 
And one more comment. It would be cool to have some automation for site owners as well. For example, Jacob wrote a script that auto-generates descriptions of the files on his site. All he does is move a file to his web folder, and a script runs (...) (19 years ago, 10-Jan-06, to lugnet.cad.dev)
 
  Re: Massive LDraw file repository
 
Ok, I'm going to try this again. :) I've learned a few things since my first post. I'm moving this to lugnet.cad.dev BTW. First of all, I know there is interest to in a Massive Ldraw file repository as I have gotten many private emails about the (...) (19 years ago, 10-Jan-06, to lugnet.cad.dev)
 
  Re: LDRAW Package format?
 
Sven Moritz Hein schrieb: (...) I just tried ldglite_1_0_7 and I think it can work for you. Just give it a try. MikeHeide (19 years ago, 9-Jan-06, to lugnet.cad, lugnet.cad.dev)
 
  Re: LDRAW Package format?
 
Steve Bliss schrieb: (...) It seems that you need a viewer for MPD files but also a collector for all file in the MPD. And I mean really all parts. Please try my MPDCenter at www.michael-heidemann.de. It will collect unofficial files according to a (...) (19 years ago, 9-Jan-06, to lugnet.cad, lugnet.cad.dev)
 
  Re: LDRAW Package format?
 
(...) LDLite will do work, but it does bark at you when there's no setting for the LDraw directory. Clicking Cancel gets you past that prompt, and then LDLite draws the file as best it can. (...) I think your idea for a packager is very good. I'd be (...) (19 years ago, 9-Jan-06, to lugnet.cad, 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