| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 162 online users. » 1 Member(s) | 157 Guest(s) Applebot, Baidu, Bing, Google, SNIPE
|
| Latest Threads |
Tip on where to put "0 BL...
Forum: Parts Authoring
Last Post: Hageta
1 hour ago
» Replies: 0
» Views: 17
|
2026-02 Update status
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
4 hours ago
» Replies: 0
» Views: 36
|
Friends 2026
Forum: Official Models
Last Post: Philippe Hurbain
Today, 8:07
» Replies: 3
» Views: 212
|
Dropping Frame Rate when ...
Forum: LDraw Editors and Viewers
Last Post: Gerald Lasser
Yesterday, 23:48
» Replies: 4
» Views: 337
|
LDView 4.7 Released
Forum: LDraw Editors and Viewers
Last Post: Orion Pobursky
Yesterday, 15:10
» Replies: 1
» Views: 132
|
Technic 1992
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 13:22
» Replies: 32
» Views: 47,219
|
SF90 XX tires 5810 to go ...
Forum: Part Requests
Last Post: Magnus Forsberg
2026-02-23, 22:38
» Replies: 2
» Views: 312
|
Part request for Set 4205...
Forum: Part Requests
Last Post: Alfred Schmitz
2026-02-23, 15:54
» Replies: 6
» Views: 390
|
About size of flattened s...
Forum: Official File Specifications/Standards
Last Post: Lisa Winter
2026-02-22, 17:47
» Replies: 27
» Views: 3,746
|
4.5L technic axle and new...
Forum: Part Requests
Last Post: SNIPE
2026-02-22, 2:16
» Replies: 6
» Views: 777
|
|
|
| LETGUI 1.7.2.0 |
|
Posted by: Michael Heidemann - 2014-02-22, 9:16 - Forum: Parts Author Tools
- No Replies
|
 |
I just released a new version of LETGUI.
Flipper and Unrectifier are now supported.
The full installer now includes also version 1.4 of Edger2.
Please leave your comments for this version in this thread. Thanks.
cu
mikeheide
LETGUI website
|
|
|
| SR 3D Builder 0.9.5.9 |
|
Posted by: Sergio Reano - 2014-02-20, 15:40 - Forum: LDraw Editors and Viewers
- Replies (1)
|
 |
Hi everybody,
here is another update of my SR 3D Builder.
It is a bit long since my last post on this forum and a lot of new functions have been added.
Here are the most significative. For a complete list, please refer to my application history web page
Download as usual from http://sr3dbuilder.altervista.org/
Addictions:
A lot of enhancements in selection copy. Some limitation with unregistered version.
it is recommended to look at the videos for new features instructions
- the mirror copy selection feature
- Selection can now be easily duplicate in a rectangular array region or just its perimeter
- Creation of regular polygons based on your current selection and two connection points
- Creation of star based shapes based on a selection and a center rotation point
- Support for Mindstorm cables
- Support for Power Function cables (still some little bug in the shape)
[attachment=1174]
|
|
|
| Custom RGB colors |
|
Posted by: Stephen - 2014-02-20, 13:06 - Forum: Parts Authoring
- Replies (14)
|
 |
I'm trying to find documentation that explains the encoding of custom colors.
http://www.ldraw.org/article/218.html#colours
The above link explains that custom ("direct") colors are defined as 0x2RRGGBB.
But if in MLCad I choose R=64 G=128 B=192 (which should be 0x24080C0) it shows in MLCad/LDView as 0x0455548C and is stored in the .ldr in decimal as 72701068 (which is 0x0455548C).
It seems to be encoded, but where's the specification of the encoding?
|
|
|
| New LDraw tools for parts authors: Unrectifier and Flipper |
|
Posted by: Philippe Hurbain - 2014-02-18, 13:05 - Forum: Parts Author Tools
- Replies (9)
|
 |
I started these programs a few months ago, but it took me some time to iron out some bugs... and ages to be motivated enough to write documentation! Neither of them will revolutionize the art of LDraw parts authoring, but they can be helpful nonetheless!
As usual, documentation, source code and Windows executables are available (links below).
Enjoy!
Philo
![[Image: ur1.gif]](http://philohome.com/isecalc/ur1.gif)
Rectifier is a useful tool to consolidate triangles into quads and to keep file size down, but doing so make further improvements to the file more difficult. Unrectifier does the opposite, it expands Rect primitives into quads + lines, and split quads into triangle pairs. By default Unrectifier operates on the whole file, but it can also limit itself to key-colored elements. With some limitations, it is also able to update condlines around modified areas.
![[Image: fl1.gif]](http://philohome.com/isecalc/fl1.gif)
Flipper allows to flip a pair of triangles (change abc + SPAM CONTENT into abd + dca). This helps in some areas of "organic" meshes (eg. hair pieces) to make them smoother (or on the contrary to create a crease to add an edge line). Flipper operates on colored pairs of triangles, thus allows the user to choose the triangle pairs to swap. With some limitations, it is also able to update condlines around modified areas.
|
|
|
|