| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 12 online users. » 2 Member(s) | 5 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Jeff Jones, Milan Schaefer
|
| Latest Threads |
Please add Cat, Large (Li...
Forum: Part Requests
Last Post: Gerald Lasser
1 hour ago
» Replies: 7
» Views: 523
|
Town, Trains and Paradisa...
Forum: Official Models
Last Post: Takeshi Takahashi
Today, 4:57
» Replies: 5
» Views: 8,071
|
Missing Stingrays/Hydrona...
Forum: Part Requests
Last Post: Chris Böhnke
Today, 1:20
» Replies: 1
» Views: 350
|
Only real-world elements ...
Forum: Parts Author Tools
Last Post: Chris Böhnke
Yesterday, 19:10
» Replies: 3
» Views: 394
|
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Willy Tschager
Yesterday, 17:36
» Replies: 100
» Views: 132,661
|
‘Tile 8 x 16 Type 2 with ...
Forum: Part Requests
Last Post: Sylvain Sauvage
Yesterday, 12:33
» Replies: 10
» Views: 1,208
|
Circle/curve generator?
Forum: LDraw Editors and Viewers
Last Post: mcgenerator
2026-08-08, 3:13
» Replies: 8
» Views: 29,625
|
Most Common Parts - 16 im...
Forum: Part Requests
Last Post: tom alphin
2026-08-08, 2:47
» Replies: 5
» Views: 1,724
|
(unofficial) Part 7684 - ...
Forum: Part Requests
Last Post: tom alphin
2026-08-08, 2:37
» Replies: 18
» Views: 1,415
|
Part Request: LEGO LION
Forum: Part Requests
Last Post: Denis Dyshlovenko
2026-08-07, 19:24
» Replies: 3
» Views: 4,445
|
|
|
| Img4Dat |
|
Posted by: Rolf Osterthun - 2019-02-26, 23:11 - Forum: Parts Author Tools
- Replies (55)
|
 |
Hello,
long time ago I started implementing a tool to convert images to LDraw compatible .dat files. The first name was Img2Dat; but during the time the ‘version’ increased. Here is only a short description.
You can download the tool here (sorry, but I have to write this: the application, can be downloaded as it is. I do not take charge for errors or any kind of damage to your system that is caused by this software.): Img4Dat.zip
It is a beta version – there are some issues I that need an improvement. But I think it is stable enough for playing. It is written in C# for the .NET Framework 3.5 (so Windows).
If you open the application, you can open a bitmap (currently only .bmp) – it will be shown in the left half of the GUI.
Clipboard01.png (Size: 144.44 KB / Downloads: 934)
Now you can choose colors for the color quantization by right click on the source image (select the background color first). The result will be shown in the right half of the GUI.
It is the base for the path findings (around the areas with the same color). After choosing the colors it is possible to clean the result a little bit (and to remove the obsolete areas in the background).
Clipboard02.png (Size: 204.78 KB / Downloads: 934)
You can save the result image to rework it in a different tool or just for backup.
You can search for the paths now, by clicking the 'FindPaths' button. The result will be shown on top of the original image.
Again, a little bit of cleaning can be done (here undo is possible): - Select one point and create a circle (with the connected points); you can define the number of points in the circle.
- Select more then two points. The points will be projected on the line between the first and the last selected point.
- Select more then three points. The points will be projected on a circle. The first and the last point will not change. You have to select the points in the right order.
- Select two points. They will become one at the cut of the connected lines.
- Select more then two points. The distance between this points will be recalculated. Here you also have to select the points in the right order.
- When you have selected one point, you can delete it with pressing d-key.
- When you have selected two points, you cann add a point between them by pressing the a-key.
Clipboard03.png (Size: 190.53 KB / Downloads: 931)
You can also add a ‘template’ where the image should be patterned for, and scale and adjust it (currently only torso and tile 2x2 round).
Clipboard04.png (Size: 196.46 KB / Downloads: 930)
When the result is fine, the triangles can be created by clicking the 'CreateTriangles' button – a .dat file with the name of the source image becomes created in the folder of the source image. The colors need to be adjusted to LDraw colors.
Clipboard05.png (Size: 4.13 KB / Downloads: 918)
(One hint: The triangle generation will not work correct, when two lines cross after cleaning the paths or adding the template.)
I would be happy, if someone gives it a try.
Rolf
|
|
|
| Is creating a new LDraw primitive allowed? |
|
Posted by: David Manley - 2019-02-25, 10:26 - Forum: Parts Authoring
- Replies (3)
|
 |
I'm working my way through addressing issues identified in some stickers I have submitted. One of the suggestions is to use a primitive instead of some quads.
Using "Rings and Cones", I can see some primitives with a suitable radius once a scaling factor is applied. However, rather than wanting a ring, I'm looking for a partial ring. While one of the primitives (3-16ring14) I could use is already available, a second one (3-8rin21) is not. I have played with PrimGen2 to generate the second desired primitive locally.
My question is, if I'm modelling a part and need a currently unavailable primitive, am I allowed to simply define the appropriate primitive (using PrimGen2) and submit the primitive through the parts authoring process? If this isn't allowed, is there an an (official) alternative way to get a new primitive created?
I do have an alternative where I can use a different primitive and apply a scaling to it but the ring segment ends up being too "thick" compared to the actual sticker. My preference is to try to model the sticker with the ring segments having the actual measured thickness.
Regards,
David
|
|
|
| LDraw All-In-One-Installer 2018-02 v1 now available |
|
Posted by: Willy Tschager - 2019-02-23, 15:09 - Forum: LDraw.org Announcements
- No Replies
|
 |
An updated version of the LDraw All-In-One-Installer, in short AIOI, has been released.
The AIOI supports Windows XP (Home and Pro), Windows Vista or higher (all versions). On 64-Bit Operating Systems it will install in the "Program files (x86)" folder. The Installer will NOT run on Windows 95, 98, ME, NT Ver 4, 2000, or XP below SP2.
It contains the following changes:
* Update to LDraw Parts Libary 2018-02
* Update to LPub3D 2.3.6
* Update to MPDCenter 2.5.0.0
* Update to LDFind 1.3.5.4
You can download the AIOI from:
Home > Help > Get Started > LDraw All-In-One-Installer
Willy Tschager
(LDraw.org Content Manager)
|
|
|
|