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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,147
» Latest member: Peter Hans
» Forum threads: 6,077
» Forum posts: 51,212

Full Statistics

Online Users
There are currently 685 online users.
» 0 Member(s) | 682 Guest(s)
Baidu, Bing, Google

Latest Threads
LDConfig Update: More dis...
Forum: Official File Specifications/Standards
Last Post: Chris Böhnke
3 hours ago
» Replies: 0
» Views: 12
Hi-res logo primitives
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
7 hours ago
» Replies: 13
» Views: 445
Wookiees!
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 16:48
» Replies: 0
» Views: 50
Colour Request: 15 Lemon ...
Forum: Official File Specifications/Standards
Last Post: Chris Böhnke
Yesterday, 15:58
» Replies: 9
» Views: 342
LDraw.org 2025-06 Parts U...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
2025-07-07, 15:38
» Replies: 4
» Views: 607
Part 5561, Door 1 x 4 x 1...
Forum: Part Requests
Last Post: Zach M
2025-07-07, 14:48
» Replies: 0
» Views: 101
Updates of the Bricklink ...
Forum: Parts Authoring
Last Post: Manfred Schaefer
2025-07-06, 19:28
» Replies: 6
» Views: 582
Modulex parts
Forum: Parts Authoring
Last Post: Chris Böhnke
2025-07-06, 18:29
» Replies: 24
» Views: 3,211
Minifigure Head 3626pb307...
Forum: Part Requests
Last Post: Knud Ahrnell Albrechtsen
2025-07-06, 16:41
» Replies: 3
» Views: 335
Minifigure Head 3626pb181...
Forum: Part Requests
Last Post: Knud Ahrnell Albrechtsen
2025-07-06, 16:34
» Replies: 2
» Views: 284

 
  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

  [Bricksmith] More feature requests
Posted by: Orion Pobursky - 2011-11-30, 2:39 - Forum: LDraw Editors and Viewers - Replies (5)

Ok, I read actaully read the Help file this time so if I ask for something that's in there then I guess my short term memory sucks Wink

- I like show/hide but it only works if the actual parts are selected. Request that if a step is selected, all the parts in that step are hidden/shown
- Request an easy way to set the zoom level for all the viewports, all at the same time. Sometimes I zoom to various levels depending on the view (e.g. front, left, etc...) and then when I'm done I'd like to just reset them all back to the same view level. - Jim's suggestion is good enough for me
- A keyboard shortcut for changing grid granularity - These exist and I am apparently blind
- I like pinch to zoom but for some reason it sometimes switches the viewport to the 3D view while I am pinching.
- OMR stuff for the file header.

Print this item