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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,146
» Latest member: math
» Forum threads: 6,077
» Forum posts: 51,212

Full Statistics

Online Users
There are currently 786 online users.
» 0 Member(s) | 782 Guest(s)
Bing, Facebook, Google, Twitter

Latest Threads
LDConfig Update: More dis...
Forum: Official File Specifications/Standards
Last Post: Chris Böhnke
2 hours ago
» Replies: 0
» Views: 11
Hi-res logo primitives
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
6 hours ago
» Replies: 13
» Views: 443
Wookiees!
Forum: Part Requests
Last Post: Jeff Jones
11 hours ago
» Replies: 0
» Views: 48
Colour Request: 15 Lemon ...
Forum: Official File Specifications/Standards
Last Post: Chris Böhnke
Yesterday, 15:58
» Replies: 9
» Views: 342
LDraw.org 2025-06 Parts U...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
2025-07-07, 15:38
» Replies: 4
» Views: 601
Part 5561, Door 1 x 4 x 1...
Forum: Part Requests
Last Post: Zach M
2025-07-07, 14:48
» Replies: 0
» Views: 99
Updates of the Bricklink ...
Forum: Parts Authoring
Last Post: Manfred Schaefer
2025-07-06, 19:28
» Replies: 6
» Views: 581
Modulex parts
Forum: Parts Authoring
Last Post: Chris Böhnke
2025-07-06, 18:29
» Replies: 24
» Views: 3,204
Minifigure Head 3626pb307...
Forum: Part Requests
Last Post: Knud Ahrnell Albrechtsen
2025-07-06, 16:41
» Replies: 3
» Views: 332
Minifigure Head 3626pb181...
Forum: Part Requests
Last Post: Knud Ahrnell Albrechtsen
2025-07-06, 16:34
» Replies: 2
» Views: 281

 
  Stuntz ramps
Posted by: Fredrik Hareide - 2022-12-29, 12:45 - Forum: Parts Authoring - Replies (2)

Hi! Has anyone started looking at the Stuntz ramps? I see they are requested a lot in the GBC community. I don't own them so I'm not able to look at them myself

Print this item

  Just for fun-try this really old modeling language!
Posted by: N. W. Perry - 2022-12-29, 2:07 - Forum: General LDraw.org Discussion - Replies (5)

I came across what I believe to the earliest extant example on the internet of Lego building instructions using an old (pre-Draw) language format. It's in a nearly 30-year-old Usenet message that can be seen here.

It builds a rabbit from the 1545 polybag set of 1992. I thought it would be fun to try and re-create the build using LDraw.

I have a snapshot of what I think it's supposed to look like, but I admit I wasn't able to get there from the instructions exactly. Maybe some of you will have better luck? If you try, I'd like to see what you come up with!



Attached Files
.png   rabbit.png (Size: 46.55 KB / Downloads: 65)
Print this item

  Town and Trains 1993
Posted by: legolex76 - 2022-12-28, 22:11 - Forum: Official Models - Replies (38)

Posting the new files per theme and year as requested at the end of the original thread.
1980's and 1990's Town and Trains

This year's topics:
* New police logo (italic "POLICE" with red underline), along with a large police station 6398 and a wide variety of police vehicles
* The 2nd wave of 9V train system, including the legendary club car 4547

1687 - Midnight Transport (1993)

.ldr   1687 - Midnight Transport.ldr (Size: 28.82 KB / Downloads: 4)
   
OMR compliant
Missing items: None

Print this item

  Allowed forum attachment types
Posted by: N. W. Perry - 2022-12-28, 14:56 - Forum: Website Suggestions/Requests/Discussion - Replies (2)

Thanks for adding .svg as an allowed attachment type. Could we get .lua as well? Or is that a malware liability? (Feel like this may have been brought up before…)

Also, is there a full list posted somewhere, or maybe that could be a sticky post or something?

Print this item

  My second LDCad script :)
Posted by: N. W. Perry - 2022-12-28, 14:43 - Forum: LDraw Editors and Viewers - Replies (1)

I have "completed" (read: not perfectly) my second attempt at an LDCad script. It's attached below (change .txt to .lua).

This script scans an LDraw file for parts or submodels that are hidden by buffer exchange in the final display state. If it finds any, it comments out their type 1 reference lines in the code, so that they won't appear in LDView, Studio, or other programs that don't recognize the BUFEXCHG metas. (For my inner monologue on the development process, see this thread.)

The script only runs from the end of the file (i.e., the last step) so it shows the completed model. It's not meant to work on intermediate steps to show the visibility at any given build phase. It's more meant as a cleanup tool

