LDraw.org Discussion Forums

Full Version: Incomplete list in the section on patterned parts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I viewed the list of all patterned parts for 22385 and noticed that the list was incomplete. For example, all parts relating to Nexo Knights were missing.

[attachment=13798]

The following image shows the missing parts in list form.

[attachment=13797]

Is there an error in the presentation here?

Regards

Manfred
The NEXO knight patterns break the naming convention. I'm going to have to code them in as a special exception.
(2026-03-30, 21:41)Orion Pobursky Wrote: [ -> ]The NEXO knight patterns break the naming convention. I'm going to have to code them in as a special exception.

Why do the NEXO Knight pattern break the naming convention?
Is there a simple way to change the header so that you don’t have to write an exception for this case?
Perhaps I could take care of that and send you the files with the header updated.

Best regards,

Manfred
(2026-04-03, 18:20)Manfred Schaefer Wrote: [ -> ]Why do the NEXO Knight pattern break the naming convention?
Is there a simple way to change the header so that you don’t have to write an exception for this case?
Perhaps I could take care of that and send you the files with the header updated.

Best regards,

Manfred

It's not a header thing. It's because the filename uses pNNN (where N is a number 0-9). Right now the only legal 3 character codes are p[cd]XX for Collectible Minifigures.

We probably should move them all from pNNN to p0NNN but that should be automated via custom backend code.