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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,325
» Latest member: Marty Mutzelburg
» Forum threads: 6,184
» Forum posts: 51,825

Full Statistics

Online Users
There are currently 239 online users.
» 2 Member(s) | 231 Guest(s)
Applebot, Baidu, Bing, Google, Internet Archive, Yandex, Hageta, Rene Rechthaler

Latest Threads
I'm going to be getting a...
Forum: Parts Authoring
Last Post: Hageta
50 minutes ago
» Replies: 8
» Views: 209
Third voting option?
Forum: Website Suggestions/Requests/Discussion
Last Post: Peter Blomberg
1 hour ago
» Replies: 4
» Views: 860
Primref wiki
Forum: Website Suggestions/Requests/Discussion
Last Post: Magnus Forsberg
8 hours ago
» Replies: 0
» Views: 118
Dots 1x1 printed alphabet...
Forum: Part Requests
Last Post: Orion Pobursky
Today, 6:28
» Replies: 4
» Views: 375
Koala animal part 2589pb0...
Forum: Part Requests
Last Post: Ollie
Today, 2:02
» Replies: 0
» Views: 193
Stud groups
Forum: Official File Specifications/Standards
Last Post: Magnus Forsberg
Yesterday, 20:34
» Replies: 1
» Views: 323
A fresh list of "most com...
Forum: Part Requests
Last Post: Peter Blomberg
Yesterday, 15:34
» Replies: 11
» Views: 2,502
Part Request - 51008pb01 ...
Forum: Part Requests
Last Post: Julian Raymond Ruan
Yesterday, 12:04
» Replies: 2
» Views: 2,477
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Timothy Hall
2025-09-17, 2:41
» Replies: 85
» Views: 75,660
axleend2
Forum: Parts Tracker Discussion
Last Post: Gerald Lasser
2025-09-16, 20:03
» Replies: 3
» Views: 929

 
  Edit Header LDCad new submodel
Posted by: Jaco van der Molen - 2021-02-25, 19:28 - Forum: LDraw Editors and Viewers - Replies (2)

Hi all,

By mistake, I choose "No auto show" in the lower right corner of this dialog.

   

How do I reset it to "Show for new Models"?

Thanks.

Jaco

Print this item

  Couple of bionicle parts
Posted by: Max Murtazin - 2021-02-25, 18:52 - Forum: Official Models - Replies (4)

Hi everyone! For a while, me and my friend, Lehvak Nuva've been working on bionicle parts Stud.io mod. Recently, he asked me to share his parts on LDraw, so I took best ones and put them here



Attached Files
.dat   32554.dat (Size: 162.25 KB / Downloads: 32)
.dat   32553a.dat (Size: 245.7 KB / Downloads: 25)
.dat   32505.dat (Size: 1.22 MB / Downloads: 17)
.dat   32569.dat (Size: 303.45 KB / Downloads: 16)
.dat   32566.dat (Size: 288.19 KB / Downloads: 14)
.dat   32568.dat (Size: 253.38 KB / Downloads: 15)
.dat   32573.dat (Size: 283.61 KB / Downloads: 16)
.dat   32560.dat (Size: 343.56 KB / Downloads: 17)
.dat   42042.dat (Size: 121.69 KB / Downloads: 19)
Print this item

  Using CommandLinesList and ExportFile
Posted by: Bertrand Lequy - 2021-02-23, 21:11 - Forum: LDraw Editors and Viewers - Replies (13)

Hello.




I'm trying to use LDView command line to do batch pov generation. I have 2 problems



the first one is that the pov file I get using command line with ExportFile is not the same I get using the same command line  and manual export.




Case 1 :

Code:
D:\Installations\LDRAW\LDView64\LDView64.exe D:\LEGO\Python\data\3001.ldr -DefaultLatitude=20 -DefaultLongitude=45 -WindowWidth=504 -WindowHeight=563 -ExportFile=D:\LEGO\Python\data\3001.pov



vs :

Case 2 :

Code:
D:\Installations\LDRAW\LDView64\LDView64.exe D:\LEGO\Python\data\3001.ldr -DefaultLatitude=20 -DefaultLongitude=45 -WindowWidth=504 -WindowHeight=563



Of course, the second line give me exactly what I want in the LDView window.




they're only two differences :


the first line of the header is not the same (it's not a problem, but it's strange)




Case 1 :



Code:
// Generated By: LDView Copyright (C) 2018 Travis Cobbs & Peter Bartfai
vs :



