| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 6,244
» Latest member: ParkerJ
» Forum threads: 6,581
» Forum posts: 54,218
Full Statistics
|
| Online Users |
There are currently 9 online users. » 1 Member(s) | 3 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Brett McColl
|
| Latest Threads |
Missing Stingrays/Hydrona...
Forum: Part Requests
Last Post: Zack Uhlenhuth
4 hours ago
» Replies: 8
» Views: 1,494
|
Speed Champions
Forum: Official Models
Last Post: Magnus Forsberg
6 hours ago
» Replies: 30
» Views: 62,686
|
3d modelling
Forum: Off-Topic
Last Post: Jeff Jones
6 hours ago
» Replies: 2
» Views: 230
|
Parts Request: LEGO Zelda...
Forum: Part Requests
Last Post: SNIPE
2026-09-21, 1:39
» Replies: 1
» Views: 504
|
Part Request
Forum: Part Requests
Last Post: Orion Pobursky
2026-09-20, 17:15
» Replies: 1
» Views: 166
|
Technic 1994
Forum: Official Models
Last Post: Takeshi Takahashi
2026-09-19, 8:05
» Replies: 31
» Views: 64,922
|
Town, Trains and Paradisa...
Forum: Official Models
Last Post: Takeshi Takahashi
2026-09-19, 2:11
» Replies: 29
» Views: 14,612
|
Spider-Ham
Forum: Part Requests
Last Post: James Simpson
2026-09-16, 21:34
» Replies: 1
» Views: 578
|
Missing Snowtrooper Parts
Forum: Part Requests
Last Post: Chirila
2026-09-16, 18:19
» Replies: 3
» Views: 397
|
Existing Part Edit Reques...
Forum: Parts Authoring
Last Post: Rene Rechthaler
2026-09-13, 14:38
» Replies: 170
» Views: 452,747
|
|
|
| LDView 4.4 Beta 5 test release |
|
Posted by: Travis Cobbs - 2021-06-05, 17:29 - Forum: LDraw Editors and Viewers
- Replies (9)
|
 |
I have posted a test release for LDView 4.4 Beta 5 to GitHub:
https://github.com/tcobbs/ldview/release...v4.4_Beta5
This release mainly contains bug fixes since Beta 4, along with a few new features. The biggest new feature is the ability to search in the Model Tree Dialog. Also, if edge lines are enabled, the model tree highlight has the edge lines for the highlighted element show through all other geometry in the model, so even a fully hidden element will still be visible.
For this release, the Windows versions are built using new versions of Visual Studio. The 64-bit version is compiled with Visual Studio 2019 (compared to 2015 before), and is no longer compatible with Windows XP. The 32-bit version is compiled with Visual Studio 2017, and should still be compatible with Windows XP.
The ChangeHistory.html file that is included in the release lists all of the changes since LDView 4.3. In the macOS version, ChangeHistory.html is in the dmg. In the Windows version, ChangeHistory.html gets installed to wherever you install LDView (C:\Program Files\LDView by default). I'm actually not sure where it goes in the Linux version. Please see my Alpha 6 announcement for a list of what I feel are the most important changes relative to LDView 4.3.
Please let me know about any problems you find. The preferred way to do that is with LDView's GitHub Issues tracker. However, if you do not want to create a GitHub account so that you can do that, you can reply to this message.
My hope is that this is the last beta release before an official LDView 4.4 release. (I know I said that for the last release, but unfortunately I made too many changes to be comfortable with a final release without one more test release.)
|
|
|
| What's the fastest ldraw editor? |
|
Posted by: Warren Elsmore - 2021-06-03, 20:51 - Forum: LDraw Editors and Viewers
- Replies (7)
|
 |
A bit of a wierd question, maybe, but what's the fastest ldraw editor? On any platform?
I'm wondering because the project I'm working on right now has a massive ldraw file. 25Mb and well over 100,000 parts. LeoCAD takes almost an hour just to open the file on my MacBook. Even a brand new M1 MacBook takes 3 seconds to redraw it if I change angles.
Would this be much quicker on a PC or in another editor? Would I need to shell out for a chunky graphics card? I have a lot of editing to do so I'm willing to look at any option!
|
|
|
| 0.8.53 Beta Released (bugfixes / many code improvements) |
|
Posted by: Nils Schmidt - 2021-05-24, 9:44 - Forum: Parts Author Tools
- Replies (10)
|
 |
Hey,
this version uses a different configuration file.
Therefore, it will be necessary to reset all your custom LDPE settings.
What you can do as a workaround: - run two LDPE instances in parallel (0.8.53 + 0.8.52) and open both option menus to sync the settings manually.
- take screenshots from your options menu entries in 0.8.52 before installing 0.8.53.
The release includes a critical undo/redo bug-fix and a lot of major/minor code improvements.
In total, today's release adresses about 100 different code issues.
![[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:
(3 new features and 6 bug fixes)
With this release you will be able to...- ...benefit from about 100 different optimizations to LDPEs code base (I added 180000 lines and deleted 185000 lines of code since the last release).
- ...benefit from a new, more robust and secure method which loads and saves LDPEs configuration file.
- ...get improved hints and tips for the startup dialog (seen on first program start).
The following critical issues were fixed:
- Undo / Redo broke the 3D model if the file ended with empty lines or contained duplicated empty line groups.
- The calculated colour for transparent textures was too dark. (OpenGL 2.0)
- On MacOS X it was not possible to reassign a shortkey, because the dialog window had not the required focus for detecting the keyboard input.
- Avoided obvious divisions by zero on "zoom to fit" with empty models and by scaling a zero-height font with Txt2Dat.
- The 3D editor freezed by an BFC INVERTNEXT without a following TYPE 1 reference line.
- "Make subpart from 3D selection" duplicated "0 BFC INVERTNEXT" meta commands.
The program was tested intensively with "real world" files.
However, it is still a beta version and something can go wrong in about 140.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, this version 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:
- 64-bit Java Runtime Environment (JRE) 1.8
- 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: 100 MB
Recommended Requirements:
- Operating System (64bit): Windows 7,8,10, 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: 512 MB
- For a faster start, LDPartEditor and the LDraw™ library should be installed on an SSD.
--------------------------------------------------------------------------------
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:
This Java instance does not support a 64-bit JVM. Please install the desired version.
|
|
|
|