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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,168
» Latest member: Alex0
» Forum threads: 6,087
» Forum posts: 51,281

Full Statistics

Online Users
There are currently 866 online users.
» 1 Member(s) | 861 Guest(s)
Baidu, Bing, Google, Yandex

Latest Threads
Updates of the Bricklink ...
Forum: Parts Authoring
Last Post: Peter Blomberg
7 minutes ago
» Replies: 7
» Views: 835
Possible duplicate faces ...
Forum: Parts Authoring
Last Post: Peter Blomberg
20 minutes ago
» Replies: 1
» Views: 21
Are conditional lines ste...
Forum: Parts Authoring
Last Post: Peter Blomberg
8 hours ago
» Replies: 1
» Views: 1,004
3D print LEGO element
Forum: Off-Topic
Last Post: Nate87
9 hours ago
» Replies: 18
» Views: 9,385
Part Request: Plastic Sci...
Forum: Part Requests
Last Post: Rene Rechthaler
11 hours ago
» Replies: 4
» Views: 1,556
Most Common Parts that re...
Forum: Part Requests
Last Post: Peter Blomberg
2025-07-20, 11:35
» Replies: 34
» Views: 14,626
Can we get the part 4364p...
Forum: Part Requests
Last Post: Vincent Messenet
2025-07-20, 9:40
» Replies: 3
» Views: 229
LDraw Additional-Tools-In...
Forum: LDraw.org Announcements
Last Post: Willy Tschager
2025-07-20, 9:30
» Replies: 0
» Views: 96
LDraw All-In-One-Installe...
Forum: LDraw.org Announcements
Last Post: Willy Tschager
2025-07-20, 9:22
» Replies: 0
» Views: 86
Modulex parts
Forum: Parts Authoring
Last Post: Chris Böhnke
2025-07-19, 15:35
» Replies: 34
» Views: 5,084

 
  2020/2021 LDraw.org Steering Committee: Nominations closing in 3 weeks
Posted by: Willy Tschager - 2020-02-09, 18:12 - Forum: LDraw.org Announcements - No Replies

Hi folks,

As outlined here:

https://forums.ldraw.org/thread-23830.html

nominations for the 2020/2021 LDraw.org Steering Committee election will close at 11:59 PM GMT on 29 February 2020 and elections will start on 01.03.2020. Only those candidates who have been nominated, seconded, and have accepted as outlined, will be eligible for election. So if you are a candidate that has not yet accepted or declined, please consider deciding. The list with the candidates as well as their status can be found here:

https://forums.ldraw.org/thread-23832.html

If you feel your favourite nominee is missing on the list please use the link above to nominate him/her.

Willy Tschager
On behalf of the LDraw.org Steering Committee

Print this item

Information Airplane wheel and tire
Posted by: Michael Horvath - 2020-02-08, 20:32 - Forum: Part Requests - Replies (1)

Not a part request, but I am having trouble identifying which tire goes with parts "2415.dat" and "3464.dat". All the tires seem too large, even the smallest ones. Which is the correct tire? Thanks.

Print this item

  Wheel 30838
Posted by: Christian Maglekær - 2020-02-08, 20:14 - Forum: Part Requests - No Replies

Hi, is anyone working on the new wheel 30838 from the Cars 3 sets?

https://www.bricklink.com/v2/catalog/cat...8#T=C&C=85

https://www.bricklink.com/v2/catalog/cat...1#T=C&C=85

Christian.

Print this item

  Optional qualifier in OMR spec
Posted by: N. W. Perry - 2020-02-08, 14:51 - Forum: Official File Specifications/Standards - No Replies

I'm looking to clarify the use of optional qualifiers in the OMR spec.

Under Base File Naming, the requirements for the optional qualifier are:

  • "[i]s a sequential number, starting with 2."
  • "…is not mandatory and gets added only if there is more than one set that could be assigned the same <Set Number>. The first set using a given number would be understood to never contain the qualifier however numbering should start with the oldest set and some investigation should be done in existing set databases."
Under MPD File Structure, the requirement for the optional qualifier, both for sub-models and embedded unofficial parts, is:
  •  "is a sequential number, starting with 1, added if there is more than one set that could be assigned <Set Number>."
This has the effect that, where the model represents the first (oldest) of multiple sets with the same number, the MPD filename would not contain the optional qualifier, but the names of its subfiles would. So, to extend the example given in the spec:

6901 - Mobile Lab.mpd (Produced in 1980)
6901-1 - Submodel1.ldr
6901-1 - Submodel2.ldr
6901-1 - part.dat
6901-2 - Space Plane.mpd (Produced in 1998)

Likewise, the example given for an embedded unofficial part is:

