| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,799
» Latest member: Clayton
» Forum threads: 6,463
» Forum posts: 53,561
Full Statistics
|
| Online Users |
There are currently 216 online users. » 0 Member(s) | 211 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
Pokemon
Forum: Official Models
Last Post: Florent Faramond
Yesterday, 19:50
» Replies: 18
» Views: 2,757
|
Wheels needed for Set 772...
Forum: Part Requests
Last Post: Philippe Hurbain
Yesterday, 17:17
» Replies: 9
» Views: 989
|
Ideas 2026
Forum: Official Models
Last Post: Philippe Hurbain
Yesterday, 10:01
» Replies: 1
» Views: 238
|
Teenage Mutant Ninja Turt...
Forum: Official Models
Last Post: Chris Böhnke
Yesterday, 3:06
» Replies: 2
» Views: 970
|
Some Parts id like for MO...
Forum: Part Requests
Last Post: Chris Böhnke
Yesterday, 0:26
» Replies: 3
» Views: 533
|
5687pb01 Dragonborn Palad...
Forum: Part Requests
Last Post: Hylian Waffle
2026-04-14, 1:27
» Replies: 4
» Views: 502
|
Request for new primitive...
Forum: Parts Authoring
Last Post: Mark Kennedy
2026-04-13, 20:10
» Replies: 24
» Views: 2,712
|
Black Widow “SDCC”
Forum: Part Requests
Last Post: Massimo Maso
2026-04-13, 17:30
» Replies: 1
» Views: 254
|
Chere can I find LDD part...
Forum: Part Requests
Last Post: Rene Rechthaler
2026-04-13, 15:40
» Replies: 1
» Views: 196
|
Parts from 7418
Forum: Parts Authoring
Last Post: Jeff Jones
2026-04-13, 10:58
» Replies: 6
» Views: 7,257
|
|
|
| Missing 2017-2021 most common parts... |
|
Posted by: tom alphin - 2021-09-05, 4:55 - Forum: Part Requests
- Replies (7)
|
 |
