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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,319
» Latest member: MAC21
» Forum threads: 6,180
» Forum posts: 51,806

Full Statistics

Online Users
There are currently 241 online users.
» 1 Member(s) | 235 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, Brett McColl

Latest Threads
A fresh list of "most com...
Forum: Part Requests
Last Post: Peter Blomberg
1 hour ago
» Replies: 9
» Views: 1,459
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Timothy Hall
Today, 2:41
» Replies: 85
» Views: 71,234
axleend2
Forum: Parts Tracker Discussion
Last Post: Gerald Lasser
Yesterday, 20:03
» Replies: 3
» Views: 470
Parts request
Forum: Part Requests
Last Post: Peter Grass
Yesterday, 5:58
» Replies: 2
» Views: 728
Transparent sticker colou...
Forum: General LDraw.org Discussion
Last Post: Travis Cobbs
Yesterday, 1:42
» Replies: 10
» Views: 1,243
The Emperor Zurg
Forum: Part Requests
Last Post: Julian Raymond Ruan
2025-09-15, 13:07
» Replies: 0
» Views: 540
Batman Cowls
Forum: Part Requests
Last Post: Peter Grass
2025-09-15, 1:13
» Replies: 1
» Views: 673
Fix for slightly incorrec...
Forum: Part Requests
Last Post: Huib Versteeg
2025-09-14, 9:50
» Replies: 4
» Views: 1,345
Lego Town Racer 1996 - 63...
Forum: Official Models
Last Post: Chris Böhnke
2025-09-13, 23:39
» Replies: 14
» Views: 2,905
Eyesight on Linux
Forum: Rendering Techniques
Last Post: Orion Pobursky
2025-09-13, 18:56
» Replies: 12
» Views: 9,522

 
  [LDCad] Use script to create submodel
Posted by: Jaco van der Molen - 2019-09-16, 19:15 - Forum: LDraw Editors and Viewers - Replies (7)

Hi all,

Is it possible to use a script to create a submodel in LDCad?
I ask this because I have to create multiple submodels that all require some basic other (LPub3D) metacommands and one or more parts, always in the same place.
This should be done by looping through a simple series of model names and descriptions.

I need to have submodels called A1, A2, A3, A4, .... A16
And B1, B2, B3 to B16 etc.
All the way to H.

Then I need submodels LA1, LA2, etc. to LH16

The A1, B1, etc. submodels should all have these lines:


Code:
0 ROTSTEP 90 180 0 ABS
0 !LPUB CALLOUT BEGIN
1 16 0 0 0 -0.5 0 0 0 0.5 0 0 0 -0.5 LA1.ldr
0 !LPUB CALLOUT END
0 !LPUB ASSEM MODEL_SCALE LOCAL  1.2500
0 !LPUB PLI BEGIN IGN
1 71 -150 0 150 1 0 0 0 1 0 0 0 1 91405.dat
0 !LPUB PLI END


Where in line 3 LA1.ldr is, of course, incremental like LA2, LA3, etc.

The LA1, LA2, etc. submodels should have more part lines in them and all start looking like this:

Code:
0 !LPUB ASSEM MODEL_SCALE LOCAL  0.3500
0 !LPUB PLI BEGIN IGN
[many part lines, all the same]
0 !LPUB PLI END

I was thinking about creating some sort of array that contains the names of the submodel files and then loop through to create all the submodels I need.

At least, that is my theory if I can use a script.

Or: can it be done another way?

Thanks all.

Print this item

  On the packaging of ldraw-parts and ldraw-mklist
Posted by: Sylvain Corlay - 2019-09-16, 16:23 - Forum: Help - Replies (7)

Hello World,

Thank you for the amazing work!

I have been working on the packaging of ldraw for the conda package manager (both ldraw-parts and ldraw-list) and I have come across a couple of pitfalls I wanted to report back - even though it is not completely a blocker for moving forward.

1. mklist

- The mklist package does not build out of the box. Everyone (FreeBSD, Debian, ArchLinux) appears to be applying the same patches to the makefile and sources so that it builds succesfully (and I had to do so as well). It may be worth including these patches upstream and bump the version of mklist which has not been updated in a while. If the package was hosted on GitHub or GitLab, it may be easier to submit patches back.

- The mklist source tarball is included in the parts zip file, including built artefacts for windows. Since it is a very simple program, I think that it is fine to provide a built executable on the website, although the parts library and mklist may be better separated.

- Quick note if anyone on this forum is involved in the debian packaging: the version number for the ldraw-mklist debian package appears to be the same as for parts library, while it should really be 1.6.

2. Persistent source tarballs for the parts library

