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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,419
» Latest member: PatrTher
» Forum threads: 6,245
» Forum posts: 52,219

Full Statistics

Online Users
There are currently 221 online users.
» 0 Member(s) | 218 Guest(s)
Baidu, Bing, Google

Latest Threads
The colour of textures in...
Forum: Parts Authoring
Last Post: Orion Pobursky
5 hours ago
» Replies: 4
» Views: 112
Keywords and invalid 0 li...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
2025-11-03, 22:17
» Replies: 6
» Views: 149
Minifigure Head MINI HEAD...
Forum: Part Requests
Last Post: Bailey Meyer
2025-11-03, 20:37
» Replies: 5
» Views: 375
Friends 2025
Forum: Official Models
Last Post: Philippe Hurbain
2025-11-02, 19:24
» Replies: 1
» Views: 317
Technic 1990
Forum: Official Models
Last Post: Takeshi Takahashi
2025-11-02, 15:05
» Replies: 14
» Views: 18,424
Sorting by date
Forum: Website Suggestions/Requests/Discussion
Last Post: Peter Blomberg
2025-11-01, 10:22
» Replies: 5
» Views: 489
Parts request , spider we...
Forum: Part Requests
Last Post: Peter Grass
2025-10-31, 11:23
» Replies: 1
» Views: 208
Part 4070 differences in ...
Forum: Parts Authoring
Last Post: Peter Grass
2025-10-31, 10:58
» Replies: 7
» Views: 632
Empty file with MLCad
Forum: Parts Authoring
Last Post: Orion Pobursky
2025-10-30, 0:20
» Replies: 2
» Views: 294
Duplo parts not yet in LD...
Forum: Part Requests
Last Post: Peter Grass
2025-10-29, 9:46
» Replies: 16
» Views: 2,313

 
  75060 - Slave I
Posted by: Orion Pobursky - 2019-09-22, 16:11 - Forum: Official Models - No Replies

   
75060 - Slave I
OMR Compliant
Missing:
- Minifig patterns documented in the file
- 2 Minifig accessories documented in the file
- Stickers. Oh so many stickers...
Comments: The angles on the side hull plating gave me fits so they are very close best fit.



Attached Files
.mpd   75060 - Slave I.mpd (Size: 231.79 KB / Downloads: 13)
Print this item

  30056, 30277, and 75033 - A hat trick of mini Star Destroyers
Posted by: Orion Pobursky - 2019-09-21, 1:54 - Forum: Official Models - No Replies

   
30056 - Star Destroyer
OMR Compliant
Missing: Nothing
Comments: None


   
[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]30277 - First Order Star Destroyer[/font][/size][/color]
OMR Compliant

Missing: Nothing
[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]Comments: None
[/font][/size][/color]


[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]     [/font][/size][/color]
[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif][color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]75033 - Star Destroyer[/font][/size][/color][/font][/size][/color]
OMR Compliant

Missing: Minifig Head, Torso, Hips, and Leg patterns as documented in the file
[color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif][color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]Comments: None[/font][/size][/color][/font][/size][/color]



Attached Files
.mpd   30056 - Star Destroyer.mpd (Size: 1.93 KB / Downloads: 7)
.mpd   30277 - First Order Star Destroyer.mpd (Size: 2.8 KB / Downloads: 6)
.mpd   75033 - Star Destroyer.mpd (Size: 7.23 KB / Downloads: 8)
Print this item

  [LDCad] Addon
Posted by: Miguel Reizinho - 2019-09-19, 11:37 - Forum: LDraw Editors and Viewers - Replies (19)

Hello!

I've been doing some experiments and Roland suggested I shared them in this forum.

I've done some icons and themes in the past for LDCad. They are usually flat design themes, from several colors, with clear monochromatic icons

[Image: Blue-Theme.png]

But I also wanted to be able to change the color of the titlebar of LDCad window from white, in the example above, to match the color of the menubar. I asked Roland about it but unfortunately that option was not available through the regular configuration files. But his reply about objects and windows class put me in the right track! I research a little and found out Autohotkey, a scripting language for Windows. 

And what started as a pure cosmetic change turned out into a little addon that creates 4 extra buttons on the menubar, some additional hotkeys and the possibility to toggle on/off completely the window titlebar. 

