Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 220 online users. » 0 Member(s) | 215 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
Latest Threads |
Parts request
Forum: Part Requests
Last Post: Peter Grass
4 hours ago
» Replies: 2
» Views: 367
|
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Timothy Hall
6 hours ago
» Replies: 82
» Views: 68,460
|
Transparent sticker colou...
Forum: General LDraw.org Discussion
Last Post: Travis Cobbs
8 hours ago
» Replies: 10
» Views: 644
|
The Emperor Zurg
Forum: Part Requests
Last Post: Julian Raymond Ruan
Yesterday, 13:07
» Replies: 0
» Views: 276
|
Batman Cowls
Forum: Part Requests
Last Post: Peter Grass
Yesterday, 1:13
» Replies: 1
» Views: 388
|
A fresh list of "most com...
Forum: Part Requests
Last Post: tom alphin
Yesterday, 0:11
» Replies: 7
» Views: 882
|
Fix for slightly incorrec...
Forum: Part Requests
Last Post: Huib Versteeg
2025-09-14, 9:50
» Replies: 4
» Views: 1,024
|
Lego Town Racer 1996 - 63...
Forum: Official Models
Last Post: Chris Böhnke
2025-09-13, 23:39
» Replies: 14
» Views: 2,403
|
Eyesight on Linux
Forum: Rendering Techniques
Last Post: Orion Pobursky
2025-09-13, 18:56
» Replies: 12
» Views: 9,030
|
Another common varient: 1...
Forum: Part Requests
Last Post: Rene Rechthaler
2025-09-12, 14:51
» Replies: 8
» Views: 5,799
|
|
|
[LDPartEditor] Third Party Library Struggle |
Posted by: Nils Schmidt - 2016-09-03, 15:33 - Forum: Off-Topic
- Replies (2)
|
 |
Hi,
LDPartEditor uses third party libraries as you may know.
During the development I do third party library updates from time to time.
I need 17 different libraries for each release plus several native libraries for each operating system (to provide native OpenGL and native GUI support).
SWT and LWJGL are the main third party libraries that are crucial to run LDPE.
With a release of a new operating system I likely need a new library version.
Well, there is a nice saying:
If it ain't broke, don't fix it.
But this won't help for the long term. Unfortunately, I cannot update to newer libraries now.
A new library breaks LDPE, which is quite annoying.
I probably have to update the third party libraries to support Windows 11, 12, 13... in the future.
The extreme solution would be to re-implement LDPE with JavaFX, while replacing LWJGL with JavaFX 3D.
Sadly, this is impossible, because JavaFX has no StyledText component yet, which is required for LDPE's text editor.
Another possible, but crazy solution would be to implement my own widget toolkit from scratch and do the rendering with OpenGL (like LDCad does).
Don't get me wrong. I like SWT and LWJGL. They are both very good libraries.
Leg godt
Nils
|
|
|
[LDPartEditor] 0.8.24 Beta Released (Rounding per X,Y,Z / bugfix) |
Posted by: Nils Schmidt - 2016-09-03, 11:07 - Forum: Parts Author Tools
- Replies (37)
|
 |
