Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,997
» Latest member: smith2
» Forum threads: 5,988
» Forum posts: 50,695
Full Statistics
|
Online Users |
There are currently 409 online users. » 2 Member(s) | 404 Guest(s) Baidu, Bing, Google, Jeff Jones, Rene Rechthaler
|
Latest Threads |
LDView 4.6 Released
Forum: LDraw Editors and Viewers
Last Post: Travis Cobbs
2 hours ago
» Replies: 6
» Views: 82
|
Friends Animal Series
Forum: Official Models
Last Post: Takeshi Takahashi
3 hours ago
» Replies: 17
» Views: 5,004
|
Parts request
Forum: Part Requests
Last Post: Takeshi Takahashi
8 hours ago
» Replies: 1
» Views: 288
|
Friends Fawn 13393
Forum: Part Requests
Last Post: Philippe Hurbain
Yesterday, 17:21
» Replies: 3
» Views: 523
|
LDraw Part Naming Stylegu...
Forum: Official File Specifications/Standards
Last Post: N. W. Perry
2025-05-09, 11:49
» Replies: 12
» Views: 929
|
Technic 2024
Forum: Official Models
Last Post: Cam's Bricks
2025-05-08, 10:43
» Replies: 52
» Views: 38,589
|
partial torus prims
Forum: Official File Specifications/Standards
Last Post: N. W. Perry
2025-05-07, 21:52
» Replies: 20
» Views: 2,523
|
Most Common Parts that re...
Forum: Part Requests
Last Post: Rene Rechthaler
2025-05-07, 16:15
» Replies: 31
» Views: 6,716
|
Updating the Library
Forum: Help
Last Post: N. W. Perry
2025-05-07, 16:13
» Replies: 7
» Views: 1,056
|
15535pb13 (thru 18) Tile,...
Forum: Part Requests
Last Post: Cam's Bricks
2025-05-06, 19:54
» Replies: 2
» Views: 499
|
|
|
Brickworld Chicago 2012 |
Posted by: Orion Pobursky - 2012-03-19, 15:40 - Forum: General LDraw.org Discussion
- No Replies
|
 |
I'm attending Brickworld Chicago this year. As in past years I'm going to give my Intro to Ldraw presentation but are there any other topics that you might like to see?
Also, I'm going to have an LDraw display for public day. I'd like to have some fresh rendering for use instead of rehashing the old MOTM/SOTM images.
Any other thoughts?
|
|
|
Call for votes: Leading or trailing white space characters in file names |
Posted by: Willy Tschager - 2012-03-19, 14:47 - Forum: Standards Board
- Replies (6)
|
 |
Please vote on the proposal below. Please modify the Subject to include your name and vote, in addition to giving your vote in the text.
Update the LDraw.org File Format Version 1.0.0 in the following way:
Replace
' Wrote:Every line of the file contains one command. With few exceptions, every command is independent of other lines. The exceptions are the BFC meta-commands which modify the behaviour of one or more following command lines. There is no line length restriction. The whitespace characters allowed for keyword and parameter separation include spaces and tabs. Every command starts with a number, called a line type. The function and format of the line is determined by the line type.
with
' Wrote:Basic parsing / file content
An LDraw file consists of one command per line. There is no line length restriction. Each command consists of optional leading whitespace followed by whitespace-delimited tokens. Some commands also have trailing arbitrary data which may itself include internal whitespace; such data is not tokenized, but treated as single unit according to the command.
Whitespace is defined as one or more spaces (#32), tabs (#9), or combination thereof.
Lines may also be empty or consist only of whitespace. Such lines have no effect.
If a line is non-empty, the first token must be an integer from the list of valid Line Type numbers. This number dictates further parsing of tokens for that line. The parsing rules per linetype follow below.
Replace
' Wrote:<file> is the filename of the sub-file referenced and must be a valid LDraw filename.
with
' Wrote:<file> is the filename of the sub-file referenced and must be a valid LDraw filename. Any leading and/or trailing whitespace must be ignored. Normal token separation is otherwise disabled for the filename value.
|
|
|
Background color for sticker substrate |
Posted by: Willy Tschager - 2012-03-16, 20:16 - Forum: Standards Board
- Replies (8)
|
 |
Moving this http://forums.ldraw.org/showthread.php?t...81#pid3781 over here:
Quote:The sticker is a 0.25 LDU thin box (or whatever shape sticker is in), oriented such that the top face is at -0.25 Y and parallel with the X-Z plane. The pattern is on the top face; the other (five) sides of the box correspond to main background colour of the sticker pattern (i.e. the predominant colour of the pattern at its edges). If there isn't a predominant colour at the edges of the sticker, the actual colour of the sticker material should be used instead (usually white).
to
Quote:The sticker is a 0.25 LDU thin box (or whatever shape sticker is in), without any linetypes 2 (edgelines) and coloured with main color 16. The sticker is oriented such that the top face is at -0.25 Y and parallel with the X-Z plane. The pattern with the hardcoded colours is on the top face.
Thoughts? What comes to my mind is how do we tight the first paragraph to the second, counting in that color 16 in patterns is allowed only for transparent colors. I'd like to - if possible - separate the pattern from the substrate. To make it short the first paragraph defines the substrate, the second the pattern.
w.
|
|
|
Unofficial files in the OMR |
Posted by: Willy Tschager - 2012-03-12, 9:14 - Forum: Standards Board
- Replies (12)
|
 |
I'd like to discuss this:
http://forums.ldraw.org/showthread.php?t...28#pid3128
Should we change in http://www.ldraw.org/Article593.html:
Quote:Unofficial parts are allowed to be used. The filename of the unofficial part is subject to the naming rules above (e.g. 33056.dat would be renamed to <MPD Filename> - 33956.dat).
to
Quote:Unofficial parts are allowed to be used. The filename of the unofficial part is subject to the following naming rules:
<Set Number> - <Unofficial Part Number>.dat
<Set Number> is the the number printed on the model's container.
<Unofficial Part Number> is the unofficial part number assigned in that very moment
(e.g. 33956.dat would be renamed to <Set Number> - 33956.dat).
w.
|
|
|
|