It seems that with every update of the parts library, the new parts are uploaded in a separate zip file, while the complete.zip file is overwritten with the new version of the full library.
This may be an issue because old versions of complete.zip are not available anymore and we can't use a persistent URL for a given version. If you kept a complete-????.zip around for each release, we would be able to point to it persistently.

I am looking forward to hearing back, and super excited to work on the packaging of the lego CAD stack for conda!

Cheers,

Print this item

  4864bpx2/4864bpx3 Update?
Posted by: Cam's Bricks - 2019-09-16, 14:41 - Forum: Parts Authoring - Replies (2)

Hello,

I am working on some instructions that will use this part but in some other, custom, colors. Would it be possible to get this part re configured such that the panel is always trans clear and the color of the printing is the selectable color.

Thanks,
Cameron

Print this item

  Call for votes: Update sticker spec wording relating to sticker sheet color
Posted by: Travis Cobbs - 2019-09-13, 5:31 - Forum: Standards Board - Replies (6)

Please vote on the following change to the Official Library Specification for Sticker Parts:

Update the following text:

Quote:The sticker pattern is modelled in its true colours; they are not modifiable from the outside. All printed colours of the pattern must be matched, and the background (non-printed portion) of the pattern must use colour 16. Mimicking a colour by blending in the background colour of the part underneath using colour 16 is not allowed.


Change it to read:

Quote:The sticker pattern is modelled in its true colours; they are not modifiable from the outside. All colours of the top surface must be matched, and the back side and sides of the sticker must use colour 16. Print on a transparent plastic sticker sheet should use colour 16 on the transparent part of the top surface.

Print this item

  Update sticker spec wording relating to sticker sheet color
Posted by: Travis Cobbs - 2019-09-11, 21:06 - Forum: Standards Board - Replies (3)

Currently, the following text exists in the sticker spec:

Quote:The sticker pattern is modelled in its true colours; they are not modifiable from the outside. All printed colours of the pattern must be matched, and the background (non-printed portion) of the pattern must use colour 16. Mimicking a colour by blending in the background colour of the part underneath using colour 16 is not allowed.

This proposal is to change the above text to instead read:

Quote:The sticker pattern is modelled in its true colours; they are not modifiable from the outside. All colours of the top surface must be matched, and the back side and sides of the sticker must use colour 16. Print on a transparent plastic sticker sheet should use colour 16 on the transparent part of the top surface.

Print this item

  Hole in 11062 - Lamppost 2 x 2 x 7 with 4 Base Flutes?
Posted by: Willy Tschager - 2019-09-11, 20:46 - Forum: Parts Authoring - Replies (6)

Guys,

goes the hole in 11062 - Lamppost 2 x 2 x 7 with 4 Base Flutes through the entire part? How thick is this hole - 3 LDU?

[Image: 400x1010b.jpg]

Thx,

w.

Print this item

  Help requests?
Posted by: ShireBrickz.com - 2019-09-11, 20:30 - Forum: Help Wanted - Replies (1)

It appears to have been 12 months since the last post in this forum so I thought I would bump one up.

Are there any things needing help for the running, maintenance or development of the LDraw group at the moment?

Whilst there are many people who I am sure are more qualified than I am on here, I am still happy to assist in any way possible. Even happy if this post is enough to bump the memory of those people with specialist knowledge to help in some way.

Cheer

Adam

Print this item

  LDraw Mobile Client
Posted by: Afynyth Ten - 2019-09-11, 7:06 - Forum: LDraw Editors and Viewers - Replies (2)

Currently I've been using Buf3D+ on my Google Pixel 2 XL but I was curious to know if LDraw team has any plans to release a dedicated mobile client in near future..

______________________________________________________________________________________________________________________________________________________________________
Regards, [font=Tahoma, Verdana, Arial, sans-serif]Afynyth Showbox[/font]

Print this item

  LD Pattern Creator Help - Template creation
Posted by: ShireBrickz.com - 2019-09-10, 22:52 - Forum: Parts Author Tools - Replies (13)

Hi LD community.

I’m after some help with either understanding the process of importing .dat files into LD Pattern Creator, or creating additional templates.

I’ve used the software for a while now and can create patterns using the supplied templates, but can’t seem to successfully create pieces which are not already supplied. Are there any suggested posts or instructions elsewhere to explain the process of importing existing .dat files from the LDRaw Parts Library and selecting the correct face. For example I can’t successfully find the large face of 1x6x5 panel (59349) to then create my pattern.

Thanks in advance
Adam

Print this item

  Adding a link to the Latest Parts Release page
Posted by: Gerald Lasser - 2019-09-10, 21:13 - Forum: Website Suggestions/Requests/Discussion - Replies (2)

I had to update the LDConfig today and I had a relatively hard time finding it.

Can we have a link like I drafted in the picture below:
   

Print this item