Hey,
here is version 0.8.24 with 4 bug fixes and 3 enhancements.
...I am writing content for the wiki/manual now.
As always, you can download LDPE from this page:
http://nilsschmidt1337.github.io/ldparteditor/
Changelog:
(3 new features and 4 bug fixes)
With this release you will be able to...
- ...use per-component rounding (X, Y, Z) instead of the per-vertex rounding (useful for patterns on slopes).
- ...use the metadata dialog (AKA "header dialog") on the text editor, too.
- ...benefit from a faster program start.
The following critical issues were fixed:
- It was not possible to activate "Create a new conditional line..." via a shortkey.
- The new LDU to stud converter did not round correctly (20 LDU = 1 stud, rounded to one decimal place)
- The Merge/split->Set X,Y,Z window appears only with a single vertex selection, it no longer works on a multiple selection (eg. to snap a selection on a plane).
- The error message "Invalid use of 'BFC INVERTNEXT' / Flat subfile" got duplicated.
What will the next release 0.8.25 deliver? Bug fixes, more header validation features, usability improvements...
The program was tested intensively with "real world" files.
However, it is still a beta version and something can go wrong in about 100.000 lines of code.
Make sure that you choose the right architecture for your OS and Java Virtual Machine (JVM) (64bit or 32bit).
A short guide how to check if a 64bit JVM is installed on your system is located at the bottom of this message.
Download the zip-Archive
Extract the archive content to the location of your choice
On windows, double-click "run.bat" to start LDPE.
On linux/mac, you have to excecute the shell script "run.sh" to start LDPE.
Please note that this software is in the beta stage. Although, LDPE 0.8.24 was tested, there are already known issues for this release. There is a potential risk of data loss.
You can search for updates if you do the following steps:
On windows, double-click "update.bat" to search for updates.
On linux/mac, you have to excecute the shell script "update.sh".
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:
Java Runtime Environment (JRE) 1.8
OpenGL 2.1 compatible Graphics Card
Operating System (32/64bit): Windows [XP; Vista; 7 or newer], Mac OS X [>=10.6], Linux [e.g. Ubuntu Linux >=10.4]
CPU: Multicore-Processor e.g. Intel Core 2 Duo or AMD Athlon II (>2.0Ghz)
RAM: 4GB
Video-Memory: 512 MB
Free Disk Space: 100 MB
Recommended Requirements:
Operating System (64bit): Windows 7, Mac OS X [>=10.6], Linux [e.g. Ubuntu Linux >=10.4]
CPU: Multicore-Processor with 4 cores (or more)
RAM: >4 GB
Video-Memory: >=1 GB
Free Disk Space: 512 MB
--------------------------------------------------------------------------------
How to check your JVM version (32- or 64-bit):
--------------------------------------------------------------------------------
You can try on the command line:
java -d64 version
If it's not a 64-bit version, you'll get a message that looks like:
This Java instance does not support a 64-bit JVM. Please install the desired version.
In general, I recommend to install the 64-bit version of the JVM for Java 8.
|
|
|
Selecting multiple parts in LDCad |
Posted by: Bas - 2016-08-30, 10:05 - Forum: LDraw Editors and Viewers
- Replies (3)
|
 |
