Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 229 online users. » 2 Member(s) | 222 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Cam's Bricks
|
Latest Threads |
I'm going to be getting a...
Forum: Parts Authoring
Last Post: Peter Blomberg
25 minutes ago
» Replies: 12
» Views: 1,199
|
3573, 7249, and 3572
Forum: Parts Tracker Discussion
Last Post: Rene Rechthaler
1 hour ago
» Replies: 5
» Views: 174
|
Most Common Parts that re...
Forum: Part Requests
Last Post: Rene Rechthaler
6 hours ago
» Replies: 35
» Views: 20,284
|
Reasons for hold
Forum: Help
Last Post: Philippe Hurbain
10 hours ago
» Replies: 9
» Views: 486
|
Plate Special Round 4 x 4...
Forum: Part Requests
Last Post: tom alphin
Yesterday, 23:17
» Replies: 3
» Views: 270
|
Toucan 80513
Forum: Parts Tracker Discussion
Last Post: Magnus Forsberg
2025-09-22, 21:24
» Replies: 2
» Views: 371
|
filter for inactive autho...
Forum: Parts Tracker Discussion
Last Post: Rene Rechthaler
2025-09-22, 16:36
» Replies: 1
» Views: 458
|
30mm vs 30.4mm Wheels & T...
Forum: General LDraw.org Discussion
Last Post: tom alphin
2025-09-22, 15:09
» Replies: 8
» Views: 1,067
|
Pirate Themed Parts
Forum: Part Requests
Last Post: Peter Grass
2025-09-21, 20:49
» Replies: 34
» Views: 20,974
|
2003 Pattern
Forum: Parts Authoring
Last Post: Lisa Winter
2025-09-21, 11:37
» Replies: 2
» Views: 1,134
|
|
|
[LDPE] 1.8.86 Released (CSG Sphere / CSG bugfix) |
Posted by: Nils Schmidt - 2024-08-20, 18:34 - Forum: Parts Author Tools
- Replies (3)
|
 |
Hey,
the new sphere from LDView is now used for LDPartEditor's CSG logic.
Here you see a CSG example:
Code: 0 BFC CERTIFY CCW
0 !LPE CSG_QUALITY 16
0 // SYNTAX 1 0 !LPE [CSG FORM] [ID] [COLOUR] [MATRIX]
0 !LPE CSG_CUBOID a 4 0 0 0 1 0 0 0 1 0 0 0 1
0 !LPE CSG_ELLIPSOID b 1 0 0 0 1.35 0 0 0 1.35 0 0 0 1.35
0 !LPE CSG_CYLINDER c 2 0 -1 0 .7 0 0 0 2 0 0 0 .7
0 !LPE CSG_CYLINDER d 2 -1 0 0 0 2 0 .7 0 0 0 0 .7
0 !LPE CSG_CYLINDER e 2 0 0 -1 .7 0 0 0 0 .7 0 2 0
0 // SYNTAX 2 0 !LPE [CSG FUNCTION] [ID] [ID2] [ID3]
0 !LPE CSG_UNION c d d
0 !LPE CSG_UNION d e d
0 !LPE CSG_INTERSECTION a b f
0 !LPE CSG_DIFFERENCE f d f
0 // SYNTAX 3 0 !LPE CSG_COMPILE [ID]
0 // Inline the following line to get the triangles from the CSG object "f"
0 !LPE CSG_COMPILE f
![[Image: attachment.php?aid=12753]](https://forums.ldraw.org/attachment.php?aid=12753)
As always, you can download LDPE from this page:
http://nilsschmidt1337.github.io/ldparteditor/
Changelog:
(2 new features and 1 bug fix)
With this release you will be able to...
- ...use the sphere mesh from LDView for CSG operations, too (!LPE CSG_ELLIPSOID).
- ...adjust a unification threshold for the CSG optimizer (0 !LPE CSG_UNIFY_EPSILON 0.1).
The following critical issue is fixed:
- !LPE CSG_UNION "consumed" a few triangles. Other triangle defects could still occur, but only with very complex union intersections.
The program was tested intensively with "real world" files.
However, something can go wrong in about 140.000 lines of code.
Installation on Windows:
- Download and extract LDPartEditor_win32_x64.zip
- Run LDPartEditor-1.8.86.msi
- Start LDPartEditor from the start menu
Installation on Linux:
- Download and extract LDPartEditor_linux_x64.zip
- Install ldparteditor_1.8.86-1_amd64.deb
- Start LDPartEditor from the menu or via launcher
Installation on Mac OS X:
- Download and extract LDPartEditor_mac_x64.zip
- Mount LDPartEditor-1.8.86.dmg
- Drag LDPartEditor.app to the Applications folder
- 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.
|
|
|
Update 2024-7 |
Posted by: Orion Pobursky - 2024-08-20, 18:24 - Forum: Parts Tracker Discussion
- No Replies
|
 |
I'm targeting 8/24-8/25 for the next release. Get your reviews in.
P.S. Going forward releases will generally happen on the last full weekend of the month.
|
|
|
[LDPE] 1.8.85 Released (primitive substitution / 3D grid intersections /better icons) |
Posted by: Nils Schmidt - 2024-08-16, 18:02 - Forum: Parts Author Tools
- Replies (6)
|
 |
Hey,
this release adds primitive substitution to LDPE. It is very similar to LDView's primitive substitution.
I even used some code from LDView and mentioned Travis Cobbs and Peter Bartfai in the credits :)
It also delivers better icons for the dark mode and enhances the 3D grid visualisation.
![[Image: attachment.php?aid=12753]](https://forums.ldraw.org/attachment.php?aid=12753)
As always, you can download LDPE from this page:
http://nilsschmidt1337.github.io/ldparteditor/
Changelog:
(4 new features and 2 bug fixes)
With this release you will be able to...
- ...use primitive substitution (blue circle button at the upper left corner, ctrl-click to modify substitution quality).
- ...benefit from a 3D grid that shows 3D model intersections and has a lager size.
- ...benefit from inverted icons for a better contrast with dark buttons.
- ...create a coplanar quad within the "Coplanarity Heatmap" mode.
The following critical issues are fixed:
- PartReview had loading problems under MacOS (the 3D view was gone).
- (Linux/Mac) case-sensitivity when following a reference from the text editor with a mouse click when the target file was already opened caused problems.
The program was tested intensively with "real world" files.
However, something can go wrong in about 140.000 lines of code.
Installation on Windows:
- Download and extract LDPartEditor_win32_x64.zip
- Run LDPartEditor-1.8.85.msi
- Start LDPartEditor from the start menu
Installation on Linux:
- Download and extract LDPartEditor_linux_x64.zip
- Install ldparteditor_1.8.85-1_amd64.deb
- Start LDPartEditor from the menu or via launcher
Installation on Mac OS X:
- Download and extract LDPartEditor_mac_x64.zip
- Mount LDPartEditor-1.8.85.dmg
- Drag LDPartEditor.app to the Applications folder
- 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.
|
|
|
Naming of minifig torsos |
Posted by: Manfred Schaefer - 2024-08-15, 17:53 - Forum: Parts Tracker Discussion
- Replies (5)
|
 |
Hello,
There are several minifigure torsos on the part tracker (76382). These are so-called shortcuts. The numbering is 76382pccc, where ccc stands for the printing.
Shouldn't c01 be added as it is a shortcut and there can be several versions, e.g. different color of the arms?
Greetings
Manfred
|
|
|
|