| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 156 online users. » 2 Member(s) | 149 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Hageta, Jeff Jones
|
| Latest Threads |
Smort brick stuff
Forum: Part Requests
Last Post: Jeff Jones
46 minutes ago
» Replies: 0
» Views: 21
|
Part request for 4518c an...
Forum: Part Requests
Last Post: Alfred Schmitz
1 hour ago
» Replies: 2
» Views: 51
|
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 20:43
» Replies: 3
» Views: 1,511
|
4175 part depth appears t...
Forum: Parts Authoring
Last Post: Evert-Jan Boer
Yesterday, 13:28
» Replies: 1
» Views: 113
|
Discussion - proposal to ...
Forum: Official File Specifications/Standards
Last Post: N. W. Perry
Yesterday, 4:50
» Replies: 60
» Views: 6,965
|
Animal minifigure heads l...
Forum: Part Requests
Last Post: Timothy Hall
Yesterday, 3:41
» Replies: 20
» Views: 17,172
|
Parts request, set 42224,...
Forum: Part Requests
Last Post: Alfred Schmitz
2026-02-28, 17:11
» Replies: 2
» Views: 212
|
Technic 1993
Forum: Official Models
Last Post: Takeshi Takahashi
2026-02-28, 10:10
» Replies: 4
» Views: 7,496
|
2026/2027 LDraw.org Steer...
Forum: LDraw.org Announcements
Last Post: Takeshi Takahashi
2026-02-28, 9:55
» Replies: 50
» Views: 6,574
|
Parts request 7656, 7658 ...
Forum: Part Requests
Last Post: Alfred Schmitz
2026-02-28, 9:17
» Replies: 4
» Views: 593
|
|
|
| [LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) |
|
Posted by: Nils Schmidt - 2024-09-27, 16:59 - Forum: Parts Author Tools
- Replies (10)
|
 |
Hey,
just as promised, here is another quality-of-life release.
![[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 bug fixes)
With this release the following critical issues are fixed:
- Descriptions containing a hashtag # are modified by unrelated quick fixes.
- The movement type of the manipulator changes if, during the move, the mouse gets close enough to a plane move square.
- The CSG tree does not switch back to a higher quality if the manipulator was moved and nothing CSG releated was selected.
- The MacOS X ARM installer package was still indicating a 1.8.80 version, but the contents were newer.
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.89.msi
- Start LDPartEditor from the start menu
Installation on Linux:
- Download and extract LDPartEditor_linux_x64.zip
- Install ldparteditor_1.8.89-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.89.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.
|
|
|
| Adding a file header. |
|
Posted by: Nathanael Coyle - 2024-09-25, 14:37 - Forum: Parts Authoring
- Replies (5)
|
 |
I’m new here, and I recently made 2 different parts in Inventor. I then converted them from .obj files to use in Part Designer, and set up their connection points. After exporting them as an LDraw file (.dat), I understand I should have a header in the file for submission to the part tracker.
What application do I use to add this header?
Also, I don’t need to add color information anywhere do I?
|
|
|
| [LDPE] 1.8.88 Released (hint selection in text editor / primitive subst. bugfix) |
|
Posted by: Nils Schmidt - 2024-09-20, 15:22 - Forum: Parts Author Tools
- Replies (9)
|
 |
Hey,
this release solves a few bugs and another quality-of-life release is already in the making (to fix more bugs reported by Philo!).
![[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:
(1 new feature and 4 bug fixes)
With this release you will be able to...
- ...double click on a text editor error/warning/hint to also select the object in the 3D editor.
The following critical issues are fixed:
- Primitive substitution on subfiles from PartReview causes subfiles to be "empty".
- "Rings and Cones" uses old deprecated "rin" and "ri" ring primitives.
- The context menu entries on the error/warning/hint area were always enabled.
- After loading a part using the part review tool, the 3D view properly shows the part asked for, but the text window generally shows a subpart of it, presumably the last loaded one.
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.88.msi
- Start LDPartEditor from the start menu
Installation on Linux:
- Download and extract LDPartEditor_linux_x64.zip
- Install ldparteditor_1.8.88-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.88.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.
|
|
|
|