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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,187
» Latest member: bremmeri
» Forum threads: 5,594
» Forum posts: 47,990

Full Statistics

Online Users
There are currently 226 online users.
» 1 Member(s) | 223 Guest(s)
Bing, Google, Johannes Schauer

Latest Threads
LDraw.org 2024-05 Parts U...
Forum: LDraw.org Announcements
Last Post: Johannes Schauer
6 minutes ago
» Replies: 2
» Views: 117
Technic 1986
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 15:05
» Replies: 8
» Views: 4,061
Increase allowed runtime ...
Forum: LDraw Editors and Viewers
Last Post: Jaco van der Molen
Yesterday, 9:07
» Replies: 2
» Views: 68
unmatching primitives (4-...
Forum: Parts Authoring
Last Post: Philippe Hurbain
Yesterday, 6:38
» Replies: 4
» Views: 98
Partsnapping difficult so...
Forum: LDraw Editors and Viewers
Last Post: Roland Melkert
2024-06-29, 20:22
» Replies: 11
» Views: 186
More common parts missing...
Forum: Part Requests
Last Post: Jeff Jones
2024-06-29, 14:22
» Replies: 5
» Views: 220
LDCad 1.7 Beta 1 (win+lin...
Forum: LDraw Editors and Viewers
Last Post: Jaco van der Molen
2024-06-29, 10:44
» Replies: 86
» Views: 16,094
LDraw.org 2024-04 Parts U...
Forum: LDraw.org Announcements
Last Post: Johannes Schauer
2024-06-29, 5:52
» Replies: 4
» Views: 1,233
Golden Retriever/Labrador...
Forum: Part Requests
Last Post: Arthur Lalonde
2024-06-29, 1:27
» Replies: 0
» Views: 53
How to toggle or suppress...
Forum: LDraw Editors and Viewers
Last Post: N. W. Perry
2024-06-28, 0:18
» Replies: 0
» Views: 43

 
  Using the LDraw name
Posted by: rioforce - 2013-11-09, 2:27 - Forum: Help - Replies (19)

Hi, I am contributing to a Blender LDraw Import script, and I was wondering if we could call it "Blender LDraw Importer". I know it has the name LDraw in it, but after all, it imports LDraw files, and if we called it anything else, nobody would know what it is.

Thanks!

-rioforce

Print this item

  naaaah
Posted by: his shoes? WHACK - 2013-11-08, 21:47 - Forum: Off-Topic - Replies (3)

-bye-

Print this item

  Edger2 help
Posted by: Michael Horvath - 2013-11-07, 6:21 - Forum: Parts Author Tools - Replies (16)

I'm trying to run Edger2 from the command line using the exact settings that I use in LETGUI, but things are not working right. Here is what the Edger2 settings look like in LETGUI:

[Image: ldr_edger2_help_01_zps392f1d8f.png]

What is the equivalent command line?

I've tried this without luck:

Code:
"C:\Program Files (x86)\LETGUI\edger2\Windows\Edger2.exe" -p 0.001 -af 0.1 -ac 0 -ae 0 "W:\LDraw\datsville\svn\trunk\helper_scripts\terrain_splitter\terrain_stepped_render_backup_02.ldr" "W:\LDraw\datsville\svn\trunk\helper_scripts\terrain_splitter\terrain_stepped_render_backup_02.ldr"

Print this item

  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