| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,801
» Latest member: makabaka
» Forum threads: 6,465
» Forum posts: 53,568
Full Statistics
|
| Online Users |
There are currently 162 online users. » 2 Member(s) | 153 Guest(s) Applebot, Baidu, Bing, Facebook, Google, Twitter, Yandex, Orion Pobursky
|
| Latest Threads |
LDView 4.7 Released
Forum: LDraw Editors and Viewers
Last Post: Travis Cobbs
46 minutes ago
» Replies: 7
» Views: 1,206
|
Technic 1993
Forum: Official Models
Last Post: Takeshi Takahashi
Today, 9:26
» Replies: 17
» Views: 11,852
|
Teenage Mutant Ninja Turt...
Forum: Official Models
Last Post: Chris Böhnke
Today, 3:29
» Replies: 3
» Views: 1,118
|
4559-1 Cargo Railway Trai...
Forum: Official Models
Last Post: Chris Böhnke
Today, 3:12
» Replies: 1
» Views: 158
|
Pokemon
Forum: Official Models
Last Post: Florent Faramond
2026-04-15, 19:50
» Replies: 18
» Views: 2,961
|
Wheels needed for Set 772...
Forum: Part Requests
Last Post: Philippe Hurbain
2026-04-15, 17:17
» Replies: 9
» Views: 1,022
|
Ideas 2026
Forum: Official Models
Last Post: Philippe Hurbain
2026-04-15, 10:01
» Replies: 1
» Views: 369
|
Some Parts id like for MO...
Forum: Part Requests
Last Post: Chris Böhnke
2026-04-15, 0:26
» Replies: 3
» Views: 562
|
5687pb01 Dragonborn Palad...
Forum: Part Requests
Last Post: Hylian Waffle
2026-04-14, 1:27
» Replies: 4
» Views: 550
|
Request for new primitive...
Forum: Parts Authoring
Last Post: Mark Kennedy
2026-04-13, 20:10
» Replies: 24
» Views: 2,856
|
|
|
| Numbering of complete minifig upper part |
|
Posted by: Manfred Schaefer - 2024-05-24, 17:24 - Forum: Help
- No Replies
|
 |
Hello,
I have seen two complete minifig upper parts on the Parts Tracker.
They are the parts 76382pdg1 and 76382pdg7.
I would add c01 to the numbering, as it is possible that there may be the same part with hands in a different color at some point. The character sequence dg1, dg7 stands for the printing and c01 stands for the design.
As an example, see also on Bricklink the parts 973px61c01 and 973px61c02. These parts are identical except for the color of the arms.
Greetings
Manfred
|
|
|
| The .io file system thumbnail |
|
Posted by: linghank - 2024-05-23, 8:13 - Forum: Help
- Replies (1)
|
 |
Stud.io's native *.io file already contains thumbnail picture of the model in editor, yet it does not show/use it as a thumbnail in Windows Explorer, but instead it uses Studio default icon for all the model files.
This results in that when we have many mocs in a folder, we can only distinguish them by name.
So,can someone develop a plugin to achieve this functionality?
|
|
|
| Request for Comments: New Type Qualifiers |
|
Posted by: Orion Pobursky - 2024-05-21, 14:04 - Forum: Official File Specifications/Standards
- Replies (8)
|
 |
I'd like to add 2 new type qualifiers to the !LDRAW_ORG meta:
Pattern and Assembly
- Since the pCC©/pNNNN suffix is used for both dual mold and printed parts, Pattern will be used to denote a printed part. There might also be a use for a dual mold qualifier.
- Assembly with be used to denote a shortcut that LEGO normally produces and distributes as one unit. Think torso with hands and arms, the 1x1 lever, or electric motors. This will not apply to further shortcuts that combine more parts, like the electric motor and cable shortcuts.
|
|
|
| Search keyword in submodel |
|
Posted by: Jaco van der Molen - 2024-05-21, 13:07 - Forum: LDraw Editors and Viewers
- Replies (1)
|
 |
Hi,
While working on a model with submodels I like to add a keyword to some submodels.
Would it be possible in LDCad to search for this keyword in the part bin "All models"?
This does not seem to work.
In the Part bin display filter I checked to look in Keywords and choose OR at the Match kind
Tnx.
Jaco
|
|
|
| 0 NAME and 0 FILE: to sync or not to sync? |
|
Posted by: N. W. Perry - 2024-05-20, 19:32 - Forum: Help
- Replies (4)
|
 |
Kind of a random and trivial inquiry, but one I keep going back and forth on…
In model files, do you prefer that an MPD filename (the 0 FILE meta) always match the—well, the file name, i.e. the 0 Name meta?
LDCad, for example, offers the option to sync these two metas by default, and it's also required by the OMR spec. But apart from that, are there reasons why these two entries should or should not always match?
Couple of points I can think of: - The 0 FILE meta accepts a filename as a parameter. If this filename is always the same as the 0 NAME meta, why would it need to appear again as a parameter for 0 FILE?
- I've always understood 0 NAME to be the filename as it's saved in my system. At least, that's how it is for parts, including whether it's saved in the s/ or 48/ directories. But for the main subfile of an MPD, it's expected that the filename be "main.ldr", which is not how the parent file is saved. (I know they're different, but the parent file is really nothing but an empty wrapper, and it doesn't have its own header other than that of the main subfile.)
What do others do? Does it ever break anything, other than maybe OMR compliance, if these entries don't match?
|
|
|
| custom color -- how to? |
|
Posted by: Franklin W. Cain - 2024-05-14, 23:40 - Forum: Help Wanted
- Replies (2)
|
 |
There is a certain shade of grey used in many of the models in the Star Wars cinematic universe (i.e. the movies). I'm talking about Han Solo's Millennium Falcon, the various Imperial fighter craft and capital ships, and the Death Star trenches.
In my opinion, the LDraw color 71 is just a bit too dark for this specific shade of grey. However, when I try using color 151 for this shade of grey, the result looks too close to white, especially for the TIE fighters (since the grey is contrasted with black).
Per the official color specifications for LDraw, color 71 is #969696, and color 151 is #C8C8C8. Therefore, the custom shade of grey I think I should be using would be #AFAFAF. (Since both of the afore-mentioned "official" shades of grey use the same Edge Color, I do not need to create a new such shade.)
Now that I have the RGB hexadecimal value to use for the desired shade of grey, how do I use this info in my LDraw models, please?
Thanks!
Franklin
|
|
|
|