| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 152 online users. » 1 Member(s) | 147 Guest(s) Baidu, Bing, Google, Yandex, Erwin Schepers
|
| Latest Threads |
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
39 minutes ago
» Replies: 2
» Views: 1,320
|
ModelScope XR - VR model ...
Forum: LDraw Editors and Viewers
Last Post: Carlos Antelo
9 hours ago
» Replies: 1
» Views: 99
|
SF90 XX tires 5810 to go ...
Forum: Part Requests
Last Post: Magnus Forsberg
Yesterday, 20:48
» Replies: 3
» Views: 366
|
A bit of help needed for ...
Forum: Parts Authoring
Last Post: Gerald Lasser
Yesterday, 18:47
» Replies: 3
» Views: 144
|
[LDPE] 1.9.01 Released ('...
Forum: Parts Author Tools
Last Post: Nils Schmidt
Yesterday, 18:20
» Replies: 2
» Views: 216
|
New Community System Soon...
Forum: All Other Programs.
Last Post: Demetree Kallergis
Yesterday, 18:04
» Replies: 7
» Views: 229
|
Dropping Frame Rate when ...
Forum: LDraw Editors and Viewers
Last Post: SNIPE
Yesterday, 15:30
» Replies: 5
» Views: 434
|
Discussion - proposal to ...
Forum: Official File Specifications/Standards
Last Post: Philippe Hurbain
Yesterday, 12:51
» Replies: 52
» Views: 6,017
|
Parts Tracker
Forum: General LDraw.org Discussion
Last Post: Max Murtazin
Yesterday, 10:26
» Replies: 4
» Views: 3,079
|
File Format for the Studi...
Forum: Off-Topic
Last Post: Ryan Gross
Yesterday, 1:48
» Replies: 11
» Views: 15,752
|
|
|
| Princess Leia Minifigure |
|
Posted by: Reuben Pearse - 2012-10-30, 21:17 - Forum: Parts Authoring
- Replies (3)
|
 |
Hi all,
I'm trying to put together a Princess Leia minifigure. I've found the bun hair part (30409.dat) and the head (3626bp08.dat), but I'm struggling to find a torso piece. It seems that there are 3 possible Princess Leia torso parts:
973px411 - Hoth Jacket Pattern
973px303 - Brown Shirt Pattern
There is also a new Princess Leia minifigure featured in the set 7965 Millennium Falcon. This one is called "Princess Leia Organa minifigure"
Is anyone working on any of these parts, or could help me locate them.
BTW, I've recently added a Chewbacca Minifigure and Superman Minifigure to my website.
Thanks
Reuben
[email protected]
=====================================
Download 3D Lego models and other resources from:
http://www.pearse.co.uk/lego
=====================================
|
|
|
89762 Windscreen 7 x 4 x 2 Round Extended Front Edge |
|
Posted by: Nicholas Manuel - 2012-10-30, 13:40 - Forum: Part Requests
- Replies (4)
|
 |
This came as a bit of a surprise to me, the official Lego part 89762 exists in neither the official parts list, nor in the parts tracker. I have several models that use this part that I want to use in my Lego CGI project. Is this because the part is too rounded to render in animation without hesitation? Are their not enough primitives to support this part? Is the part not selling physically?
Whatever the reason, unless I have the part, my Lego CGI project will be at a standstill. Please digitize this part, we want a complete library, right?
Oh, and yes, this is probably my first post, I'd like to be welcomed, unless I already posted before.
|
|
|
| Are meta-commands case-sensitive? |
|
Posted by: Alex Taylor - 2012-10-29, 18:31 - Forum: Parts Authoring
- Replies (7)
|
 |
Almost all official and unofficial meta-commands that I've seen are written in all-caps (the exceptions being 'Name' and 'Author', presumably for historical reasons). I can't find anything which specifies that this is mandatory when defining new metas, so does anyone know:
- is it in fact mandatory, or just convention?
- should parsers be case-sensitive or case-insensitive when dealing with metas?
(As an aside, 'meta' is not an acronym, so should not be written as 'META' as it seems to be throughout the specs...)
|
|
|
| php error in http://www.ldraw.org/article/401 |
|
Posted by: Alex Taylor - 2012-10-29, 18:28 - Forum: Website Suggestions/Requests/Discussion
- Replies (3)
|
 |
I'm seeing the following:
/usr/www/users/peeron/ldraw/files/lib/smarty/Smarty.class.php:1593 - trigger_error
/usr/www/users/peeron/ldraw/files/lib/smarty/Smarty.class.php:1415 - _fetch_resource_info
/usr/www/users/peeron/ldraw/files/lib/smarty/Smarty.class.php:1261 - _compile_resource
/usr/www/users/peeron/ldraw/files/plugins/function.global_content.php:22 - fetch
/usr/www/users/peeron/ldraw/files/tmp/templates_c/67^%%70^707^707A8977%%content%3Acontent_en.php:114 - smarty_cms_function_global_content
/usr/www/users/peeron/ldraw/files/lib/smarty/Smarty.class.php:1263 - include
/usr/www/users/peeron/ldraw/files/plugins/function.content.php:121 - fetch
/usr/www/users/peeron/ldraw/files/tmp/templates_c/%%B2^B23^B2322195%%tpl_top%3A28.php:9 - smarty_cms_function_content
/usr/www/users/peeron/ldraw/files/lib/smarty/Smarty.class.php:1263 - include
/usr/www/users/peeron/ldraw/files/index.php:268 - fetch
string(63) "Smarty error: unable to read resource: "globalcontent:BadLinks""
It appears just after the list of meta-commands.
|
|
|
| Call for votes: Scoping rules for TEXMAP |
|
Posted by: Allen Smith - 2012-10-26, 19:57 - Forum: Standards Board
- Replies (7)
|
 |
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.
Change http://www.ldraw.org/documentation/ldraw...pping.html to add the bolded text and remove struck-through text:
Quote:This texture will remain in effect until:- An END is given within the current file
- The file in which the START is located ends
- A STEP command is reached
The texture will remain active when processing an included file unless overridden within that file.
Quote:The END command stops using the current texture and restores the previous texture to current status. This means that nested commands with START will form a stack of textures and the END command will pop those textures. However, END cannot appear in a different file from START. If an END command is given in a sub file without a START having been given in that same file, the END stops the use of a texture specified in a calling file, then that texture will be restored to use when the sub file is exitedhas no effect.
|
|
|
| Patterning |
|
Posted by: Stan Isachenko - 2012-10-25, 16:02 - Forum: Parts Authoring
- Replies (6)
|
 |
I see a lot of high quality patterns on parts tracker made by Howard Lande and others. How do you make them, and how long it takes? Which programs do you use. I tried LDPatternCreator, but i didn't understand it.
|
|
|
|