[Image: Dark-Theme.png]
Only works in windows unfortunately

You can see a small video of the addon in action here: https://youtu.be/sDCpDDpfEWY

Here is a brief technical explanation. Autohotkey script grabs LDcad class window and creates an overlay GUI, an extension of the menubar, at a certain position. It creates the extra buttons and show/hides them as necessary. Then registers the mouse clicks and position to change images, cursor and run actions. Pressing the new menubar button will maximize the window, remove titlebar and show additional window control buttons on the menubar (min, restore, close window). It will also register new hotkeys to enable/disable the titlebar, show/hide the menubar, reload script, etc. The autohotkey script is called by a new autorun.lua script also included. So once LDCad loads and finishes updating the PartBin, you'll see a CMD window flash briefly (due to limitations of the io.popen function in the lua script) and the new button will appear on the menubar. Feel free to open the autohotkey script and look around.

Features:
1. New Hotkeys 
- CTRL+T to toggle titlebar
- F11 to toggle menubar (have to config LDCad hotkey show/hide menubar to F10)
- Left Double Click on menubar will maximize/restore window

Requirements:

1. Install Autohotkey
2. Download Addon
3. Download themes (optional)
Blue
Dark
Gray

Instructions:
1. Unzip files inside Titlebar Addon.zip to your LDCad instalation folder
2. Copy autorun.lua to your profile LDCad global script folder i.e %appdata%\Roaming\LDCad\scripts\default\global
3. Edit autorun.lua and change path to your LDCad.exe accordingly
4. Depending on your buttons of the menu bar, you might have to adjust the origin of the new complement menubar.
- Open autorun.ahk with a text editor
- Find line 21, code "MenuPos = 1338"
- Change value "1338" for what suits you best. Increasing the number will move origin to the right. Decreasing will move to the left
 

Let me know if you need extra help in setting this up.

Hope you enjoy!

Print this item

  8099 - Midi-Scale Imperial Star Destroyer
Posted by: Orion Pobursky - 2019-09-19, 2:26 - Forum: Official Models - Replies (2)

   
8099 - Midi-Scale Imperial Star Destroyer
OMR Compliant
Missing: Nothing
Comments: The hull plate angles are as close as they can be but there is still a small amount of part overlap.



Attached Files
.mpd   8099 - Midi-Scale Imperial Star Destroyer.mpd (Size: 22.2 KB / Downloads: 11)
Print this item

  Numbering of Sticker Parts
Posted by: Gerald Lasser - 2019-09-18, 6:49 - Forum: Official File Specifications/Standards - Replies (9)

As we are in the progress of amending the Sticker Specifications, what do you think of adding this one:

recently, LEGO started to print numbers next to their stickers to easier identify them, it looks like common sense to include this number as a letter in the part number, i.e. 01 -> "a", etc.
If there are more than 26 stickers on a sheet, they should be numbered as 27 -> aa, 28 -> ab

WOuld it make sense to add this and is it compatible with the library, i.e. was there enough common sense in the past to number the stickers accordingly since they introduced this scheme?

Print this item

  [LDCad] Use script to create submodel
Posted by: Jaco van der Molen - 2019-09-16, 19:15 - Forum: LDraw Editors and Viewers - Replies (7)

Hi all,

Is it possible to use a script to create a submodel in LDCad?
I ask this because I have to create multiple submodels that all require some basic other (LPub3D) metacommands and one or more parts, always in the same place.
This should be done by looping through a simple series of model names and descriptions.

I need to have submodels called A1, A2, A3, A4, .... A16
And B1, B2, B3 to B16 etc.
All the way to H.

Then I need submodels LA1, LA2, etc. to LH16

The A1, B1, etc. submodels should all have these lines:


Code:
0 ROTSTEP 90 180 0 ABS
0 !LPUB CALLOUT BEGIN
1 16 0 0 0 -0.5 0 0 0 0.5 0 0 0 -0.5 LA1.ldr
0 !LPUB CALLOUT END
0 !LPUB ASSEM MODEL_SCALE LOCAL  1.2500
0 !LPUB PLI BEGIN IGN
1 71 -150 0 150 1 0 0 0 1 0 0 0 1 91405.dat
0 !LPUB PLI END


