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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,696
» Latest member: mrlu
» Forum threads: 6,417
» Forum posts: 53,205

Full Statistics

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

Latest Threads
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Peter Grass
22 minutes ago
» Replies: 4
» Views: 90
Smort brick stuff
Forum: Part Requests
Last Post: Jeff Jones
6 hours ago
» Replies: 2
» Views: 127
Technic 1993
Forum: Official Models
Last Post: Takeshi Takahashi
7 hours ago
» Replies: 5
» Views: 7,520
Part request for 4518c an...
Forum: Part Requests
Last Post: Alfred Schmitz
9 hours ago
» Replies: 2
» Views: 126
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 20:43
» Replies: 3
» Views: 1,582
4175 part depth appears t...
Forum: Parts Authoring
Last Post: Evert-Jan Boer
Yesterday, 13:28
» Replies: 1
» Views: 121
Discussion - proposal to ...
Forum: Official File Specifications/Standards
Last Post: N. W. Perry
Yesterday, 4:50
» Replies: 60
» Views: 7,008
Animal minifigure heads l...
Forum: Part Requests
Last Post: Timothy Hall
Yesterday, 3:41
» Replies: 20
» Views: 17,216
Parts request, set 42224,...
Forum: Part Requests
Last Post: Alfred Schmitz
2026-02-28, 17:11
» Replies: 2
» Views: 260
2026/2027 LDraw.org Steer...
Forum: LDraw.org Announcements
Last Post: Takeshi Takahashi
2026-02-28, 9:55
» Replies: 50
» Views: 6,602

 
  MLCad.ini 2024-04 update now available
Posted by: Willy Tschager - 2024-06-23, 11:16 - Forum: LDraw.org Announcements - No Replies

Hi folks,

I just updated the MLCad.ini file accordingly to the latest LDraw.org parts update 2024-04. The .ini file defines (among other things) the parts available in MLCad's, LEOCad's and Bricksmith's minifigure generator.

Download the file from my website: http://www.holly-wood.it/mlcad/mlcad_ini-en.html

Bye, w.

Print this item

  [LDPatternCreator] Release 1.7.6 (improved triangle auto-completion)
Posted by: Nils Schmidt - 2024-06-22, 21:59 - Forum: Parts Author Tools - Replies (2)

Hey,

this version improves triangle auto-completion with a collision check against reference lines.
I also added Ctrl as a suppressing key for deactiviating the active triangle auto-completion (hold Ctrl).
And it fixes minor quirks with the auto-completion feature introduced in version 1.7.5.

Download and install the latest LDPatternCreator release directly from sourceforge.net.
Any previous version should be uninstalled first. Your program configuration will be preserved.

Change log:

New features:

  • "Triangle Auto-Completion" takes reference lines into account.
  • Pressing and holding the Ctrl key will deactivate the triangle auto-completion tool.
  • LPC uses "ring" instead of "rin" for ring primitives.

Fixed bug:
  • Sometimes "Triangle Auto-Completion" did not enable the mode selection box.

As always, I included a short readme.htm in the installation directory.

Cheers & Leg Godt

Nils

Print this item

  [LDPE] 1.8.80 Released (text editor calculations / better rounding / new grid / ARM)
Posted by: Nils Schmidt - 2024-06-22, 5:44 - Forum: Parts Author Tools - Replies (1)

Hey,

for linetypes 1-5, !LPE VERTEX, !LPE CSG, !LPE DISTANCE and !LPE PROTRACTOR you can now do math in the text editor:

Code:
2 24 0 0 0 1 2.25+1| 1

after hitting enter this will become

2 24 0 0 0 1 3.25| 1

| is the cursor position

a complex example:

2 24 0 0 0 1 abs((2+cos(PI)-10)/4.0)| 1

results in

2 24 0 0 0 1 2.25| 1

| is the cursor position

The math also works with floating point number input fields.
I improved the rounding a little bit and added a new 3D grid (Ctrl+Shift+G).


[Image: attachment.php?aid=12753]

As always, you can download LDPE from this page:

http://nilsschmidt1337.github.io/ldparteditor/

Changelog:

(6 new features and 1 bug fix)

