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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,727
» Latest member: Sascha
» Forum threads: 5,847
» Forum posts: 49,826

Full Statistics

Online Users
There are currently 273 online users.
» 2 Member(s) | 267 Guest(s)
Applebot, Bing, Google, Yandex, Orion Pobursky, Rene Rechthaler

Latest Threads
2024/2025/2026 LDraw.org ...
Forum: LDraw.org Announcements
Last Post: Rene Rechthaler
7 hours ago
» Replies: 46
» Views: 1,864
partial torus prims
Forum: Official File Specifications/Standards
Last Post: Rene Rechthaler
7 hours ago
» Replies: 2
» Views: 538
ninjago legacy skulkin he...
Forum: Part Requests
Last Post: Gerald Lasser
7 hours ago
» Replies: 1
» Views: 89
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Stephan den Ridder
9 hours ago
» Replies: 55
» Views: 24,502
5095 and 5093
Forum: Part Requests
Last Post: Orion Pobursky
Today, 7:34
» Replies: 4
» Views: 192
OSMesa LDview Crash
Forum: LDraw Editors and Viewers
Last Post: Orion Pobursky
Today, 7:32
» Replies: 8
» Views: 280
[LDPE] 1.8.90 Released (d...
Forum: Parts Author Tools
Last Post: Jeff Jones
Yesterday, 23:16
» Replies: 5
» Views: 665
all t rex figure LDraw 9...
Forum: Part Requests
Last Post: Alex Martiiinn
Yesterday, 18:23
» Replies: 0
» Views: 98
The Lego and Batman Movie...
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 16:40
» Replies: 13
» Views: 7,817
Part Request 76922pb01 Pr...
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 14:52
» Replies: 1
» Views: 701

 
  [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: imgDuke2.png]

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 (4)

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 (1)

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: imgDuke2.png]

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

  Weekly parts - default sorting
Posted by: Paweł Turalski - 2024-06-10, 10:19 - Forum: Website Suggestions/Requests/Discussion - Replies (2)

Hello guys, I would like to suggest to fix the sorting on parts tracker. Previously I saw the newest parts first and it was intuitive, normal. But since few months I see the parts from 2008 when I open the website (any device), every time I have to change the sorting to see the new parts. Yes I use my phone to look at the parts and plan to download them on pc later. But when I use computer browser it looks the same, the oldest parts are first. This is the first thing I see when I open the parts tracker:
   
Don't get me wrong, but is it a bug? I mean, personally I don't see any logical reason to see the oldest parts first which probably I already have

Print this item