Hi Guys,
I have a question (maybe it's a very dumb question...) concerning selection of multiple parts (to move or rotate etc.) in LDCad.
I'm used to working with a selection window (for example in Acad) to select all the parts I need to edit.
But I can't seem to find how this works in LDCad.
I think there has to be a smarter way to do this other then selecting each part individually (with CTRL).
Can anybody give me a tip?
Thanx!
|
|
|
Lego City Airplane |
Posted by: Daniel Juarez - 2016-08-30, 1:56 - Forum: Official Models
- No Replies
|
 |
Hi everyone,
I'm fairly new to the site and not sure if this is the right forum, but does anyone knows if there is a model of the Lego City passenger airplane? Specifically the one that comes with the item: 60104, Lego City Airport Passenger Terminal.
Any help will be appreciated, thank you.
|
|
|
Alias problem |
Posted by: Jarema - 2016-08-29, 20:07 - Forum: LDraw File Processing and Conversion
- Replies (1)
|
 |
Code: 0 =Technic Bush with Two Flanges
0 Name: 6590.dat
0 Author: Magnus Forsberg [MagFors]
0 !LDRAW_ORG Part Alias UPDATE 2013-02
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 BFC CERTIFY CCW
0 !HISTORY 2013-07-21 [PTadmin] Official Update 2013-01
0 !HISTORY 2013-12-14 [cwdee] Add = prefix
0 !HISTORY 2013-12-23 [PTadmin] Official Update 2013-02
0 // Alias of 3713
1 16 0 0 0 1 0 0 0 1 0 0 0 1 3713.dat
What is best practice to check programmatically if X is Alias of Y ?.
|
|
|
[LDPartEditor] 0.8.23 Beta Released (Context menus / LDU->stud / Async header check) |
Posted by: Nils Schmidt - 2016-08-29, 11:51 - Forum: Parts Author Tools
- Replies (3)
|
 |
Hey,
release 0.8.23 comes with 6 bug fixes and 8 enhancements.
...I am going to write more content for the wiki/manual now.
![[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:
(8 new features and 6 bug fixes)
With this release you will be able to...
- ...convert a unit to stud (20 LDU = 1.0 stud, rounded to one decimal place).
- ...access all context menu features from somewhere else, too.
- ...use the "Expand Area" buttons to "toggle" the divider position between the text and the 3d editor.
- ...use more dynamic context menus.
- ...benefit from the fact that there are bigger previews for the primitive area by default.
- ...benefit from the fact that "Text on the right / 3D on the left" is now the default window setting.
- ...see the stud logos on the upper left view when you use the PartReview tool.
- ...benefit from an asynchronous file header check (performance improvement / preparations for more validation features).
The following critical issues were fixed:
- Deleting all text lines from a file with the text editor could sometimes freeze LDPE.
- The PartReview tool did not close+reload already opened "duplicated" files.
- When PrimGen2 opened the file in the 3D editor, the corresponding file tab was not selected.
- The menu key (from the keyboard) did not work on the file tree.
- The menu key (from the keyboard) did not work on the 3D view.
- Wrong singular / plural use for the word "duplicate".
What will the next release 0.8.24 deliver? Bug fixes*, more header validation features, usability improvements...
* oh dear..., I still need to reproduce some errors...
The program was tested intensively with "real world" files.
However, it is still a beta version and something can go wrong in about 100.000 lines of code.
Make sure that you choose the right architecture for your OS and Java Virtual Machine (JVM) (64bit or 32bit).
A short guide how to check if a 64bit JVM is installed on your system is located at the bottom of this message.
- Download the zip-Archive
- Extract the archive content to the location of your choice
- On windows, double-click "run.bat" to start LDPE.
- On linux/mac, you have to excecute the shell script "run.sh" to start LDPE.
Please note that this software is in the beta stage. Although, LDPE 0.8.23 was tested, there are already known issues for this release. There is a potential risk of data loss.
You can search for updates if you do the following steps:
- On windows, double-click "update.bat" to search for updates.
- On linux/mac, you have to excecute the shell script "update.sh".
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:- Java Runtime Environment (JRE) 1.8
- OpenGL 2.1 compatible Graphics Card
- Operating System (32/64bit): Windows [XP; Vista; 7 or newer], Mac OS X [>=10.6], Linux [e.g. Ubuntu Linux >=10.4]
- CPU: Multicore-Processor e.g. Intel Core 2 Duo or AMD Athlon II (>2.0Ghz)
- RAM: 4GB
- Video-Memory: 512 MB
- Free Disk Space: 100 MB
Recommended Requirements:- Operating System (64bit): Windows 7, Mac OS X [>=10.6], Linux [e.g. Ubuntu Linux >=10.4]
- CPU: Multicore-Processor with 4 cores (or more)
- RAM: >4 GB
- Video-Memory: >=1 GB
- Free Disk Space: 512 MB
--------------------------------------------------------------------------------
How to check your JVM version (32- or 64-bit):
--------------------------------------------------------------------------------
You can try on the command line:
If it's not a 64-bit version, you'll get a message that looks like:
Code: This Java instance does not support a 64-bit JVM. Please install the desired version.
In general, I recommend to install the 64-bit version of the JVM for Java 8.
|
|
|
LDBoxer |
Posted by: Michael Horvath - 2016-08-27, 16:03 - Forum: LDraw File Processing and Conversion
- Replies (26)
|
 |
I was wondering if someone could take a look at the source code to this program:
https://sourceforge.net/projects/ldrawboxer/
Currently it is not working properly for me. I used it in the past, so I know it *can* work. The developer said it might have something to do with long file names. He also said he is not feeling well, so he may not work on it any more.
Does anyone here have Delphi and can update the code? It is not a large program. If it was FreePascal I might take a stab at it myself.
Bonus feature request: I would also like to be able to use this tool from the command line, since I have a directory full of models that need to be converted.
Thanks everyone!
|
|
|
|