Hey all, I've shared my "Most Common Parts" analysis in the past, as it is a good way to find common parts that are missing from the LDraw catalog.
(It's preliminary because some 2021 sets haven't been released or inventoried yet, and I need to do some normalization to map re-designed parts with new Part ID's to their legacy part Id equivalents.)
> Updated Sept 10, 2021 <
RANK, PART ID, Part Name
- #666 - 27393 - Wave / Power Blast Rounded Energy with Bar Handle
- #797 - 36017 - Weapon Sword Hilt with Dragon Head.
- #867 - 36451a - Infinity Stone.
- #1001 - 15445 - Weapon Gun Automatic Pistol with Top Clip
- #1004 - 35032a through 35032d - Various Wave / Power Bursts
- #1073 - 24183 - Life Jacket (Friends)
- #1082 - 66727 - Wheel 18 x 12 with Pin Hole and Stud
(I'm continuing to add to the list as I complete the analysis.)
Sincerely,
---tom
|
|
|
| Part Request: 66788 |
|
Posted by: Kristopher Wilson - 2021-08-31, 22:46 - Forum: Part Requests
- No Replies
|
 |
This part is Arm and Hand Long with Technic Pin that was introduced in the LEGO Super Mario line. It is very similar to 28660, but a little longer in the curved part of the arm.
Thanks to anyone who can help!
|
|
|
| ldc.camera.setThirdPerson API |
|
Posted by: David Manley - 2021-08-31, 9:20 - Forum: LDraw Editors and Viewers
- Replies (2)
|
 |
(Probably for Roland but if someone else has worked this out, please chip in).
Context:
I'm trying to write a (Lua) animation script which will rotate the 3rd person view camera around the Y axis starting at the current view, rather than the start point used in the sample script. From the sample scripts, I can see the purpose of the first two arguments (helped by the description in LD4Studio documentation) but I'm struggling to understand the purpose next 3 angle (?) related arguments. The sample script in the function OnCameraFrame ...
Code: function onCameraFrame()
--Rotate a 3rd person camera around the center of the model.
local ani=ldc.animation.getCurrent()
local angle=ani:getFrameTime()/ani:getLength()*360
local cam=ldc.camera()
cam:setThirdPerson(camPos, camDist, angle+45, 25, 0)
cam:apply(0)
end
... is applying an appropriate angle change to the third parameter. From playing around a bit, it seems that parameters three, four and five are related to a x, y, z coordinate. But even though the code applies the angle delta to the X value (I think), the camera appears to rotate around the Y axis. And that confuses me as I would have though that to rotate the camera around the Y axis would have required the angle delta to be applied to the y coordinate.
I'd appreciate it if someone could clear up my misunderstanding.
Regards,
David
|
|
|
| [SOLVED!] coordinate-handedness confusion |
|
Posted by: KristyB - 2021-08-28, 12:31 - Forum: Rendering Techniques
- Replies (14)
|
 |
What coordinate system do lDraw parts ACTUALLY use? The documentation *says* "Right handed with -y up", but shows a picture of a left-handed -y up coordinate axis.
Further - how would I go about translating the matrix to a left-handed +y-up format? I am trying to read ldr files inside of UE4, and the typical method of flopping the y/z coords and negating x/y/z is not working.
|
|
|
| New 32 Bit stripped-down AIOI ready for testing |
|
Posted by: Willy Tschager - 2021-08-26, 14:33 - Forum: All Other Programs.
- No Replies
|
 |
Hi,
upgrading the AIOI to 64 Bit required a stripped-down 32 Bit installer for the remnant 32 Bit progs such as MLCad, MPDCenter or LSynth. Here it is:
http://www.holly-wood.it/tmp/LDraw_AIOI_...bit_v1.exe
* The installer comes without the parts library but reads your Windows environment variable (set with the 64 Bit AIOI) and checks for the library.
* If no library can be found it asks for the path and preforms another check.
* If still no library can be found it will exit the installer.
* Sets all paths as usual
* No catalogue or showcase at the end
I would grateful if you could test it. I'm most interested in the initial check for the LDraw Parts Library. Just rename "3004.dat" to something else. Please note that some dialogues haven't been translated yet.
w.
|
|
|
| Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat |
|
Posted by: KristyB - 2021-08-22, 12:45 - Forum: LDraw File Processing and Conversion
- Replies (10)
|
 |
I'm trying to build a library of game-ready parts for use in video games, and would like a library of low-poly bricks to fall back on for bricks I have not yet converted by hand. I've dug around and tried a few methods so far, but all have failed to work.
LdrDat2Obj: Processes 1,466 dats out of the 14,038 in ldraw's parts directory, and then exits silently with no error or log. the last brick it appears to process is 22385p050.dat It processes the parts in an order I can't decipher, so skipping this last brick and moving on isn't possible.
LdrDat2Obj2: no apparent batch process
Toby Nelson/TobyLobster's blender importer: seems to work well, but only allows one .dat to import at a time - that's not workable with 14,000 parts.
Matthew Morrison's blender importer: Crashes every time I try to import a .dat file. I posted more details about the crash in his thread: https://forums.ldraw.org/thread-24153.html
LDView: no apparent batch process
Stud.IO: no way I can see to create a file that contains each brick once.
If I could get the ldraw parts into any conventional 3D model format I would be able to batch convert the results into something game engines can use, including obj, fbx, stl, dae, and -probably- usd.
|
|
|
| Remove Group (Submodel) |
|
Posted by: Johann Eisner - 2021-08-22, 8:38 - Forum: LDraw File Processing and Conversion
- Replies (5)
|
 |
HI guys
My problem:
I add a submodel in a model, which I want to remove (much) later.
Buffer Exchange therefore falls flat.
In former (MLCad and Lpub) times, this was very simple.
I created a group in MLCad (0 MLCAD BTG...) and removed it later with "0 LPUB REMOVE GROUP" ...).
It seems that this does not work in LPUB3D (2.4.3) anymore.
Does anyone have an idea?
Johann
|
|
|
| From Willy: Define a standard for helper parts |
|
Posted by: Travis Cobbs - 2021-08-18, 23:53 - Forum: Parts Authoring
- Replies (51)
|
 |
The following was posted by Willy Tschager in the Standards Board forum. In my opinion, that was not the right place for it, so I am starting a thread here.
(2021-08-13, 11:18)Willy Tschager Wrote: Guys,
in response to this post:
https://forums.ldraw.org/thread-24732.html
the majority of the SteerCo is in favour to add helper parts to the library but before a final vote we would like you to define a standard for these parts such as:
Naming convention
Category
Edges Yes/No on 2D helpers
Edges Yes/No on 3D helpers
The general idea would be to add these to the main library as the separate Alias and Physical parts library hasn't worked very well. In addition these parts shouldn't go through the PT for certification but be usable in all editors. Any input from your side is welcome.
Some example of helpers can be found here:
http://www.holly-wood.it/ldraw/helper-en.html
w.
|
|
|
|