Some functionality is missing in this version, but hopefully I can improve it in the future:

  • It's not recursive, so you have to run the script separately on any submodels that also use buffer exchange, as well as on the main file. (This because I'm not sure how to access all the subfile objects of an mpd file via the API.)
  • It modifies the current file, rather than writing a new file, so you'd want to save the changed file as a copy. Offering a choice here would be a nice feature.
  • Technically, it's not actually a toggle function since it doesn't work in reverse—you can't un-comment hidden lines with this script. Mainly this is because there's no way to tell a commented-out ref line generated by this script from one that's meant to be there already. (I suppose I could add a flag of some kind to the lines affected by the script.) Meanwhile, you can always just use LDCad's undo.

Please feel free to send me any test files, particularly those with complicated or unusual implementations of buffer exchange, or to test your own models. (In particular, there may be an issue with Wine, causing a crash when closing open files in LDCad.)



Attached Files
.txt   togBufEx.txt (Size: 1.42 KB / Downloads: 5)
Print this item

  New part submission policies
Posted by: Orion Pobursky - 2022-12-21, 17:21 - Forum: Parts Tracker Discussion - No Replies

In preparation for the upcoming Parts Tracker software refresh, the following policies will be put into place effective immediately:

!LDRAW_ORG type vs. part folder

"Part" and "Shortcut" -> "parts"
"Subpart" -> "parts\s"
"Primitive" -> "p"
"48_Primitive" -> "p\48"
"8_Primitive" -> "p\8"

This rule is already mostly enforced by the current PT but a few parts have slipped through the cracks and will be strictly enforced by the new software. Mismatch is a holdable error.
Edit: This is now enforced by the new part submission validation.

!HISTORY Lines

Excluding header edits by an admin (those will be covered separately), if you edit a file in any way, you must have a !HISTORY line in the file. This is required by CC BY 2.0/4.0 and is currently not enforced by the PT. Lack of !HISTORY is a holdable error.
Note: if you already have a !HISTORY line for the part's current release iteration, you don't have to create a new entry, just add to the existing entry.

Print this item

  Dragon (from Bricktales)
Posted by: Jaco van der Molen - 2022-12-21, 10:51 - Forum: Official Models - No Replies

Hi all,

I present the Dragon from the Bricktales game!
Enjoy.

   

Instructions available
https://drive.google.com/file/d/1K4qgML-...sp=sharing
Made with LPub3D

P.s. This model is not buildable for real because some bricks are not available in the color the game uses.
Have some fun finding a colorscheme that can be build!



Attached Files
.ldr   Dragon.ldr (Size: 9.41 KB / Downloads: 3)
Print this item

Question Stud Tube Open 0.25 without Base Edges - Any demand for such a primitive?
Posted by: Mark Kennedy - 2022-12-21, 3:02 - Forum: Parts Authoring - No Replies

This could be useful for certain pieces.



Attached Files
.dat   1-4stud4a.dat (Size: 462 bytes / Downloads: 4)
Print this item

  LDraw.org 2022-06 Parts Update Now Available
Posted by: Orion Pobursky - 2022-12-21, 1:51 - Forum: LDraw.org Announcements - Replies (10)

The 2022-06 LDraw Parts Update has been released. This update adds 434 new files to the core library, including 333 new parts and 7 new primitives.

Thanks are due to all the part authors who created or corrected parts for this release. The small, but dedicated, band of reviewers also play an important role in keeping files moving through the Parts Tracker and deserve just as much credit. This update wouldn't have been possible without their dedication and attention to detail.

You can preview the new parts in 2022-06 here, and download the zip-file update or Windows install package here. Alternatively you can use the LDView menu option File | Check for Library Updates... to install the update.

Look for my "Parts Library Year in Review" after the New Year (a new thing I'm going to start).

Until then:
Merry Christmas, Feliz Navidad, Fröhliche Weihnachten, Joyeux Noël, Vrolijk Kerstfeest, Glædelig Jul, Hyvää Joulua, Buon Natale, Feliz Natal, God Jul, and メリークリスマス

Orion Pobursky
LDraw.org Parts Library Admin

Print this item

  finding part
Posted by: Sparky678911 - 2022-12-20, 22:06 - Forum: General LDraw.org Discussion - Replies (6)

Evening all would like some help i want a flex-system hose that i can bend how i want the one i have circled is normal i can not bend the one on far left is too big where or is there one thanks for help



Attached Files Thumbnail(s)
   
Print this item