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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,986
» Latest member: astejs
» Forum threads: 5,982
» Forum posts: 50,629

Full Statistics

Online Users
There are currently 479 online users.
» 6 Member(s) | 469 Guest(s)
Applebot, Bing, Google, Yandex, Franklin W. Cain, Jeff Jones, Orion Pobursky, Rolf Osterthun, Vito Tarantini

Latest Threads
Technic 2024
Forum: Official Models
Last Post: Vito Tarantini
9 minutes ago
» Replies: 39
» Views: 37,390
Updating the Library
Forum: Help
Last Post: N. W. Perry
58 minutes ago
» Replies: 3
» Views: 91
Part request 5649 Brick, ...
Forum: Part Requests
Last Post: Peter Grass
3 hours ago
» Replies: 3
» Views: 351
ConvertToLDraw Version 1....
Forum: LDraw File Processing and Conversion
Last Post: Hageta
7 hours ago
» Replies: 0
» Views: 47
Friends Animal Series
Forum: Official Models
Last Post: Takeshi Takahashi
10 hours ago
» Replies: 9
» Views: 4,181
Lego part 6179pb256 - Com...
Forum: Parts Authoring
Last Post: Chris Böhnke
Yesterday, 20:07
» Replies: 2
» Views: 139
transparent parts
Forum: Parts Authoring
Last Post: Peter Blomberg
Yesterday, 19:34
» Replies: 4
» Views: 255
Friends Turtle 11603
Forum: Part Requests
Last Post: Takeshi Takahashi
Yesterday, 15:27
» Replies: 5
» Views: 1,300
Icons 2024
Forum: Official Models
Last Post: Vito Tarantini
Yesterday, 6:59
» Replies: 2
» Views: 2,201
2025 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Cam's Bricks
2025-05-03, 12:23
» Replies: 2
» Views: 268

 
  Legal questions
Posted by: Flexon - 2016-03-23, 9:56 - Forum: General LDraw.org Discussion - Replies (1)

How come Lego is okay with programs that so closely depicts their bricks?

Would it be different if the programs which lets you build with Lego cost money?

Has LDraw been in contact with Lego and got their consent to use the design of their bricks?

I am asking because I want to make an app which lets you build with bricks.

Print this item

  Part snapping plate 1x1 round in LDCad is difficult?
Posted by: Jaco van der Molen - 2016-03-22, 14:43 - Forum: LDraw Editors and Viewers - Replies (5)

Is it me and is this a silly question or does anyone else experience difficulty placing a 1x1 plate round in LDCad with part snapping turned on? Dragging this part from the part bin to the model almost never finds a connection or a strange one for me.

I am having serious trouble placing this part in any model while other (small) parts (like a normal 1x1 plate) work perfectly fine.

My € 0,02...

Print this item

  REQ: baseplate (a nice easy one!)
Posted by: Stephen - 2016-03-21, 17:35 - Forum: Part Requests - Replies (3)

Baseplate 24 x 24
http://alpha.bricklink.com/pages/clone/c...P=367a#T=C
http://peeron.com/inv/parts/x1193

Was a little surprised not to find this one, unless it's cunningly hidden under some other part name/number.

Print this item

  13564
Posted by: Jaco van der Molen - 2016-03-21, 11:16 - Forum: Part Requests - Replies (2)

Hi all,

I am looking for this part
[Image: 6032360.jpg]
Its been around since The Lone Ranger sets, but cannot seem to find it in LDraw yet.
I found it on http://www.digital-bricks.de/de/index.ph...ddp&mg=259 where it seems to be a fine part.
Couldn't it be made official through the parttracker?

Print this item

  Windscreen 21849
Posted by: Nathan S - 2016-03-20, 1:18 - Forum: Part Requests - Replies (2)

This part is the windscreen in Poe's X-wing. It shows on the new update for LDD, but I can't find it in my LDD. Can someone convert this over to LDraw? Thank you.

Print this item

  [LDPartEditor] 0.8.6 Beta Released
Posted by: Nils Schmidt - 2016-03-19, 23:25 - Forum: Parts Author Tools - Replies (33)

Hey! Smile

Well, it's a small number increase from 0.8.5 to 0.8.6, but there are a lot of improvements with this release.

[Image: imgDuke2.png]
As always, you can download LDPE from this page:
http://nilsschmidt1337.github.io/ldparteditor/

Currently, there is a critical bug in version 0.8.6 (risk of data loss):
If you open a file again (which is modified with LDPE, not saved and has an asterisk * as a filename suffix), the file in 3D editor gets cleared.

Changelog:
(9 new features and 11 bug fixes)

