Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,630
» Latest member: haileyc
» Forum threads: 5,785
» Forum posts: 49,424
Full Statistics
|
Online Users |
There are currently 288 online users. » 1 Member(s) | 282 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Jeff Jones
|
Latest Threads |
James Jessiman Memorial A...
Forum: LDraw.org Announcements
Last Post: Willy Tschager
1 hour ago
» Replies: 0
» Views: 12
|
Packing LDraw Files
Forum: General LDraw.org Discussion
Last Post: Cam's Bricks
7 hours ago
» Replies: 1
» Views: 115
|
A request for a simple sc...
Forum: LDraw Editors and Viewers
Last Post: HWQ
Today, 3:45
» Replies: 2
» Views: 212
|
Tile 1x1 Round with Black...
Forum: Parts Authoring
Last Post: Evert-Jan Boer
Yesterday, 14:00
» Replies: 2
» Views: 118
|
part mesh request from un...
Forum: Parts Authoring
Last Post: Jeff Jones
Yesterday, 12:49
» Replies: 38
» Views: 1,914
|
Minifig Torso Generator
Forum: Parts Tracker Discussion
Last Post: Rene Rechthaler
2024-12-21, 16:44
» Replies: 13
» Views: 616
|
Friends 2014
Forum: Official Models
Last Post: Takeshi Takahashi
2024-12-21, 15:57
» Replies: 8
» Views: 3,082
|
Subfile for pattern
Forum: Parts Authoring
Last Post: Magnus Forsberg
2024-12-21, 14:21
» Replies: 2
» Views: 180
|
Brick 1x1 with curved top
Forum: Parts Authoring
Last Post: SNIPE
2024-12-20, 21:08
» Replies: 3
» Views: 496
|
Which parts can I author?
Forum: Parts Authoring
Last Post: Peter Blomberg
2024-12-20, 15:06
» Replies: 5
» Views: 314
|
|
|
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.)
|
|
|
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
|
|
|
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:
- 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.
- 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?
|
|
|
[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.
|
|
|
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.
|
|
|
|