With this release you will be able to...
  • ...do simple math in the text editor (e.g. (-3+5)*2 and hit enter).
  • ...do simple math in floating point number input fields.
  • ...benefit from auto-rounding for the results of scripted expressions (e.g. 1.99999998 becomes 2).
  • ...benefit from better rounding in general (e.g. for PathTruder results).
  • ...try a new 3D grid (Ctrl+Shift+G).
  • ...try LDPartEditor on ARM Macs.

The following critical issue is fixed:

  1. Undoing at the end of the file led to wrong line number.

The program was tested intensively with "real world" files.
However, something can go wrong in about 140.000 lines of code.

Installation on Windows:

  1. Download and extract LDPartEditor_win32_x64.zip
  2. Run LDPartEditor-1.8.80.msi
  3. Start LDPartEditor from the start menu
Installation on Linux:

  1. Download and extract LDPartEditor_linux_x64.zip
  2. Install ldparteditor_1.8.80-1_amd64.deb
  3. Start LDPartEditor from the menu or via launcher
Installation on Mac OS X:

  1. Download and extract LDPartEditor_mac_x64.zip
  2. Mount LDPartEditor-1.8.80.dmg
  3. Drag LDPartEditor.app to the Applications folder
  4. Copy ldparteditor.sh to your home folder
        4a. Open a Terminal.app and run ./ldparteditor.sh
        4b. Or open a Terminal.app and run /Applications/LDPartEditor.app/Contents/MacOS/LDPartEditor

I listen carefully to your requests and possible complaints. Please leave me a message, with your thoughts and wishes to further improve the software.

LDPE is a 3D CAD application: The overall system requirements are higher. While I recommend to use a powerful 64-bit multicore system, it could be possible, to run LDPE on older machines as well.

System Requirements:

Minimum System Requirements:
  • OpenGL 2.1 compatible Graphics Card
  • Operating System (64-bit): Windows [7 or newer], Linux [e.g. Ubuntu Linux >=14.4], Mac OS X [>=10.6]
  • CPU: Multicore-Processor e.g. Intel Core 2 Duo or AMD Athlon II (>2.0Ghz)
  • RAM: 4GB
  • Video-Memory: 1 GB
  • Free Disk Space: 150 MB
Recommended Requirements:
  • Operating System (64bit): Windows 7,8,10,11, Linux [e.g. Ubuntu Linux >=14.4], Mac OS X [>=10.6]
  • OpenGL 3.3 compatible Graphics Card
  • CPU: Multicore-Processor with 4 cores (or more)
  • RAM: >4 GB
  • Video-Memory: >1 GB
  • Free Disk Space: 500 MB
  • For a faster start, LDPartEditor and the LDraw™ library should be installed on an SSD.

Print this item

  Friends 2024
Posted by: Philippe Hurbain - 2024-06-20, 19:04 - Forum: Official Models - Replies (5)

Thread for Friends 2024 sets

Print this item

  Mummy from Scooby Doo
Posted by: Carl Rodabaugh - 2024-06-19, 20:18 - Forum: Part Requests - Replies (2)

I'd love to have the mummy from Scooby Doo. 
https://www.bricklink.com/v2/catalog/cat...conly%22:0}

Print this item

Thumbs Up Towball Hitching Plate 2x4 (part 3779)
Posted by: Cam's Bricks - 2024-06-17, 15:18 - Forum: Part Requests - Replies (2)

I would like to request this part. It is in several new city sets as a trailer/tractor connection. 

New Elementary article where it is documented:
https://www.newelementary.com/2024/05/le...heory.html

[Image: JP_allo_02.jpeg]

[Image: hitch_plate_balls.jpeg]

[Image: hitch_plate_dims.jpeg]

Thanks in advance!

Print this item

  Parts request: Printed pieces for set 76914
Posted by: Kuipers - 2024-06-16, 13:43 - Forum: Part Requests - Replies (5)

Set 76914 Ferrari 812 Competizione contains several printed pieces:
80177 and 80178 Slope Curved 3 x 2
65633 Windscreen 6 x 6 x 1 1/3
3005 Brick 1x1
24246 Tile 1 x 1 Half Circle
Printed pieces make a big difference in how a model looks, especially in this case the sloped curves and windscreen, while the other parts make the finishing touches. If anyone is willing to perhaps create (some of) these that would be much appreciated!

Print this item

Photo LPUB3D cannot export html part list
Posted by: linghank - 2024-06-14, 8:28 - Forum: Help - No Replies

