| 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 6 online users. » 0 Member(s) | 1 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
Missing Stingrays/Hydrona...
Forum: Part Requests
Last Post: Zack Uhlenhuth
3 hours ago
» Replies: 8
» Views: 1,493
|
Speed Champions
Forum: Official Models
Last Post: Magnus Forsberg
5 hours ago
» Replies: 30
» Views: 62,680
|
3d modelling
Forum: Off-Topic
Last Post: Jeff Jones
5 hours ago
» Replies: 2
» Views: 226
|
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: 165
|
Technic 1994
Forum: Official Models
Last Post: Takeshi Takahashi
2026-09-19, 8:05
» Replies: 31
» Views: 64,917
|
Town, Trains and Paradisa...
Forum: Official Models
Last Post: Takeshi Takahashi
2026-09-19, 2:11
» Replies: 29
» Views: 14,607
|
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: 395
|
Existing Part Edit Reques...
Forum: Parts Authoring
Last Post: Rene Rechthaler
2026-09-13, 14:38
» Replies: 170
» Views: 452,744
|
|
|
| LDView 4.4 Beta 4 test release |
|
Posted by: Travis Cobbs - 2021-05-08, 6:40 - Forum: LDraw Editors and Viewers
- Replies (27)
|
 |
I have posted a test release for LDView 4.4 Beta 4 to GitHub:
https://github.com/tcobbs/ldview/release...v4.4_Beta4
This release mainly contains bug fixes since Beta 3, along with a few new features. The Mac version should work better on macOS Big Sur, and has an updated icon (as well as updated LDR and MPD icons on Big Sur).
One of the bug fixes with the most potential to introduce unexpected problems involves a change to the curve smoothing. It now does not try to smooth out two facets that are joined by both a conditional line and an edge line. This can happen (for example) when a curved primitive like a torus extends to the edge of a part. This happens on part 88293, which is the part that was included in the original bug report that caused me to fix the problem. I suspect that it happens in other parts also. I would greatly appreciate it if people would let me know if they see any regressions in LDView's curve smoothing.
Note: because of this new behavior, I expanded the angle over which curves can be smoothed. This improves (for example) the hair on the Bart Simpson minifig head, and probably improves other parts as well. However, it's possible that I went too far, and it will result in areas being smoothed that shouldn't be, so please be on the lookout for that as well.
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.
|
|
|
| Better use of keyword !KEYWORDS |
|
Posted by: Manfred Schaefer - 2021-05-05, 19:59 - Forum: Official File Specifications/Standards
- Replies (6)
|
 |
Hello,
I want propose a change to the file structure of the part files. This proposed change only applies to the files in the parts folder, the files in the sub-folders, such as s, are not affected by this.
These files usually contain a line with the keyword !KEYWORDS and are used to store search terms, a reference to Bricklink or other databases and the number of sets in which this part was used.
I would include three lines of the !KEYWORDS keyword. The first line contains one or more search terms, the second line is followed by the word sets, separated by a space, followed by one or more numbers of the sets in which this part was used. The third line contains after the keyword, also separated by a space, the word reference followed by the name of the reference, e.g. B. Bricklink, followed by the name of the part.
Multiple entries in one line are separated by a comma. The entries sets or reference do not need to be entered again.
The first two of these lines could be optional, the third line would be mandatory. The reference would be to Bricklink or a similar database, Bricklink would be prefered. This line can contain the words unknown or missing instead of the reference. This would look like this:
0 !KEYWORDS Reference unknown
or
0 !KEYWORDS Reference missing.
Unknown is used when creating a new part and there is no reference yet, for example. Missing would be used when updating the existing files to this supplement if no reference is stored.
For the 3626c8f minifigure head, this change would look like this:
0 !KEYWORDS Robo Emmet, Spaceship
0 !KEYWORDS sets 70816
0 !KEYWORDS Reference Bricklink 3626cpb1113
The 3626bp08 minifigure head after the change would look like this:
0 !KEYWORDS Star Wars, Princess Leia
0 !KEYWORDS Reference missing
The reference is also required if it is an unprinted part, since the names or the number of the part are different in the various sources.
For example the battery box
Lego element: 6257768
Design number: 16511
LDraw part: 58119
Bricklink number: 59510c01
The reference to a database would therefore also be a criterion for the release of a new part.
Greetings
Manfred
|
|
|
|