Case 2 :



Code:
// Generated By: LDView 4.3 Copyright (C) 2018 Travis Cobbs & Peter Bartfai


the camera settings are wrong in case 2 :



Case 1 :



Code:
#declare LDXCameraLoc = < 447.158142,-351.187286,-446.14975 >;    // Camera Location vector
#declare LDXCameraLookAt = < 4.58077876387164906191,10.17561232900345657981,-3.57247258550586366255 >;    // Camera look-at point vector
#declare LDXCameraSky = < -0.35355329881115843405,-0.86602543005723520153,0.35355341802042911103 >;    // Camera sky vector (<0,-1,0> will usually work for standard "up")
vs :



Case 2 :



Code:
#declare LDXCameraLoc = < 707.842224,-354.348816,-707.842224 >; // Camera Location vector
#declare LDXCameraLookAt = < 2.24497200047949263535,8.84444866651756456122,-2.24497200047949263535 >; // Camera look-at point vector
#declare LDXCameraSky = < -0.24184478580022841787,-0.93969260886871053273,0.24184478580022841787 >; // Camera sky vector (<0,-1,0> will usually work for standard "up")




Obviously, in the first case, the camera is too close and my renders are cropped. I bypass the problem by tweaking LDXCamAspect and angle, but the result is not what I want and what I've set up. I can go with it for now, but it's strange.







The other problem is that I'm not able to use the -commandLinesList functionnality.



I've created a file  named commandlist.txt :







Code:
Common: -DefaultLatitude=20 -DefaultLongitude=45 -WindowWidth=504 -WindowHeight=563
D:\LEGO\Python\data\3001.ldr -ExportFile=D:\LEGO\Python\data\3001.pov
D:\LEGO\Python\data\3002.ldr -ExportFile=D:\LEGO\Python\data\3002.pov
D:\LEGO\Python\data\3003.ldr -ExportFile=D:\LEGO\Python\data\3003.pov
D:\LEGO\Python\data\3002.ldr -ExportFile=D:\LEGO\Python\data\3004.pov
D:\LEGO\Python\data\3002.ldr -ExportFile=D:\LEGO\Python\data\3005.pov
D:\LEGO\Python\data\3002.ldr -ExportFile=D:\LEGO\Python\data\3006.pov
D:\LEGO\Python\data\3002.ldr -ExportFile=D:\LEGO\Python\data\3007.pov
D:\LEGO\Python\data\3002.ldr -ExportFile=D:\LEGO\Python\data\3008.pov




My command line is :



Code:
D:\Installations\LDRAW\LDView64\LDView64.exe -CommandLinesList=D:\LEGO\Python\data\commandlist.txt




LDview just pop up like usualy, asking me to open a file. I'm lost.

Print this item

  Showing path info when in nested mode
Posted by: Andreas Hinz - 2021-02-21, 13:50 - Forum: LDraw Editors and Viewers - Replies (2)

Hello everybody,

I've just been making up my mind whther to use stud.io or LDCad for my MOCs. After studying the documentation from Roland Melkert and doing the first test constructions, the decision is pretty clear. As LDCad is, for example, much more flexible in placing parts and, even when working on bigger models, much faster, this will be the way to go.

Concerning the use of flexible parts, I have one question:
When for example placing a rubber band I would like to see an information about the length of the current path. I saw a video tutorial from Roland Melkert which showed this feature (see attachment).

Until now I could'nt figure out how to make LDCad show this information. In my app the last line in the info window is missing.

Can anybody give me a hint? I'm using LDCad 1.6d.

By the way is this the latest version of this great app?

Regards from sunny Bremen



Attached Files
.png   Download.png (Size: 59.6 KB / Downloads: 31)
Print this item

  2021/2022 LDraw.org Steering Committee: Nominations closing in a week
Posted by: Willy Tschager - 2021-02-21, 6:52 - Forum: LDraw.org Announcements - No Replies

Hi folks,

As outlined here:

https://forums.ldraw.org/thread-24406.html

nominations for the 2021/2022 LDraw.org Steering Committee election will close at 11:59 PM GMT on 28 February 2021 and elections will start on 01.03.2021. Only those candidates who have been nominated, seconded, and have accepted as outlined, will be eligible for election. So if you are a candidate that has not yet accepted or declined, please consider deciding. The list with the candidates as well as their status can be found here:

https://forums.ldraw.org/thread-24413.html

If you feel your favourite nominee is missing on the list please use the link above to nominate him/her.

