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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,457
» Latest member: Tiny
» Forum threads: 6,269
» Forum posts: 52,363

Full Statistics

Online Users
There are currently 353 online users.
» 2 Member(s) | 346 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Philippe Hurbain

Latest Threads
[LDPE] 1.8.96 Released (n...
Forum: Parts Author Tools
Last Post: Cam's Bricks
27 minutes ago
» Replies: 9
» Views: 2,401
How to review texmap imag...
Forum: Parts Tracker Discussion
Last Post: Peter Blomberg
2 hours ago
» Replies: 13
» Views: 496
Rudo Villano
Forum: Part Requests
Last Post: Carl Rodabaugh
2 hours ago
» Replies: 0
» Views: 25
feature requests
Forum: Website Suggestions/Requests/Discussion
Last Post: Peter Blomberg
7 hours ago
» Replies: 2
» Views: 147
parts tracker filter my v...
Forum: Website Suggestions/Requests/Discussion
Last Post: Peter Blomberg
Today, 0:13
» Replies: 11
» Views: 778
LDraw API
Forum: Help
Last Post: Orion Pobursky
2025-11-19, 16:44
» Replies: 1
» Views: 166
Learning how to review st...
Forum: Parts Tracker Discussion
Last Post: Peter Blomberg
2025-11-19, 11:53
» Replies: 3
» Views: 251
Exporting parts 6393 and ...
Forum: Part Requests
Last Post: Louw
2025-11-19, 9:51
» Replies: 3
» Views: 4,848
Delay after submit
Forum: Parts Tracker Discussion
Last Post: Peter Blomberg
2025-11-19, 9:43
» Replies: 7
» Views: 308
The bottom of part 14769 ...
Forum: Parts Authoring
Last Post: Vincent Messenet
2025-11-18, 20:36
» Replies: 4
» Views: 808

 
  Box2-10p?
Posted by: Peter Blomberg - 2025-05-17, 23:10 - Forum: Parts Authoring - Replies (1)

Am I allowed to make a Box2-10p primitive or do I have to use the existing Box2-11 with an additional edge?

Print this item

  57579pb01/57579pb02 pattern pics ref
Posted by: Jeff Jones - 2025-05-17, 20:26 - Forum: Parts Authoring - No Replies

hello while i had said this in one of my 57579 uploads i would say it again.
does anyone own either 57579pb01 or 57579pb02 and is up for a photo shoot
i have come across images but they are either
good printing but not usable for (sorry for how weird i worded it) or is a good ref but print is misaligned
want top front and side pics
bye
Big Grin

Print this item

  Intro
Posted by: Chris Bongaarts - 2025-05-17, 17:08 - Forum: General LDraw.org Discussion - Replies (2)

The rules suggest to post an intro, so...

I've been enjoying building with LEGO since the late 70's, with a particular love of Classic Space.

LDraw is a delightfully nerdy application of all that is great about LEGO and the Internet.  I'm looking forward to participating!

Print this item

  Star Wars 2025
Posted by: Wouter Sonneveldt - 2025-05-17, 8:04 - Forum: Official Models - Replies (3)

A thread for Star Wars sets released in 2025

Print this item

  71613/30346c01 too high?!
Posted by: Sylvain Sauvage - 2025-05-16, 18:18 - Forum: Part Requests - Replies (18)

Hi again,

Another (old) error brought out on the Studio forums: part

71613 Electric Light & Sound Brick  4 x 12 x  2 Laser Drill  (formerly and for BL 30346c01) 

is too high by 1 plate.
As the description says it’s supposed to be 2 bricks high… but the 3D model is 1 plate more.

User provided a pic (Google drive, link in the post) of the real part.

Print this item

  bionicle cordak blaster
Posted by: Jeff Jones - 2025-05-16, 13:38 - Forum: Part Requests - No Replies

hola

https://rebrickable.com/parts/57523c01/l...k-blaster/
i want this part Big Grin

.jpg   250x250p.jpg (Size: 7.04 KB / Downloads: 30)
its ammo (57525) is in the tracker though
there are 3 ids for this assembly that being
57522 the red plunger
57523 the silver blaster
57524 the dbg barrel
bye

Print this item

  57792 needs a fix
Posted by: Sylvain Sauvage - 2025-05-16, 11:52 - Forum: Part Requests - Replies (4)

Hi all,

57792 Cylinder  6 x  3 x 10 Half with Taper and Four Pin Holes

needs a small fix on its bottom: it collides with studs (external, flat side; not with the special notches).  The problem has been noticed when trying to build set 7990-1 in Studio.

I don’t know how the real part looks exactly but there’s a picture on Rebrickable that would indicate the shape is correct (that is, there’s no notches for the studs), so the problem would be the radius of the base or the thickness of the wall there.

Anyway, thanks to anyone who would tackle that  Smile

Print this item

  File paths in various programs
Posted by: N. W. Perry - 2025-05-14, 21:37 - Forum: LDraw Editors and Viewers - Replies (5)

I'm seeking your wise advice on proper file paths (relative or absolute) for the various LDraw tools, and why they don't seem to behave the same between themselves.

In my ldraw folder I have these sub-directories, among others:
p/
parts/
Unofficial/
User/

Unofficial (for uncertified tracker parts) and User (for my own parts) each have their own p/ and parts/ subfolders, so they are both valid ldraw libraries. User also has a number of subfolders for parts authoring projects.

So I'm working on a part in one of those project folders in the User library, and it uses a custom primitive that is also in the User library (obviously in User/p/). To get this primitive to appear in LDPE, I have to give it this path: User\p\48\prim.dat. Some notes:

  • User is set at the "parts authoring" folder in LDPE, and Unofficial is set as the "Unofficial" folder (even though they're both unofficial libraries).
  • LDPE creates its own "ldparteditor-temp-project" folder, which I'm not using (never found the reason to). It's located outside my ldraw folder.
  • I've used relative paths in LDPE before, but for some reason ..\p\48\prim.dat doesn't work.

Now on to LDView. When I open the same part in LDView, the custom primitive isn't found, even though both User and User/p/ are set as extra search paths. To make the prim appear, I have to change the pathname to the full pathname from my disk (so Users/nwperry/ldraw/User/p/48/prim.dat).

Finally, out of curiosity I tried LDCad. In this case, the full pathname didn't work, but it was sufficient to just use 48\prim.dat as you would expect in any part file. User is designated as one of my unofficial libraries in LDCad's settings, and in this case the behavior is as I expect: it finds the primitive in the p folder in that library.

So the question is, could I do something differently so that all these programs will find the custom primitive, without having to have a different version of the part file for each different tool?
And are all these programs behaving as expected? It seems odd that I have an unofficial primitive in an unofficial library, but the programs don't find it there even though I've specifically set them up to do so.

Print this item

  May stud2 be used for other purposes?
Posted by: Peter Blomberg - 2025-05-13, 20:06 - Forum: Parts Authoring - Replies (2)

I need 18 copies of a hollow cylinder with a ring at the end for a particular part that I'm working on. Stud2.dat has the correct dimensions when scaled with an integer. However, the purpose of the stud2 primitive is to standardize the implementation of studs to which other parts can connect. Can I use the stud2 primitive for these hollow cylinders or is it reserved for connectivity-studs only?

Print this item

  am i doing this right?
Posted by: Jeff Jones - 2025-05-13, 19:53 - Forum: Parts Authoring - No Replies

hola i have never used pathtruder before

these are the test and the settings but when i hit ok it says nothing happened

have i did something wrong?

   

Print this item