| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,787
» Latest member: Trevor
» Forum threads: 6,460
» Forum posts: 53,541
Full Statistics
|
| Online Users |
There are currently 295 online users. » 1 Member(s) | 290 Guest(s) Baidu, Bing, Google, Yandex, Rene Rechthaler
|
| Latest Threads |
[LDPE] 1.9.03 Released (r...
Forum: Parts Author Tools
Last Post: Nils Schmidt
1 hour ago
» Replies: 0
» Views: 12
|
Pokemon
Forum: Official Models
Last Post: Florent Faramond
4 hours ago
» Replies: 17
» Views: 1,992
|
5687pb01 Dragonborn Palad...
Forum: Part Requests
Last Post: Hylian Waffle
5 hours ago
» Replies: 2
» Views: 189
|
Technic 1993
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 16:33
» Replies: 15
» Views: 11,105
|
Wheels needed for Set 772...
Forum: Part Requests
Last Post: Magnus Forsberg
Yesterday, 14:11
» Replies: 6
» Views: 696
|
[LDPE] 1.9.02 Released (S...
Forum: Parts Author Tools
Last Post: N. W. Perry
Yesterday, 13:47
» Replies: 8
» Views: 645
|
Proposed change to !CATEG...
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
Yesterday, 2:59
» Replies: 13
» Views: 1,019
|
Some Parts id like for MO...
Forum: Part Requests
Last Post: Alpha_Wolf24
2026-04-08, 4:26
» Replies: 2
» Views: 374
|
30305c01 Rock Monster (Ro...
Forum: Part Requests
Last Post: Peter Grass
2026-04-06, 20:50
» Replies: 19
» Views: 16,861
|
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Vincent Messenet
2026-04-06, 19:44
» Replies: 92
» Views: 110,024
|
|
|
| 2016/2017 LDraw.org Steering Committee (SteerCo): List of nominees |
|
Posted by: Willy Tschager - 2016-01-14, 12:40 - Forum: LDraw.org Announcements
- No Replies
|
 |
A quick reference to the candidates for the 2016/2017 LDraw.org Steering Committee (SteerCo) election. The information is drawn from the nomination process and corrections are welcome, please email the webmasters.
Candidates are listed in alphabetical order by last name and no ranking or endorsement should be inferred from their position on the list. The following table summarizes the status of each candidate in the format:
Nominee name: Nomination Status (Nominator, Second)
Chris Dee: Accepted (Max Martin Richter, Travis Cobbs)
Philippe Hurbain: Accepted (Max Martin Richter, Travis Cobbs)
Max Martin Richter: Accepted (Willy Tschager, Philippe Hurbain)
Orion Pobursky: Accepted (Max Martin Richter, Travis Cobbs)
Willy Tschager: Accepted (Max Martin Richter, Travis Cobbs)
Magnus Forsberg: Not Yet Accepted (Max Martin Richter, Travis Cobbs)
Michael Heidemann: Not Yet Accepted (Max Martin Richter, Travis Cobbs)
Travis Cobbs: Declined (Max Martin Richter)
Tim Gould: Declined (Max Martin Richter, Travis Cobbs)
Steffen Lohse: Declined (Max Martin Richter, Travis Cobbs)
Roland Melkert: Declined (Max Martin Richter, Travis Cobbs)
Replies to this have been disabled. The nominations thread is where they belong.
w.
|
|
|
| Color bug on export from LDView to POV .. lg_color.inc |
|
Posted by: Brian - 2016-01-11, 5:32 - Forum: General LDraw.org Discussion
- Replies (1)
|
 |
Hi,
When I export from LDView to POV, the color 151 VERY LIGHT BLUISH GRAY appears as green in POV ... After some investigation I found the RGB color as written in the lg_color.inc file is 14,94,77 .. which is green .. it should be 230,227,224 .. #E6E3E0 .. instead.
Code: // I changed the code to this
// 151 VERY LIGHT BLUISH GRAY / 208 LIGHT STONE GREY [PEERON]
#declare lg_very_light_bluish_grey = texture {
pigment { color srgb <230,227,224>/255 }
finish { lg_solid_finish }
}
// Code as found
// 151 VERY LIGHT BLUISH GRAY / 208 LIGHT STONE GREY [PEERON]
#declare lg_very_light_bluish_grey = texture {
pigment { color srgb <14,94,77>/255 }
finish { lg_solid_finish }
}
|
|
|
| New moulds with hollow studs and inner stopper ring |
|
Posted by: Owen Burgoyne - 2016-01-10, 22:25 - Forum: Parts Authoring
- Replies (13)
|
 |
After having recently opened up a small can of worms on the Parts Tracker with introducing the hollow stud with the inner stopper ring, it got me thinking about parts that have this inner stopper ring as part of their recent moulding but still have the same Design ID from their inception.
For example, 3665 "Slope Brick 45 2 x 1 Inverted" is now produced with this inner stopper (I have a spare one to hand) but is only modelled in LDraw without. However, this inner stopper does have implications on the part's function, as a 4 LDU bar can now only be inserted so far.
Therefore, would it be worth producing a "b" variant of this part with the inner stopper ring? BrickLink doesn't recognise it as a separate part, but it is functionally slightly different.
|
|
|
| LDview screenshot has no anti-aliasing |
|
Posted by: Merlijn Wissink - 2016-01-10, 12:39 - Forum: LDraw Editors and Viewers
- Replies (5)
|
 |
I've been having this problem for quite a while now, but I was too lazy to try to fix it. But, it's starting to annoy me more and more.
Basicly, LDview's screenshot output doesn't match what I'm seeing in LDview. It looks like it doesn't apply the anti-aliasing.
Here's an example: this is what I see on the screen and this is LDview's sceenshot output (please click the button for the original image, Onedrive is compressing the preview).
The strange things is that when LDview is being used by LPub, there's no problem at all and I have the smooth lines and all.
I'm using Windows 10 (but I believe I also had the problem on Windows 8.1, but I can't remember) and I'm using LDview 4.2 Beta 1 (I also tried 4.1 without any success).
Does anyone have an idea what the problem might be?
|
|
|
|