| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 5 online users. » 0 Member(s) | 1 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
Missing Ninja 1998 pieces
Forum: Part Requests
Last Post: Zack Uhlenhuth
4 hours ago
» Replies: 6
» Views: 446
|
Missing Adventurers Piece...
Forum: Part Requests
Last Post: Zack Uhlenhuth
6 hours ago
» Replies: 2
» Views: 138
|
1970's - LEGOland and hob...
Forum: Official Models
Last Post: Takeshi Takahashi
Today, 2:38
» Replies: 155
» Views: 274,569
|
Wrong set name
Forum: Parts Authoring
Last Post: Chris Böhnke
Yesterday, 16:27
» Replies: 3
» Views: 174
|
14290pb02 Chima Fox Mask
Forum: Part Requests
Last Post: Chris Böhnke
Yesterday, 9:20
» Replies: 1
» Views: 127
|
Part request 7168 and 716...
Forum: Part Requests
Last Post: Jens Brühl
2026-07-23, 17:09
» Replies: 3
» Views: 414
|
New Click hinges
Forum: Part Requests
Last Post: Magnus Forsberg
2026-07-23, 13:35
» Replies: 14
» Views: 20,573
|
[LDPE] 1.9.04 Released (b...
Forum: Parts Author Tools
Last Post: Magnus Forsberg
2026-07-22, 13:57
» Replies: 6
» Views: 632
|
Missing Roboforce 1997 Pi...
Forum: Part Requests
Last Post: Zack Uhlenhuth
2026-07-22, 5:49
» Replies: 0
» Views: 152
|
Missing Stingrays/Hydrona...
Forum: Part Requests
Last Post: Zack Uhlenhuth
2026-07-22, 5:42
» Replies: 0
» Views: 122
|
|
|
| Part zip file downloads. |
|
Posted by: Orion Pobursky - 2024-04-04, 14:45 - Forum: Parts Tracker Discussion
- Replies (1)
|
 |
I've added the ability to download a zip file of all the unofficial parts/subparts/prims for a particular part. This is only for Parts/Shortcuts and only those that actually have subparts. The download will show as a "Download ZIP rollup" button on the part detail page.
|
|
|
| [LDPE] 1.8.77 Released (avg precision / rotation bug / triangle-to-quad conversion) |
|
Posted by: Nils Schmidt - 2024-03-26, 18:58 - Forum: Parts Author Tools
- Replies (5)
|
 |
Hi,
this version increases the accuracy for the calculation of the average point of the selection (affects "Move the Manipulator to the Average Point of the Selection").
It also fixes another rotation bug regarding the manipulator and corrected a minor problem with the triangle-to-quad conversion on selected objects.
![[Image: imgDuke2.png]](https://lh3.googleusercontent.com/-fi18ywwsEUo/VOOuvkpsdzI/AAAAAAAAASw/Ax0RRFkleKA/s64-no/imgDuke2.png)
As always, you can download LDPE from this page:
http://nilsschmidt1337.github.io/ldparteditor/
Changelog:
(1 new feature and 2 bug fixes)
With this release you will be able to...
- ...benefit from improved accuracy of "Move the Manipulator to the Average Point of the Selection".
The following critical issues are fixed:
- Sometimes, the 3D manipulator rotated the object instead of moving it.
- Sometimes, the triangle to quad conversion tool didn't use the selected triangles, but another nearby 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.77.msi
- Start LDPartEditor from the start menu
Installation on Linux:
- Download and extract LDPartEditor_linux_x64.zip
- Install ldparteditor_1.8.77-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.77.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.
|
|
|
| linking to a specific part on PT |
|
Posted by: Steffen - 2024-03-25, 21:53 - Forum: Website Suggestions/Requests/Discussion
- Replies (2)
|
 |
The previous (old) PT had the part filename in its URL when looking at the details of a part.
The new one uses an independent scheme for the URLs, for example:
the file 3010p0h.dat is stored on page
https://library.ldraw.org/tracker/35126
Thus, it has become more difficult to link to a dedicated part file on the PT
when you only know the part filename but not the internal index of the PT.
Currently as a workaround you can use the "search" link, which takes a part filename as input.
Example:
https://library.ldraw.org/search/part?s=3010p0h.dat
But executing that search
* wastes unnecessary server time and also
* may yield false positive results (i.e. all files which CONTAIN that character sequence).
Thus I would like to request a specialized URL which will take me to a specific LDRAW file, for example
https://library.ldraw.org/goto/3010p0h.dat
or
https://library.ldraw.org/goto/parts/3010p0h.dat
The latter will force me to specify/know whether the file represents a part, primitive or subfile.
That's probably a good solution, because we already have examples of filenames which occur
both in the "p" and the "parts" folder. Thus, it would be good if the "goto" URL includes the folder.
Maybe such an URL already exists and I just don't know it?
|
|
|
|