Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,438
» Latest member: lego
» Forum threads: 5,673
» Forum posts: 48,473

Full Statistics

Online Users
There are currently 317 online users.
» 3 Member(s) | 307 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Twitter, Yandex, 3CFigs, Chris Böhnke, N. W. Perry

Latest Threads
Rubber DBG missing from L...
Forum: Official File Specifications/Standards
Last Post: Willy Tschager
3 hours ago
» Replies: 1
» Views: 55
Plug34.dat and related pa...
Forum: Parts Authoring
Last Post: Javier Orquera
8 hours ago
» Replies: 14
» Views: 5,908
Trying to find multiple p...
Forum: General LDraw.org Discussion
Last Post: Jeff Jones
11 hours ago
» Replies: 3
» Views: 84
Part Request: BEAST'S HAI...
Forum: Part Requests
Last Post: 3CFigs
Yesterday, 23:00
» Replies: 0
» Views: 205
[LDPE] 1.8.89 Released (b...
Forum: Parts Author Tools
Last Post: Philippe Hurbain
Yesterday, 18:18
» Replies: 1
» Views: 57
5555 - Flag 3 1/2 x 2 Tri...
Forum: Part Requests
Last Post: Orion Pobursky
Yesterday, 16:42
» Replies: 2
» Views: 91
Town and Trains 1993
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 16:03
» Replies: 29
» Views: 17,916
Using downloaded .dat fil...
Forum: Help
Last Post: Lawford
2024-09-26, 20:53
» Replies: 4
» Views: 245
[LDPE] 1.8.88 Released (h...
Forum: Parts Author Tools
Last Post: Magnus Forsberg
2024-09-26, 19:27
» Replies: 9
» Views: 227
Technic 2024
Forum: Official Models
Last Post: Philippe Hurbain
2024-09-26, 14:17
» Replies: 16
» Views: 15,147

 
  Most prolific poster
Posted by: Willy Tschager - 2013-11-06, 12:45 - Forum: General LDraw.org Discussion - Replies (10)

Hi,

while I was blocking some spammers I had a glance at the post counter. The 10 most prolific are:

Tim Gould - 982
Orion Pobursky - 905
Philippe Hurbain - 807
Willy Tschager - 771
Steffen - 671
Travis Cobbs - 638
Roland Melkert - 616
Michael Heidemann - 553
Chris Dee - 508
Max Martin Richter - 228

Enjoy, w.

Print this item

  Tile 1 x 1 Round vs. Tile Round 1 x 1
Posted by: Max Martin Richter - 2013-11-04, 17:54 - Forum: Parts Authoring - Replies (1)

Hej,
actually I was looking for another part but I stumbled over an issue with the round 1 x 1 tiles.
All patterned versions are named "Tile Round 1 x 1 [...]", but the unpatterned version is named "Tile 1 x 1 Round".
I think all patterned version of this part should be renamed to "Tile 1 x 1 Round [...]" to match our system (for example with the round 2 x 2 tile).

/Max

Print this item

  Getting started - MAC
Posted by: Willy Tschager - 2013-11-01, 17:27 - Forum: General LDraw.org Discussion - No Replies

Guys,

the Getting Started - Mac page is a real mess. Since I don't use an apple case I'm definitely not the first choice to update it. Any MAC users out there who could get us a helping hand?

w.

Print this item

  Forum title font weight
Posted by: Michael Horvath - 2013-11-01, 12:33 - Forum: Website Suggestions/Requests/Discussion - Replies (3)

Could you change the font weight of the forum title in the forum list page to bold.

http://forums.ldraw.org/index.php

Right now the "Mark Forum Read" links are visually more prominent and take focus away from the forum links. Thanks!

Print this item

  SNOT road generator help
Posted by: Michael Horvath - 2013-11-01, 12:14 - Forum: LDraw Editors and Viewers - Replies (21)

I'm writing a script to generate SNOT roads but I have encountered a problem. As you can see the bricks in the attached file follow a neat curve. However the rotation of the parts around the z-axis is backwards. How do I fix this in the bricks' rotation matrices? Here's the relevant bit of code in the script I wrote:

Code:
var fTime = 1/2
while (fTime <= 1)
{
    var thisCoo = tCoordinates(fTime)
    var thisDiv = tDerivatives(fTime)
    thisDiv = vnormalize(thisDiv)
    sOutString += '1 16 ' + thisCoo[0] + ' ' + thisCoo[1] + ' 0 ' + thisDiv[0] + ' ' + thisDiv[1] + ' 0 ' + (-thisDiv[1]) + ' ' + thisDiv[0] + ' 0 0 0 1 3004.dat\n'
    fTime = bGetStuff(fTime, fTime + steps_distance_big, steps_distance_big, 1)[0]
}



Attached Files
.ldr   temp.ldr (Size: 1.21 KB / Downloads: 4)
Print this item

  Springs
Posted by: Roland Melkert - 2013-10-30, 23:30 - Forum: Parts Authoring - Replies (19)

Hi I'm working on a spring generator for LDCad, and was wondering how far I should take the details.

I've looked at the existing springs in the library, and noticed they don't have conditional lines in the way I would expect them. They also use static lines around the (very low res) wire edges.

Is this on purpose or pure some performance issue ?

Anyway this is what my current code generates (no lines at all).

[Image: springs.png]

Print this item

  LEGO Space: Building the Future With Toy Bricks
Posted by: Mark Kennedy - 2013-10-29, 5:17 - Forum: Off-Topic - No Replies

Book with pictures of Lego models inspired by space.
LEGO Space: Building the Future With Toy Bricks

Print this item

  How to import MLCad.grp?
Posted by: Michael Horvath - 2013-10-29, 3:02 - Forum: LDraw Editors and Viewers - Replies (11)

I installed MLCad 3.40 a while ago but didn't bother with importing MLCad.grp. How do I do so now? I've copied the file into MLCad's directory but MLCad ignores it as far as I can tell. Thanks.

Print this item

  Legal info and Non-CA
Posted by: Santeri Piippo - 2013-10-24, 19:37 - Forum: General LDraw.org Discussion - Replies (2)

http://www.ldraw.org/article/227

I thought we expunged all Non-CA parts by now? Thus the Non-CA section in the legal info should be redundant.

EDIT: gee, can we get URL auto-linking? I keep forgetting to put url tags just for this forum...

Print this item

  Update model to use new parts?
Posted by: Michael Horvath - 2013-10-23, 21:54 - Forum: Help - Replies (5)

What tool can I use to update all my models to use the newest parts? (E.g. parts that have been renamed or moved, etc..) Thanks!

I can't use MLCAD since Datsville (the model I am trying to update) has nested MPD files which MLCAD doesn't like.

Print this item