Where in line 3 LA1.ldr is, of course, incremental like LA2, LA3, etc.

The LA1, LA2, etc. submodels should have more part lines in them and all start looking like this:

Code:
0 !LPUB ASSEM MODEL_SCALE LOCAL  0.3500
0 !LPUB PLI BEGIN IGN
[many part lines, all the same]
0 !LPUB PLI END

I was thinking about creating some sort of array that contains the names of the submodel files and then loop through to create all the submodels I need.

At least, that is my theory if I can use a script.

Or: can it be done another way?

Thanks all.

Print this item

  On the packaging of ldraw-parts and ldraw-mklist
Posted by: Sylvain Corlay - 2019-09-16, 16:23 - Forum: Help - Replies (7)

Hello World,

Thank you for the amazing work!

I have been working on the packaging of ldraw for the conda package manager (both ldraw-parts and ldraw-list) and I have come across a couple of pitfalls I wanted to report back - even though it is not completely a blocker for moving forward.

1. mklist

- The mklist package does not build out of the box. Everyone (FreeBSD, Debian, ArchLinux) appears to be applying the same patches to the makefile and sources so that it builds succesfully (and I had to do so as well). It may be worth including these patches upstream and bump the version of mklist which has not been updated in a while. If the package was hosted on GitHub or GitLab, it may be easier to submit patches back.

- The mklist source tarball is included in the parts zip file, including built artefacts for windows. Since it is a very simple program, I think that it is fine to provide a built executable on the website, although the parts library and mklist may be better separated.

- Quick note if anyone on this forum is involved in the debian packaging: the version number for the ldraw-mklist debian package appears to be the same as for parts library, while it should really be 1.6.

2. Persistent source tarballs for the parts library

It seems that with every update of the parts library, the new parts are uploaded in a separate zip file, while the complete.zip file is overwritten with the new version of the full library.
This may be an issue because old versions of complete.zip are not available anymore and we can't use a persistent URL for a given version. If you kept a complete-????.zip around for each release, we would be able to point to it persistently.

I am looking forward to hearing back, and super excited to work on the packaging of the lego CAD stack for conda!

Cheers,

Print this item

  4864bpx2/4864bpx3 Update?
Posted by: Cam's Bricks - 2019-09-16, 14:41 - Forum: Parts Authoring - Replies (2)

Hello,

I am working on some instructions that will use this part but in some other, custom, colors. Would it be possible to get this part re configured such that the panel is always trans clear and the color of the printing is the selectable color.

Thanks,
Cameron

Print this item

  Call for votes: Update sticker spec wording relating to sticker sheet color
Posted by: Travis Cobbs - 2019-09-13, 5:31 - Forum: Standards Board - Replies (6)

Please vote on the following change to the Official Library Specification for Sticker Parts:

Update the following text:

Quote:The sticker pattern is modelled in its true colours; they are not modifiable from the outside. All printed colours of the pattern must be matched, and the background (non-printed portion) of the pattern must use colour 16. Mimicking a colour by blending in the background colour of the part underneath using colour 16 is not allowed.


Change it to read:

Quote:The sticker pattern is modelled in its true colours; they are not modifiable from the outside. All colours of the top surface must be matched, and the back side and sides of the sticker must use colour 16. Print on a transparent plastic sticker sheet should use colour 16 on the transparent part of the top surface.

Print this item

  Update sticker spec wording relating to sticker sheet color
Posted by: Travis Cobbs - 2019-09-11, 21:06 - Forum: Standards Board - Replies (3)

Currently, the following text exists in the sticker spec:

Quote:The sticker pattern is modelled in its true colours; they are not modifiable from the outside. All printed colours of the pattern must be matched, and the background (non-printed portion) of the pattern must use colour 16. Mimicking a colour by blending in the background colour of the part underneath using colour 16 is not allowed.

This proposal is to change the above text to instead read:

Quote:The sticker pattern is modelled in its true colours; they are not modifiable from the outside. All colours of the top surface must be matched, and the back side and sides of the sticker must use colour 16. Print on a transparent plastic sticker sheet should use colour 16 on the transparent part of the top surface.

Print this item