33956.dat would be renamed to 3345 - 33956.dat or 3345-1 - 33956.dat[color=rgba(0, 0, 0, 0.87)].[/color]

In either case, the underlying base filename would be 3345 - Set Name.mpd (because "-1" is not a valid optional qualifier for the base filename, or because there is only one set numbered 3345).

Is this the intended interpretation of the spec? Or is it intended that <Set Number>[-<Optional Qualifier>] be identical for the base filename and all subfile names (and if so, should the optional qualifier start at 1 or 2)?

Print this item

  LDInspector
Posted by: Stefan Frenz - 2020-02-07, 21:50 - Forum: LDraw Editors and Viewers - Replies (175)

Hi there,

first of all, I would like to say my thanks to Roland for LDCad and to Philippe, Willy, Johann and Magnus for helping me out drawing models and making them OMR compliant.

After making the same mistakes multiple times and because I don't get MPDCenter running on my Linux box, I wrote a small Java tool to:

  • inspect and preview ldr/mpd files, list/preview sub-files
  • check OMR-compliance and some subtle things (like tires having Rubber color)
  • organize part lists (pbg import / export and generated from ldr/mpd files)
  • get part lists from Bricklink and Rebrickable with preview and pbg export
  • compare part lists of arbitrary source
  • search parts by description / filename / origin
I don't know if this software would be of any interest to the community. It is in some kind of early pre-alpha state, but if there are brave testers, I would be happy to get feedback or just "does not work" messages. Maybe it even helps other Linux-LDrawers to get their files OMR compliant? The gui requires JavaFX (see here), everything else is "plain Java" (version >=11).

Any suggestion or feedback is warmly welcome.

Best regards
Stefan

PS: If this is the wrong forum, please Administrator move it to another one.



Attached Files Thumbnail(s)
                       

.gif   LDI_CheckCmd.gif (Size: 24.3 KB / Downloads: 822)
Print this item

  Minifig faces and primitive substitution
Posted by: N. W. Perry - 2020-02-07, 6:39 - Forum: Parts Authoring - Replies (5)

A post in the Stud.io forum touches on an issue that I've been thinking about, so to follow on with that discussion…

Briefly stated, in programs that use hi-res primitive substitutions, when the minifig head is rendered it tends to leave the patterned face portion unchanged, so it sticks out from the otherwise round head and leaves visible gaps. (See the linked post for full discussion and image.)

Is it feasible that there could be a hi-res substitution created for at least the standard grin pattern, for those programs that might use it? I know there are zillions of MF faces nowadays and to do all of them would be prohibitive, but might it be worth it for at least the "classic" visage?

(Or is there indeed already a solution out there to this problem, and I just don't know about it?)

Print this item

  Tool to combine/reduce the number of parts?
Posted by: Michael Horvath - 2020-02-06, 20:04 - Forum: LDraw Editors and Viewers - Replies (5)

I am creating a large mosaic image. Unfortunately, the largest plate in MLCAD's generator is 2x4, and the largest in LDDMC is 2x2. So this large mosaic has many many small parts. Is there a tool that can, say, combine two 2x4 plates to create one 4x4 plate, etc.? Thank you.

Mike

Print this item

  Part 35252
Posted by: Orion Pobursky - 2020-02-06, 5:33 - Forum: Parts Tracker Discussion - Replies (1)

Is part 35252 an alias to LDraw part 30292b or is there a difference? I can't tell and I don't have access to either part.

https://rebrickable.com/parts/35252/flag...-with-rod/
https://www.bricklink.com/v2/catalog/cat...lag%5D#T=C
https://brickset.com/parts/design-35252

Print this item

  Add new sub-model from hard drive in LeoCAD?
Posted by: Michael Horvath - 2020-02-05, 21:39 - Forum: LDraw Editors and Viewers - No Replies

Can anyone tell me how to add a new sub-model from disk in LeoCAD? I don't see such an option in the menu anywhere. Thanks.

Print this item

  Technic 8854 Power Crane
Posted by: Stefan Frenz - 2020-02-04, 11:16 - Forum: Official Models - Replies (6)

Hi there,

next model I'd like to contribute is 8854 Power Crane of 1989.

Done with LDCad 1.6c (Linux64).
Known issues: none.

The file should be OMR compliant, but it is very large - the rope and pneumatic hoses are very expensive in terms of LDraw-lines.
Please see the updated versions below, this one here is kept for discussion history reasons only.

As always all suggestions are warmly welcome.

Best regards
Stefan



Attached Files
.png   8854 - Power Crane.png (Size: 187.27 KB / Downloads: 72)
.mpd   8854 - Power Crane.mpd (Size: 1.32 MB / Downloads: 12)
Print this item