Hello friends. I just updated my analysis of the Most Common DUPLO Parts to reflect the parts produced in sets released in 2018-2022. I did discover that two brand new parts (released in 2021 and 2022) have skyrocketed into the top 20 list. (There are some other appealing parts which are missing including three more in the top 50 list.)
Here are some of the key missing parts:
17th place - 84195 - Duplo Plant, Flower with 1 Top Studs
(You would have 56x in 4 colors if you bought every set in last 5 years)
19th Place - 70676 Duplo Brick 2 x 2 x 2 Slope
(You would have 52x in 7 colors if you bought every set in last 5 years).
47th - 51703 Duplo Wave (Fire, Water, Flame) 2 x 1 x 5 with Non-Marbled Tip
49th - 65109 Duplo Tile 2 x 4 with Wood Grain Pattern
50th - 31195 Duplo Ball Tube 45deg Turn
52th - 31452 Duplo Ball Tube Straight
...
I would love to see the entire top 50 list of current DUPLO parts in the LDraw collection. :-)
Sincerely,
—Tom
P.S. I will be adding DUPLO labels to my LEGO Brick Labels collection soon!
By any chance, does anyone happen to have list of parts affected by axlehole overhaul? Wanna properly update all the things in Studio for myself, and I need list of those for the task
Been wondering about one thing recently. Are there any ways to do the hi-res submodels in LDView? What I mean is some option to have two versions of the submodel, so one of those would be used in normal, and one in hi-res mode
I know that technically you can turn your submodels into primitives, and put the hi-res one in 48/, but I'd like to have ability of building off the existing library without changing it
Guess answer is no, but still looking forward to the possibilities
I checked the part 11439 and (personaly) think that have a bad shape, specialy in the named base 1 and 2 according to the official file. And taking as basis the shape in the Lego Builder app, decided to "fix" the problem. Also, I take the oportunity to do my first patterned part, in this case the one how corresponds to this part.
The files compossed of 7 subfiles: the first is the unpatterned part and the remaining six is for the patterned part.
If I need to submit my parts: may I use the number 11439 or 21548 (according to BL)? How I can number the patterned part (it's my first one) and the respective subfiles?
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
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!
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
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?
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.)