Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,318
» Latest member: Cristian
» Forum threads: 6,180
» Forum posts: 51,805
Full Statistics
|
Online Users |
There are currently 257 online users. » 2 Member(s) | 252 Guest(s) Baidu, Bing, Google, Hageta, SNIPE
|
Latest Threads |
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Timothy Hall
6 hours ago
» Replies: 85
» Views: 70,431
|
axleend2
Forum: Parts Tracker Discussion
Last Post: Gerald Lasser
Yesterday, 20:03
» Replies: 3
» Views: 331
|
A fresh list of "most com...
Forum: Part Requests
Last Post: tom alphin
Yesterday, 15:36
» Replies: 8
» Views: 1,283
|
Parts request
Forum: Part Requests
Last Post: Peter Grass
Yesterday, 5:58
» Replies: 2
» Views: 637
|
Transparent sticker colou...
Forum: General LDraw.org Discussion
Last Post: Travis Cobbs
Yesterday, 1:42
» Replies: 10
» Views: 1,093
|
The Emperor Zurg
Forum: Part Requests
Last Post: Julian Raymond Ruan
2025-09-15, 13:07
» Replies: 0
» Views: 475
|
Batman Cowls
Forum: Part Requests
Last Post: Peter Grass
2025-09-15, 1:13
» Replies: 1
» Views: 602
|
Fix for slightly incorrec...
Forum: Part Requests
Last Post: Huib Versteeg
2025-09-14, 9:50
» Replies: 4
» Views: 1,254
|
Lego Town Racer 1996 - 63...
Forum: Official Models
Last Post: Chris Böhnke
2025-09-13, 23:39
» Replies: 14
» Views: 2,762
|
Eyesight on Linux
Forum: Rendering Techniques
Last Post: Orion Pobursky
2025-09-13, 18:56
» Replies: 12
» Views: 9,393
|
|
|
Certain parts not showing in LDCad part bin? |
Posted by: Jaco van der Molen - 2019-06-04, 10:54 - Forum: LDraw Editors and Viewers
- Replies (7)
|
 |
Hi all,
For quite some time now I was wondering why these parts do not show up in the Plate category part bin in LDCad:
14418 Plate 1 x 2 with Socket Joint-8 with Friction
14419 Plate 1 x 2 with Socket Joint-8 with Friction and Ball Joint-8
14704 Plate 1 x 2 with Socket Joint-8 with Friction Centre
It turns out these are located in the "Hinge plates and tiles" part bin.
Their counterparts like 14417 Plate 1 x 2 with Ball Joint-8 on Side and 22890 Plate 1 x 2 with Ball Joint-8 on End do show up in the Plates bin.
So either all go to "Plates" or all go to "Hinge Plates"
Can somebody either confirm, agree, disagree or clarify?
Thanks.
Jaco
|
|
|
SvgToDat |
Posted by: Travis Cobbs - 2019-05-25, 5:53 - Forum: Parts Authoring
- Replies (3)
|
 |
People occasionally ask about SvgToDat (which they sometimes call svg2dat), so I have finally gotten around to uploading its source code to GitHub (along with both 32-bit and 64-bit Windows builds). It can be found here:
https://github.com/tcobbs/SvgToDat
If anyone wants to take over this project, feel free. It is MIT licensed. I wrote this code many years ago (no later than 2011), and haven't really touched it since (other than getting it to compile in Visual Studio 2015). I created a GitHub release that contains two executable zips: one for 32-bit Windows, and the other for 64-bit Windows. It can be found here:
https://github.com/tcobbs/SvgToDat/releases/tag/v0.1
To use the program, simply run SvgToDat <filename.svg>. It will create a file named filename.ldr alongside the SVG file.
|
|
|
LDCad scripting and macros |
Posted by: Roland Melkert - 2019-05-18, 20:18 - Forum: LDraw Editors and Viewers
- Replies (16)
|
 |
Hello all,
I'm working on some new scripts for the upcoming LDCad 1.6c release.
Just some stuff I think could be useful or people asked about through emails.
To get some of them working I also expanded the api with minor new functions etc.
Anyhow just wanted to give everyone the opportunity to request additional scripts/macros/api extensions.
Things I'm working on:
- "MLCad hide" meta toggle on the selection.
- Select all "MLCad hide" content in current (non nested) model.
- Move the current building step's content down/up.
Any additional suggestions are welcome.
|
|
|
|