| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 232 online users. » 0 Member(s) | 227 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
Here are the new raw part...
Forum: Part Requests
Last Post: Orion Pobursky
2025-11-28, 22:09
» Replies: 2
» Views: 146
|
Part request 68502 please
Forum: Part Requests
Last Post: Peter Grass
2025-11-27, 15:52
» Replies: 2
» Views: 179
|
Gap in offical part (stic...
Forum: Parts Authoring
Last Post: Gabriel Läufer
2025-11-25, 20:41
» Replies: 2
» Views: 368
|
Technic 2025
Forum: Official Models
Last Post: Philippe Hurbain
2025-11-25, 8:20
» Replies: 4
» Views: 10,909
|
Parts Request- Marvel 202...
Forum: Part Requests
Last Post: James Simpson
2025-11-25, 2:41
» Replies: 5
» Views: 778
|
Slope Brick 31 width 3 an...
Forum: Parts Authoring
Last Post: Orion Pobursky
2025-11-25, 2:22
» Replies: 1
» Views: 260
|
Technic 1990
Forum: Official Models
Last Post: Takeshi Takahashi
2025-11-24, 10:36
» Replies: 16
» Views: 21,451
|
Rudo Villano
Forum: Part Requests
Last Post: Carl Rodabaugh
2025-11-23, 18:10
» Replies: 7
» Views: 1,022
|
Mursten
Forum: Parts Tracker Discussion
Last Post: Peter Blomberg
2025-11-23, 11:23
» Replies: 14
» Views: 2,169
|
How to review texmap imag...
Forum: Parts Tracker Discussion
Last Post: N. W. Perry
2025-11-23, 5:23
» Replies: 19
» Views: 1,785
|
|
|
| LDConfig.ldr problem with colour 11019 Trans_Tan? |
|
Posted by: Jens Brühl - 2025-11-07, 20:59 - Forum: Official File Specifications/Standards
- Replies (21)
|
 |
I have a problem with LPub3D rendering LDView with Enable Highlight Steps.
Parts with tan colour now appear transparent instead of just highlighting the edge colour.
https://photos.app.goo.gl/JfhVyvE7CVQzUPqE7
The root cause seems to be in LDConfig.ldr with this change:
0 !LDRAW_ORG Configuration UPDATE 2025-09-18
0 // Last update: Added 11015 Trans_White and 11019 Trans_Tan
LPub3D uses the prefix 110 to show the highlighted parts with a defined edge colour:
# File: LEGOFadeStepColorParts.lst Generated on: 11-07-2025 19:53:40
# This space-delimited list captures the LDraw static color parts (and their subfiles) to support
# step fade and step highlight. Parts on this list are identified in the LDraw library and copied to
# their respective custom directory. Copied files are modified as described in the following
# lines. If fade step is enabled, color codes are replaced with a custom code using the standard
# color code prefixed with [100].
# If using a single fade step color, color codes are replaced with main material color
# code 16 using the fade color set in Preferences. If part highlight is enabled, edge
# color values are replaced with the color value set in Preferences. If part highlight is
# enabled, color codes are replaced with a custom code using the standard color code
# prefixed with [110].
# When fade step is enabled, custom generated files are appended with '-fade',
# for example, ...\custom\parts\99499-fade.dat
# When highlight step is enabled, custom generated files are appended with '-highlight',
# for example, ...\custom\parts\99499-highlight.dat
So LDView now finds the new colour 11019 in LDConfig.ldr to be Trans_Tan, instead of the local definition of LPub3D in the temporary file 42143 - 1.1.1.1-highlight.ldr:
0 !COLOUR LPub3D_Orange CODE 11025 VALUE #D67923 EDGE #C000FF00 ALPHA 255
0 !COLOUR LPub3D_Dark_Azure CODE 110321 VALUE #469BC3 EDGE #C000FF00 ALPHA 255
0 !COLOUR LPub3D_Yellow CODE 11014 VALUE #FAC80A EDGE #C000FF00 ALPHA 255
0 !COLOUR LPub3D_Tan CODE 11019 VALUE #D7BA8C EDGE #C000FF00 ALPHA 255
0 !COLOUR LPub3D_Light_Bluish_Grey CODE 11071 VALUE #969696 EDGE #C000FF00 ALPHA 255
0 !SILHOUETTE 1 #C000FF00
1 11071 0 0 0 -1 0 0 0 -1 0 0 0 1 64179.dat
1 11019 0 0 50 0 0 1 0 1 0 -1 0 0 3749.dat
1 11014 0 0 40 1 0 0 0 1 0 0 0 1 69762.dat
1 11014 0 0 -40 1 0 0 0 -1 0 0 0 -1 69762.dat
1 11019 0 0 -70 0 0 -1 0 1 0 1 0 0 99008.dat
1 110321 0 0 -80 1 0 0 0 -1 0 0 0 -1 69779.dat
1 11014 0 0 0 0 0 -1 0 1 0 1 0 0 42143 - 1.1.1.1.1-highlight.ldr
1 11014 -40 0 0 1 0 0 0 1 0 0 0 1 4519.dat
1 11014 -70 0 0 0 0 1 0 1 0 -1 0 0 59443.dat
1 11014 40 0 0 -1 0 0 0 1 0 0 0 -1 4519.dat
1 11014 70 0 0 0 0 -1 0 1 0 1 0 0 59443.dat
1 11025 40 0 -60 0 0 -1 1 0 0 0 -1 0 65304.dat
1 11025 -40 0 -60 0 0 -1 1 0 0 0 -1 0 65304.dat
0 !SILHOUETTE
How to solve this conflict?
Why has the colour 11019 been included in LDConfig.ldr ?
If I remove it there, the problem is solved.
|
|
|
| Keywords and invalid 0 lines |
|
Posted by: Orion Pobursky - 2025-11-02, 23:47 - Forum: Parts Tracker Discussion
- Replies (6)
|
 |
I'm considering implementing the following automatic upon submit edits:
- Remove all lines that consist of a single "0" and replace with a blank line
- Remove all lines that are "0 //" (i.e. a blank comment) and replace with a blank line
- If the last line is a single "0", remove completely
- Capitalize the first word for all keywords.
Thoughts?
|
|
|
| Empty file with MLCad |
|
Posted by: Massimo Maso - 2025-10-29, 19:15 - Forum: Parts Authoring
- Replies (2)
|
 |
Hello,
with the 2025-08 release something no longer works with the empty.dat file in MLCad (3.20 or 3.50).
Parts that use it are not uploaded correctly.
I did some tests on my PC and found this solution that seems to work without having to update software or change anything else.
Instead of the line:
0 MLCAD HIDE 5 24 0 0 0 0.0001 0 0 0.0001 -0.0001 0 0 0 0
I use:
2 16 0 0 0 0 0 0
if I open the file thus modified with LDPE1.8.96 obviously I have an error: identical vertices. But otherwise I have no problems.
Nothing is displayed, not even an isolated vertex, but the software continues to work.
if I open a part that uses empty.dat with the same software in the same way I have no problems.
I can't verify that any vertex is added, because now the software adds it automatically.
Similarly, if I use LDCad 1.6d there are no problems: no isolated vertex is shown and all parts are loaded.
- I don't know what happens if you export the part to use it in POV or Blender.
- I don't know what happens on other PC.
Massimo
|
|
|
|