Willy Tschager

On behalf of the LDraw.org Steering Committee

Print this item

Thumbs Up Dachshund Piece 53075pb02
Posted by: Henry Macauley - 2021-02-19, 1:31 - Forum: Part Requests - Replies (1)

Would be greatly appreciated if somebody could find/create this piece
[Image: 53075pb02.png]


https://www.bricklink.com/v2/catalog/cat...2#T=C&C=11

Could be difficult, it was released only last August. 
Good luck and thanks in advance!

Print this item

  Help with curved hoses (14301)
Posted by: Guido MB - 2021-02-17, 21:52 - Forum: Help - Replies (4)

Hello all! Thank you in advance for any responses!

I've been building with real bricks for years but after repeated requests for instructions I've finally had a go at creating some. My first model is almost built digitally, but I am going insane in the last step of adding curved hoses. I'm aware that Studio struggles in this regard, so have downloaded LDCad, but try as I might to follow the online guides, it just isn't working for me! I've attached a couple of images: I create the part, make sure it's rubber type, make sure it's nested in the upper right corner (don't know what that means!). I can move the end, but can't seem use the insert key to add new nodes. When I do this it just goes see-through as in the photos (before I click it says "Invisible part selected, click anywhere to add it"). Any help? I'm guessing it's going to be tricky to export back into studio as well, but we will get there when we get there!

I do note that there are two types of hose 14301 - one seems infinitely extendable, and has a spanner (this is the one I'm using), the other is fixed length but refuses to flex.



Attached Files Thumbnail(s)
       
Print this item

  Hero Factory parts
Posted by: Anna Opsahl - 2021-02-17, 10:48 - Forum: Part Requests - Replies (2)

Hi.
Would someone be kind enough to try to author some parts for me?

[color=#000000]Large Figure Torso Skeletal Connector with 2 Ball Joint [color=#2c6ea5][size=small][font=Tahoma, Arial]24189[/font][/size][/color][/color]
[color=#000000][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial]Large Figure Torso Skeletal with Ball Joint and Gear Hips / Waist / Bottom [color=#2c6ea5][font=Tahoma, Arial]24190[/font][/color][/font][/color][/font][/color][/color]
[color=#000000][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial]Large Figure Armor, Leg Shin Guard with Ball Joint Socket [color=#2c6ea5][font=Tahoma, Arial]21562[/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/color]
[color=#000000][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial]Large Figure Armor, Shoulder - Ridged (Elite Praetorian Guard) [color=#2c6ea5][font=Tahoma, Arial]32661[/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/color]
[color=#000000][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial][color=#2c6ea5][font=Tahoma, Arial][color=#000000][font=Tahoma, Arial]Hero Factory Foot with Three Short Claws and Ball Joint Socket [color=#2c6ea5][font=Tahoma, Arial]15976[/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/font][/color][/color]

Print this item

Thumbs Up Friends Accessories Medical Multipack 98393
Posted by: Takeshi Takahashi - 2021-02-17, 9:35 - Forum: Part Requests - Replies (4)

Hello,

Thanks again for creating my previous requested parts.

I'd like to request 9 parts in Friends Accessories Medical Multipack 98393 for the next set 3188 in Friends OMR project.
https://forums.ldraw.org/thread-24146.html

Fortunately they are all found in Lego/Unity Microgame, but I couldn't find raw dat file from anywhere (like digital-bricks for LDD).
https://github.com/sttng/LDD/blob/master...3%20PM.png

98393a Friends Accessories Medical Stethoscope (1010491)
98393b Friends Accessories Medical Clipboard (1010475)
98393c Friends Accessories Medical Otoscope (1010481)
98393e Friends Accessories Medical Spoon (1010470)
98393f Friends Accessories Medical Feeding Bottle (1010462)
98393g Friends Accessories Medical Ice Pack (1010471)
98393h Friends Accessories Medical Nurse Hat (1010482)
98393i Friends Accessories Medical Syringe (1010455)
98393j Friends Accessories Medical Pen (1010480)


98393d (Thermometer, 1010468) has already been in parts library.

Print this item

  Part request: 98150pb01
Posted by: Neme287 - 2021-02-16, 10:44 - Forum: Part Requests - Replies (2)

Hi, is it possible to request part [color=#0a121d]98150pb01. I checked everywhere and there isn't any existing model. For a reference here's a photo of requested part:[/color]

[Image: 98150pb01.png]

Print this item