Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,771
» Latest member: Dextall
» Forum threads: 6,457
» Forum posts: 53,495

Full Statistics

Online Users
There are currently 222 online users.
» 4 Member(s) | 213 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, Cam's Bricks, Jeff Jones, Philippe Hurbain

Latest Threads
Incomplete list in the se...
Forum: Help
Last Post: Orion Pobursky
1 hour ago
» Replies: 3
» Views: 229
Proposed change to !CATEG...
Forum: Official File Specifications/Standards
Last Post: Manfred Schaefer
1 hour ago
» Replies: 4
» Views: 45
Feature request - Add cur...
Forum: LDraw Editors and Viewers
Last Post: Roland Melkert
Yesterday, 22:05
» Replies: 11
» Views: 2,031
[LDPE] 1.9.02 Released (S...
Forum: Parts Author Tools
Last Post: N. W. Perry
Yesterday, 15:30
» Replies: 3
» Views: 420
Wheels needed for Set 772...
Forum: Part Requests
Last Post: Alfred Schmitz
Yesterday, 9:16
» Replies: 4
» Views: 255
Technic 1993
Forum: Official Models
Last Post: N. W. Perry
2026-04-01, 22:41
» Replies: 11
» Views: 10,444
Description errors and mi...
Forum: Parts Authoring
Last Post: Magnus Forsberg
2026-04-01, 21:42
» Replies: 3
» Views: 249
Insert background picture...
Forum: LDraw Editors and Viewers
Last Post: Roland Melkert
2026-04-01, 19:48
» Replies: 6
» Views: 1,230
request me to do a part y...
Forum: Parts Authoring
Last Post: Jeff Jones
2026-04-01, 6:32
» Replies: 3
» Views: 444
LDraw.org 2026-03 Parts U...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
2026-04-01, 2:04
» Replies: 0
» Views: 184

 
  [Sticky] Parts for urgent review
Posted by: Tim Gould - 2011-12-01, 22:50 - Forum: Parts Authoring - Replies (61)

I've made this a sticky thread. Please add parts whose absence makes a major gap in the library. Try to stick to older parts (more than 1 year on the PT) but if a new part is important and appears to be overlooked (eg. new basics like tiles, plates and bricks) add it too.

And for those who wish to help review but don't know how, try this tutorial.

For example:

The 4.5V and 12V have been on the PT for a long time.

Print this item

  Thanks for this forum!
Posted by: Philippe Hurbain - 2011-12-01, 15:35 - Forum: General LDraw.org Discussion - Replies (11)

I must admit that I was skeptical to move discussions from Lugnet/cad to here, but seeing the huge activity here now, and all the new guys appearing, it was a wise move! So many thanks to all involved in the creation of this new LDraw home!!!

Print this item

  forum notification e-mail
Posted by: Steffen - 2011-12-01, 14:44 - Forum: Website Suggestions/Requests/Discussion - Replies (4)

Currently, the forum notifications via e-mail have "[email protected]" as sender.
I'd like to ask if this could be changed to something more specific/simpler, like e.g.
ldraw.org Forums Notification
or
LDraw.org Forums
or
LDraw.org Forum Notificator Script
or
LDraw.org Forum Notificator

That would allow me to better sort my e-mails.

The general sender [email protected] should IMHO not be used for this specific task.

(Of course, the "From" text setting can be configured independently from its associated mail address,
so of course the mail address behind the From: text can stay as it is now.
I just want the displayed text in the notification mails changed to something more specific.)

Print this item

  Applescript droplet to generate png previews using LDView
Posted by: Ramón Figueroa-Centeno - 2011-12-01, 10:01 - Forum: LDraw Editors and Viewers - No Replies

Aloha,

The following saved as an application from the AppleScript Editor generates png previews:

Code:
property ldview : "/Applications/LDView/LDView.app/Contents/MacOS/LDView"

on run
    set root to choose folder with prompt "Please select folder."
    generatepreview(root)
end run

on open root
    if folder of (info for root without size) is true then
        generatepreview(root)
    end if
end open

on generatepreview(root)
    
    set suffix to "\\( -iname \"*.ldr\" -o -iname \"*.mpd\" -o -iname \"*.dat\" \\)"
    
    set root to (POSIX path of root) as string
    set root to quoted form of ((characters 1 through -2 of root) as string)
    set ldrs to do shell script "find " & root & " -type f " & suffix
    
    repeat with ldr in paragraphs of ldrs
        try
            set dirname to do shell script "dirname " & quoted form of ldr
            set png to ((characters 1 through -5 of ldr) as string) & ".png"
            do shell script "cd " & dirname & "; " & ldview & " " & quoted form of ldr & " -SaveSnapshot " & quoted form of png
        end try
    end repeat
end generatepreview

It assumes that LDview is in the application folder. Modify the "ldview" property otherwise.

Ramón

Print this item

  How do I use LDView form the command line in OSX?
Posted by: Ramón Figueroa-Centeno - 2011-12-01, 7:11 - Forum: LDraw Editors and Viewers - Replies (1)

Aloha,

How do I use LDView form the command line in OSX?

Mahalo,

Ramón

Print this item

  Feature request for Bricksmith: Quicklook plugin
Posted by: Ramón Figueroa-Centeno - 2011-12-01, 6:54 - Forum: LDraw Editors and Viewers - No Replies

Aloha,

It would be very cool to have a quicklook plugin for ldraw files in OSX. Perhaps to be bundled with Bricksmith, or by itself.

Mahalo,

Ramón

Print this item

  Streamlining the exchange of models that use unofficial parts
Posted by: Jim DeVona - 2011-12-01, 2:41 - Forum: LDraw File Processing and Conversion - Replies (14)

A common issue with sharing LDraw models seems to be unofficial parts usage. To recap the problem, since unofficial parts are subject to changes in origin, orientation, filename, etc., models built with unofficial parts may appear incorrectly or incomplete to users with different (or no) versions of that part. The recommended solution (see recent examples) is to include needed unofficial parts as MPD submodels, so the version used will always be available to others viewing the file. This is a good solution, but I don't think it is an obvious solution to the larger community of casual users. Plus, if you use certain unofficial parts frequently (or have downloaded all of them), I find it easy to forget that they are even unofficial - and there may be prerequisite unofficial subparts or primitives needed as well.

So:

  1. Are there any editors or utilities that currently support saving models with unofficial parts (and dependencies) included as sub models? For example, a save dialog option or insert menu command to "Include unofficial parts as sub models", or a single-purpose utility to do the same for existing files. I suppose unofficial parts would be identified by looking for "Unofficial_" in the !LDRAW_ORG header line (or any non-compliance with the official library header specs, for that matter), or also, obviously, if they are housed in the "Unofficial/" subdirectory of the LDraw library.
  2. Imagine if the Part Tracker kept a version history of the actual part files (like source code version control), not just an event log. (Does it?) Conceivably, this could then be used to retrieve the unofficial parts used to create models found in the wild - perhaps even programmatically, based on file creation date. I can imagine a number of cases where this strategy might break down, but maintaining a full version history seems like it might be useful anyway. (Moving forward, it could probably even be implemented as a third party mirror that monitors the main part tracker's activity log and commits copies of each new change...)

Thoughts and comments?

Print this item

  My models...
Posted by: Oh-Seong KWON - 2011-11-30, 15:01 - Forum: Official Models - Replies (2)

http://widetent.tistory.com/entry/A-lot-...raw-models

Here are a lot of models that I have made since 2009.

It' over 350 models including many big models, especially Technic, Starwars and Modular Buildings.

Anybody want to use it, you can download it at above link.

Note that I want to give it 'Free for NON-Commercial Use ONLY' right Smile

I hope that these models make someone happy.

I have made some serious decision to leave MLCAD, SR3D Builder for 8 months because of personal reason.

KWON

Print this item

  [SR 3D Builder] Install request
Posted by: Orion Pobursky - 2011-11-30, 14:42 - Forum: LDraw Editors and Viewers - Replies (7)

I'm a computer control freak and as such I hate install programs. I'd much prefer to have a zip file to unzip wherever I want. I realize that most users like install programs but I'd like to request a zip distro of SR 3D Builder.

I'd also like to request the unbundling of the Conns folder with the rest of the parts library. I keep my parts distro up to date myself and, frankly, the installer you use to add the parts library is extremely slow. I'd rather not have to sit through the entire install every time I want to update the program.

Print this item

  Description Length still constrained to 64 characters?
Posted by: Greg Teft - 2011-11-30, 6:28 - Forum: Parts Authoring - Replies (7)

I noticed about a half dozen parts with longer descriptions in an 'unofficial' download from September, but no comments regarding that as an issue in the parts tracker.
4521127.dat
s/32167s01.dat
Is there still a constraint on the description length as per the header spec?
Just wondering if the code I'm working for my Java project should prevent this.
I came across it while running a test across all dat files I had.

Print this item