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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,377
» Latest member: Will A
» Forum threads: 6,219
» Forum posts: 52,061

Full Statistics

Online Users
There are currently 289 online users.
» 4 Member(s) | 280 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, Rene Rechthaler, stas1999, Will A

Latest Threads
Difference between 86644,...
Forum: Parts Authoring
Last Post: Magnus Forsberg
59 minutes ago
» Replies: 1
» Views: 75
Hair and Skirt Request
Forum: Part Requests
Last Post: Will A
1 hour ago
» Replies: 3
» Views: 42
Does any friend know how ...
Forum: Help
Last Post: Jack
3 hours ago
» Replies: 4
» Views: 122
Part 11090 hole depth var...
Forum: Parts Authoring
Last Post: Peter Grass
3 hours ago
» Replies: 6
» Views: 213
[LDPE] 1.8.96 Released (n...
Forum: Parts Author Tools
Last Post: Willy Tschager
Yesterday, 4:31
» Replies: 8
» Views: 1,254
Existing Part Edit Reques...
Forum: Parts Authoring
Last Post: Peter Grass
2025-10-12, 17:06
» Replies: 148
» Views: 352,931
Unit Conversion Ratios
Forum: LDraw File Processing and Conversion
Last Post: Hageta
2025-10-12, 9:40
» Replies: 3
» Views: 277
Request: Missing Castle M...
Forum: Part Requests
Last Post: Chris Böhnke
2025-10-12, 1:45
» Replies: 1
» Views: 160
Friends 2015
Forum: Official Models
Last Post: Takeshi Takahashi
2025-10-11, 18:26
» Replies: 1
» Views: 492
Creator Expert
Forum: Official Models
Last Post: ForelockMocs
2025-10-11, 8:30
» Replies: 72
» Views: 110,464

 
  Part 44247 agreed upon description
Posted by: Orion Pobursky - 2025-02-14, 18:49 - Forum: Parts Tracker Discussion - Replies (9)

This post is to document that the agreed upon description for 44247 is:
Constraction Torso  9 x  2 x  2 with Partial Gear 20 Double Bevel and Ball Socket Housings

When this part is authored, the above description will be used.

P.S. I'm going to delete the placeholder part on the PT

Print this item

  Friends 2023
Posted by: Philippe Hurbain - 2025-02-13, 15:51 - Forum: Official Models - Replies (1)

Thread for Friends 2023 sets

Print this item

  LDraw.org Membership sign up is now open
Posted by: Orion Pobursky - 2025-02-12, 2:14 - Forum: LDraw.org Announcements - No Replies

In anticipation of the Steering Committee election in March, the ability to sign up as an LDraw Member is now open.

To join go to the below URL. 
http://library.ldraw.org/joinldraw
The system will verify your forum credentials, present the LDraw.org Bylaws for your review, and then ask you to certify you meet the membership requirements. If you encounter an error, please let me know as soon as possible.

Once you have become a member, you can verify by voting in the currently active poll:
http://library.ldraw.org/polls

Print this item

  pattern😂
Posted by: Jeff Jones - 2025-02-11, 16:27 - Forum: Parts Authoring - Replies (17)

hello me want othrographic front view of this piece 😂



.jpg   s-l400.jpg (Size: 14.46 KB / Downloads: 222)

bye 😂

Print this item

  Need Help Adding A Few Parts To LeoCAD
Posted by: ZaneWC - 2025-02-11, 1:44 - Forum: Help - No Replies

Hey y'all. I need help. I'm trying to add parts 3386, 5091, and 5092 to LeoCAD, but I just can't seem to figure it out. I downloaded all of them off the main site, both the dat. and the ZIP files, but no matter what I do, they don't appear when I search them while designing. What can I do?

Print this item

  Where to find and download the complete library of official parts
Posted by: Powell - 2025-02-10, 15:39 - Forum: Help - Replies (9)

So where can I find and download the complete library of official parts? I've been looking it up but I still have no clue really.

Print this item

  Lizenz Upgrade für alte (>20 Jahre) Teile
Posted by: Sascha Broich - 2025-02-09, 20:35 - Forum: Help - Replies (3)

Hallo,

über Umwege wurde ich darüber informiert, dass für meine Teile (u.a. https://library.ldraw.org/parts/8865) die Lizenz angepasst werden soll.
Da ich seit Ewigkeiten (20 Jahre oder so) nicht mehr hier war, musste ich einen neuen Account erstellen.
Wenn mir jemand Infos bzgl. des Vorgehens geben könnte, dann kann ich das Umstellen in Angriff nehmen.

Hilflose Grüße,
Sascha

Print this item

  Automatic generation of higher resolution meshes
Posted by: Christoph Kubisch - 2025-02-09, 15:58 - Forum: General LDraw.org Discussion - Replies (1)

Hello,

a bit of a rambling post Wink

curious if other people have attempted to improve the quality of the ldraw meshes through mesh processing.

Several meshes suffer from these:
* non-manifold edges & vertices (triangle edges share more than one neighbor)

* self-intersection
* disjoint surfaces. Sometimes triangles/quads are not sharing the same positions along edges, when they should. Often when triangle segments were stitched together to appear to be curved.
* t-junctions (because there is no proper ngon support)

As the tools back in the day weren't exactly great and hardware was limited by other means, it's understandable that the basic definition of the content today feels a bit dated. One alternative is to "properly" create the models through CAD or subdivision-surfaces as true solids. 

Which some people have done see https://grabcad.com/dk/models 
However that doesn't play nice with the ldraw ecosystem and accessibility. Mecabricks exported parts are not allowed to be redistributed, which also doesn't make them a solution.

It seems the typical approach in some ldraw apps and importers is to detect a few primitives and replace them with higher resolutions (cylinders, discs, etc.). However that may not always work well with adjoint surfaces that share spatial edges, but are not a primitive. Furthermore it doesn't cover other smooth surfaces.

Fixing things up in blender or other 3d tools after something has been converted to 3d meshes, seems like some key information is lost. Furthermore, 3d packages generalized solutions may not be the best fit to address the mesh problems.


My thinking is that one nice thing about ldraw is that it's fairly low-resolution, meaning on todays hardware one can brute force certain things to clean up the meshes. And tessellation algorithms can make use of the "edges" etc. to detect the intent. Some fixes could be done on the .ldr directly, like certain vertices snapped to other positions etc.

Compared to past
* there are robust open-source (no GPL etc.) mesh processing (booleans etc.), polygon triangulation... algorithms out there today
* due to 3d printing in general also more research in mesh cleanup for solids
* rendering hardware is a lot more capable
* much more CPU cores for processing... (and this has to happen only once).


so my question: has this been attempted before? how do others see the future of ldraw's mesh quality for rendering (maybe what I am describing isn't perceived as that desirable)? Is there interest among the programmers of importers/exporters/tools in the ldraw community to go in such a direction?

There seem to have been some threads on "modernizing" the spec and such, but they seem like decades ago, so I guess we can assume things stay as is and so the kind of automated processing is the only realistic option?

Print this item

  Exporting images
Posted by: Puk Jennekens - 2025-02-08, 10:22 - Forum: Help Wanted - Replies (5)

Hello there,

I'm currently working on a new project and I'm quite new to all of this LEGO data. I was wondering if there is some way to download the LDraw's database of files and export them to .png's of .jpeg's. The thing here is, I would like to be able to link all parts to my rebrickable data.

Does anyone have any experience in this process?

Print this item

  40250\41383 2001 Hagrid Torso
Posted by: Jeff Jones - 2025-02-07, 14:34 - Forum: Part Requests - Replies (4)

me want part 40250\41383, Body Giant, Hagrid\HAGRIDS UPPER PART\Body Giant, HP Hagrid

the arms and hands are the same i think as 2003 jabba which are the same as jack stone\4+ junior figures

since its a complex part i would hopefully be patient 

as a side note the hair piece that goes over the piece (40238) is in ldd and could be used to sketch the top of the torso
and the top has a portion rounded off so a 3626 can rotate in it
and this version of hagrid appears in the Lego Harry Potter: Years 1-4 game but since mesh cant be used due to copyright issues
could be used as reference in modelling it

bye

https://rebrickable.com/parts/40250pr000...and-hands/
https://www.bricklink.com/v2/catalog/cat...P=40250cx1



Attached Files Thumbnail(s)
   

.png   40250cx1.png (Size: 140.99 KB / Downloads: 148)
.webp   s-l1600.webp (Size: 382.27 KB / Downloads: 0)
.webp   s-l960.webp (Size: 165.71 KB / Downloads: 0)
Print this item