STEP 1、When I try to export an HTML part list, lpub3d pops up a warning window saying that there is no relevant ***_snapshot.ldr in the lpub3d\tmp folder
STEP 2、When I click the OK button in the pop-up window, the program crashes.
STEP 3、I tried to rename a ***_snapshot.ldr file to the lpub3d\tmp folder, and then clicked Generate HTML Part List again, and the program crashed directly



Attached Files
.png   1 (1).png (Size: 10.98 KB / Downloads: 20)
Print this item

  New color: Fabric_Cream
Posted by: Willy Tschager - 2024-06-12, 16:16 - Forum: Official File Specifications/Standards - Replies (8)

   

I plan to add a color for sails and other fabrics. This would be:

Fabric_Cream - EBDFD1.

Any remarks?

w.

Print this item

  [LDPE] 1.8.79 Released (inline without comments / no cancel with mouse / bugfixes)
Posted by: Nils Schmidt - 2024-06-10, 20:53 - Forum: Parts Author Tools - Replies (3)

Hey,

this version fulfils a few wishes from Fredrik. It also fixes some small bugs and runs again on Intel Macs.
And a right click will not cancel adding a line/triangle/quad by default anymore (you can customise this behaviour).

[Image: attachment.php?aid=12753]

As always, you can download LDPE from this page:

http://nilsschmidt1337.github.io/ldparteditor/

Changelog:

(3 new features and 3 bug fixes)

With this release you will be able to...

  • ...inline a selection without any comments (ctrl+click on inline button).
  • ...decide if the right mouse click cancels the action to add a line/triangle/quad or not. Cancel is not the default anymore! ("Tools..."->"Options...").
  • ...have a shortcut which adds an empty subfile reference line, mirrored on X (Ctrl-Shift-R).

The following critical issue are fixed:

  1. Join Selection (Text Editor) had problems when INVERTNEXT was on top of the selection.
  2. Text line selection in the text editor (by clicking on the line numbers) resulted in wrong inlining when the next line was a reference (type 1).
  3. It was not possible to import empty STL files without an error ("File not found" was displayed).

The program was tested intensively with "real world" files.
However, something can go wrong in about 140.000 lines of code.

Installation on Windows:

  1. Download and extract LDPartEditor_win32_x64.zip
  2. Run LDPartEditor-1.8.79.msi
  3. Start LDPartEditor from the start menu
Installation on Linux:

  1. Download and extract LDPartEditor_linux_x64.zip
  2. Install ldparteditor_1.8.79-1_amd64.deb
  3. Start LDPartEditor from the menu or via launcher
Installation on Mac OS X:

  1. Download and extract LDPartEditor_mac_x64.zip
  2. Mount LDPartEditor-1.8.79.dmg
  3. Drag LDPartEditor.app to the Applications folder
  4. Copy ldparteditor.sh to your home folder
        4a. Open a Terminal.app and run ./ldparteditor.sh
        4b. Or open a Terminal.app and run /Applications/LDPartEditor.app/Contents/MacOS/LDPartEditor

I listen carefully to your requests and possible complaints. Please leave me a message, with your thoughts and wishes to further improve the software.

LDPE is a 3D CAD application: The overall system requirements are higher. While I recommend to use a powerful 64-bit multicore system, it could be possible, to run LDPE on older machines as well.

System Requirements:

Minimum System Requirements:
  • OpenGL 2.1 compatible Graphics Card
  • Operating System (64-bit): Windows [7 or newer], Linux [e.g. Ubuntu Linux >=14.4], Mac OS X [>=10.6]
  • CPU: Multicore-Processor e.g. Intel Core 2 Duo or AMD Athlon II (>2.0Ghz)
  • RAM: 4GB
  • Video-Memory: 1 GB
  • Free Disk Space: 150 MB
Recommended Requirements:
  • Operating System (64bit): Windows 7,8,10,11, Linux [e.g. Ubuntu Linux >=14.4], Mac OS X [>=10.6]
  • OpenGL 3.3 compatible Graphics Card
  • CPU: Multicore-Processor with 4 cores (or more)
  • RAM: >4 GB
  • Video-Memory: >1 GB
  • Free Disk Space: 500 MB
  • For a faster start, LDPartEditor and the LDraw™ library should be installed on an SSD.

Print this item