With this release you will be able to...

  • ...customise the layout of the 3D editor toolbars by placing one of the "layout_3D_editor.cfg" files in the application folder. You find two different layouts in the attached archive "layouts.zip". The new modern version could improve your workflow Wink
  • ...zoom in/out on the primitive area with two new buttons (-) and (+) (instead of using Ctrl+Mousewheel)
  • ...use "Cut, Copy, Paste, Delete" in the right-click contextual menu from the text and 3D editor
  • ...browse in the last visited folder if you open a file dialog again.
  • ...select something and move it into a subfile (with a click on the old "Add Subfile" button), supports cut and copy Smile
  • ...draw to the cursor position from the text editor (there is a button on the 3D editor, to enable this behaviour).
  • ...use two new buttons ("Save Part" and "Save Part As...") in the 3D editor.
  • ...use a new "Switch BFC" button in the text editor.
  • ...reset the snapping/grid values to the default value with a right click on the corresponding "coarse", "middle" or "fine" button.

The following critical issues were fixed:
  1. Creating a new *.dat (Text Editor) did not rebuild the hints/warning/errors tree.
  2. Java heap space problems on 32bit machines
  3. "Merge / Split => Transform / Rotate / Scale" was able to break the 3D model triangulation.
  4. "Merge/Split => Rotate Selection" did not rotate around Z axis
  5. "Open *.dat File" did not rebuilt the text editor tab, if the same file was saved before.
  6. Copy->Paste->Mirror, mirrored the initial copy.
  7. The hide/show state was deleted on undo/redo.
  8. "Save as..." did not update the <"0 Name: "> (and type) entry accordingly.
  9. The "Select Touching" implementation was not correct. It selected too much.
  10. Focus issues: A click on a button in the 3D editor removed the focus from the 3D view
  11. A small memory leak (<1KB)

The program was tested intensively with "real world" files.
However, it is still a beta version and something can go wrong in about 100.000 lines of code.



Attached Files Thumbnail(s)
   

.zip   layouts.zip (Size: 1.98 KB / Downloads: 2)
Print this item

  Help needed LDD Parts to dat/ldr format anyone
Posted by: Nathanel Titane - 2016-03-19, 4:16 - Forum: Help - Replies (1)

Would anyone be willing to give me a little hand in exporting a few ldd parts for me to the ldr format?
Specifically 'Technic, Axle and Pin Connector 2 x 3 with Two Ball Joint Sockets, Rounded Ends' Part No. 98565

[Image: 98565.jpg]

Thanks in advance Smile

Print this item

  LDCad OR LDD- How to adjust length of linear actuators
Posted by: Ed Bardet - 2016-03-18, 22:37 - Forum: LDraw Editors and Viewers - Replies (10)

Is there a way to change the length of a linear actuator in a drawing? If not are there a variety of lengths that can be added to the library?

OR - as I suspect is the answer - do you just position it in line and leave it hanging?

Thanx,
Ed

Print this item

  How to export LDD files as a .dat?
Posted by: Neil - 2016-03-18, 18:45 - Forum: Part Requests - Replies (1)

Hello, everyone!
LDD has been recently updated, and I've been trying to get some of the new parts (that are not in LDraw already) out of it and into LDraw format (namely .dat).
However, I have been unable to figure out how to do so. I've tried the LDD2LDRAW add-on from digital-bricks.de, but it did not seem to work (among other error messages, I got
0 parts mapped.
0 parts had an unknown Material; Used Main Color 16 instead.
0 parts unknown.
0 parts defect (cann't be read correctly).
0 parts are not created for LDraw yet.
0 parts are waiting on the Parts Tracker.
Would anyone here be willing to let me know how to get these parts into .dat format?
Many thanks,
LegoSW

Print this item

  Basic Train parts
Posted by: Lutz Fricke - 2016-03-18, 14:16 - Forum: Part Requests - Replies (2)

Hi,

first of all a kudos to all of you working on LDraw. What a great platform. When I thought about drawing LEGO-instructions the first time, I didn't expect to find a community like this on the internet. Wow!

I'm finishing my first project and missed these parts in the library:
Train Base 6 x 24 with 2 Square Cutouts and 3 Round Holes Each End, Re-Enforced on Bottomside (http://alpha.bricklink.com/pages/clone/c...6#T=C&C=85)
Train Buffer Beam with Sealed Magnets - Type 2 (flat bottom) (http://alpha.bricklink.com/pages/clone/c...5#T=C&C=11)
Train Wheel RC Train, Metal Axle (http://alpha.bricklink.com/pages/clone/c...9#T=C&C=22)

Maybe there's some time to add them to the library.

Thanx a lot,
Lutz

Print this item