| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,901
» Latest member: Wilson Hu
» Forum threads: 6,503
» Forum posts: 53,773
Full Statistics
|
| Online Users |
There are currently 187 online users. » 0 Member(s) | 182 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
Request for Piece 50625 (...
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 11:55
» Replies: 1
» Views: 121
|
Teenage Mutant Ninja Turt...
Forum: Official Models
Last Post: Chris Böhnke
Yesterday, 3:29
» Replies: 9
» Views: 3,179
|
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
2026-06-01, 21:23
» Replies: 6
» Views: 4,177
|
LDraw.org 2026-05 Parts U...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
2026-05-31, 20:11
» Replies: 0
» Views: 254
|
Most Common Parts - 16 im...
Forum: Part Requests
Last Post: tom alphin
2026-05-30, 15:05
» Replies: 4
» Views: 643
|
Current LEGO Colour Palet...
Forum: Parts Authoring
Last Post: Chris Böhnke
2026-05-29, 21:24
» Replies: 2
» Views: 467
|
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Manfred Schaefer
2026-05-29, 12:14
» Replies: 18
» Views: 1,612
|
Hello! Parts 30258pb006,...
Forum: Part Requests
Last Post: Matthew
2026-05-27, 23:02
» Replies: 6
» Views: 700
|
Successor to LL918 using ...
Forum: MOCs (My Own Creations)
Last Post: Willy Tschager
2026-05-27, 13:05
» Replies: 1
» Views: 386
|
at rt
Forum: MOCs (My Own Creations)
Last Post: Jeff Jones
2026-05-27, 8:47
» Replies: 3
» Views: 477
|
|
|
| Bug Advisory: Leading BFC Statements |
|
Posted by: Orion Pobursky - 2023-09-06, 17:45 - Forum: Parts Tracker Discussion
- Replies (3)
|
 |
A bug in the Parts Tracker is stripping any BFC statements that are the first line of the part body.
Example
Code: <part header>
0 BFC INVERTNEXT
1 0 0 0 0 1 0 0 0 1 0 0 0 1 2-4cyli.dat
In the above case the "BFC INVERTNEXT" statement would be removed.
To mitigate this issue, have at least one non-BFC line as the start of the body
Example:
Code: <part header>
1 0 0 20 0 1 0 0 0 1 0 0 0 1 stud.dat
0 BFC INVERTNEXT
1 0 0 0 0 1 0 0 0 1 0 0 0 1 2-4cyli.dat
The above BFC statement will not be affected.
This bug has the potential to affect all parts submitted, released, or header edited since approximately Julyl 16.
|
|
|
| LDraw All-In-One-Installer 2023-04 v1 now available |
|
Posted by: Willy Tschager - 2023-09-03, 10:53 - Forum: LDraw.org Announcements
- No Replies
|
 |
An updated version of the LDraw All-In-One-Installer, in short AIOI, containing the LDraw Parts Library update 2023-04 with 512 new files (including 259 new parts and 19 new primitives) has been released.
The AIOI supports Windows XP (Home and Pro), Windows Vista or higher (all versions). There are two installer files available: Use the 64 Bit AIOI to install all the main 64 Bit programs, while the older 32 Bit programs are offered in a separated .exe file. Please note that only the 64 Bit version contains the LDraw Parts Library. If you want to use the 32 Bit programs it is mandatory that the library has been installed previously. The Installer will NOT run on Windows 95, 98, ME, NT Ver 4, 2000, or XP below SP2.
It contains the following changes:
* Update to Parts Library 2023-04
* Update to MLCad.ini 2023-04
* Update to Offline Parts Catalog 2023-04
You can download the AIOI from:
LDraw.org >> Help >> Get Started >> Windows >> LDraw All-In-One-Installer
Many thanks to all the programmers who contributed to this release.
Willy Tschager
(LDraw.org Content Manager)
|
|
|
|