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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,734
» Latest member: Staratlas
» Forum threads: 6,441
» Forum posts: 53,350

Full Statistics

Online Users
There are currently 164 online users.
» 4 Member(s) | 155 Guest(s)
Bing, Facebook, Google, Twitter, Yandex, Jeff Jones, John Troxler, Timothy Hall

Latest Threads
James Jessiman Memorial A...
Forum: LDraw.org Announcements
Last Post: Takeshi Takahashi
19 minutes ago
» Replies: 2
» Views: 103
2026 LDraw.org Steering C...
Forum: LDraw.org Announcements
Last Post: Takeshi Takahashi
25 minutes ago
» Replies: 3
» Views: 109
Suggestion: for primitive...
Forum: Parts Tracker Discussion
Last Post: Rene Rechthaler
4 hours ago
» Replies: 3
» Views: 691
Part request Part 16280 (...
Forum: Part Requests
Last Post: Rene Rechthaler
4 hours ago
» Replies: 13
» Views: 585
Smort brick stuff
Forum: Part Requests
Last Post: tom alphin
8 hours ago
» Replies: 7
» Views: 834
age of ultron hulk
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 20:45
» Replies: 1
» Views: 125
Question about aring usag...
Forum: Parts Authoring
Last Post: Hageta
Yesterday, 16:47
» Replies: 7
» Views: 268
Technic 1993
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 14:54
» Replies: 8
» Views: 9,132
973c24h12pr1619
Forum: Parts Authoring
Last Post: Jeff Jones
Yesterday, 14:26
» Replies: 0
» Views: 85
Simple procedural geometr...
Forum: Official File Specifications/Standards
Last Post: Max Murtazin
Yesterday, 9:06
» Replies: 3
» Views: 258

 
  Speed Champions
Posted by: levity0815 - 2020-01-03, 13:12 - Forum: Official Models - Replies (16)

Is anybody already working on some Speed Champions sets? Or even knows where they possibly could be downloaded. 

I'm especial interested in the 1985 Audi Sport quattro S1 #76897

As far as I could see they are not jet in the OMR available and I have not found them somewhere else for download either.

If there is not already someone working on them, I might give it a try my self. Are there any things to know (guidelines, recommendations) before I start?

Print this item

  Technic 2020
Posted by: Max Martin Richter - 2020-01-02, 22:04 - Forum: Official Models - Replies (26)

Technic 2020 models thread.

Print this item

  LDCad help combining animation movements
Posted by: Walt White - 2020-01-02, 20:39 - Forum: LDraw Editors and Viewers - Replies (3)

I made a simple mechanism demonstrating some Technic capabilities.  I'd like to use it in a workshop at a Bricks By The Bay convention next summer.

Animations make good advertisements for showing people what Technic can do.  But I'm having a problem combining three movements into a single movement.   It's awkward to describe with just words, so I made a YouTube video showing the problem.

The LDraw file I will use for building instructions is here.

The LDraw file I used for the animation is here.  It organizes sub-models by their connectivity, not by how you would assembly the MOC.

The three Lua code files are here, here, and here.

Any help is appreciated.

Walt

Print this item

  75181 - Y-Wing Starfighter
Posted by: Orion Pobursky - 2020-01-01, 21:03 - Forum: Official Models - No Replies

75181 - Y-Wing Starfighter
   
OMR Compliant
Missing: Stickers, Patterned parts
Notes: 18897.dat does not position correctly in Studio, had to hack a workaround.



Attached Files
.mpd   75181 - Y-Wing Starfighter.mpd (Size: 138.1 KB / Downloads: 17)
Print this item

  Happy New Year!
Posted by: Philippe Hurbain - 2020-01-01, 20:03 - Forum: General LDraw.org Discussion - Replies (1)

[Image: happy2020-b.png]
...done with Leg-o-letters

Print this item

  How to use submodels & groups
Posted by: N. W. Perry - 2019-12-31, 20:20 - Forum: General LDraw.org Discussion - Replies (1)

I'm curious how different people make use of submodels, and, for those editors that support them, groups? I've read about a few different methods, all of which seem valid; is there one that's preferred, or considered more "correct" or standard?

One method I've heard is that submodels should be used similar to subparts—that is, for assemblies within models that are used frequently, or have to be repeatable for some reason, in order to reduce file size. This makes sense, although one difference I can think of is that subparts are likely to be used in more than one part, but I don't know how often you'd find a submodel being used in more than one different model.

Another recommendation I've seen is that submodels should correspond to sub-assemblies that appear in building instructions, especially if they have their own building steps shown in a callout. And yet another is that submodels are useful for keeping assemblies together that might need to be hinged, rotated, or otherwise positioned as a group—in animation, for example, or just for posing the model.

And finally, I've seen a few models of official sets where the use of submodels seems to make no sense at all; maybe those builders are using a system I just don't understand yet!

As for myself, I like to build official sets, so I use submodels to correspond to sub-assemblies shown in the instructions, especially if they are used more than once, or have more than 3 building steps of their own. In Studio I used to also use them for groups of parts that need to move as a separate unit, but since switching over to LDCad, I use the Grouping feature for that. Any collection of parts that needs to be positionable as a group, but separately from the overall model, I assign to a Group in LDCad, and I use the different grouping layers for nesting these assemblies within each other, from smallest to largest. (For example, a tire/hub and its axle might be in Layer 1, then that group plus the steering arm that rotates with it would be Layer 2, and if that whole assembly also moves up and down in a suspension, it's Layer 3, etc. I figure this may come in handy when and if I ever figure out animation, or if kinematics become a reality some day…) And since groups in LDCad can be spread across different subfiles, I use the submodels only for different stages of the building process itself.

What are other builders' experiences?

Print this item

  PT slow these days?
Posted by: Philippe Hurbain - 2019-12-31, 17:05 - Forum: Website Suggestions/Requests/Discussion - Replies (7)

Maybe it's just me, but I find PT rather sluggish recently...

Print this item

  [LDPartEditor] Developers can now build their own version of LDPE.
Posted by: Nils Schmidt - 2019-12-31, 11:26 - Forum: Parts Author Tools - Replies (3)

Hey,

I have wonderful news for you if you are a developer and want to create your own version of LDPartEditor (LDPE).
It is now very easy to build and run LDPE.

The project on Github uses now the brand new Github Actions feature for build automation.
The build pipeline creates artifacts for Windows, Linux and Mac OS X and is triggered on push.

Here is an example run with build artifacts for every platform:
https://github.com/nilsschmidt1337/ldpar.../368914646

You can fork the repository on Github, modify the code, push the changes to your repository and the build pipeline will create a custom LDPE version just for you.

It is also possible to build LDPE on your own Linux machine. It requires a JDK 8 and Apache Ant 1.7 or later.
Just clone the forked repository and open a terminal to run

Code:
ant -noinput -buildfile build.xml

The dependencies are fetched from sourceforge.net only once and then they are a stored on your harddrive for later builds.


I wish you all the best for 2020!

Cheers,
Nils


PS: I am now able to prepare a LDPE release with less effort and it makes even more fun to work on this software.

Print this item

  Part Snapping missing/errors
Posted by: Orion Pobursky - 2019-12-31, 2:30 - Forum: LDraw Editors and Viewers - Replies (228)

This is intended to be a catchall thread to let Roland know about missing/problematic part snapping info.

Note: make sure that the part you are reporting is official

Print this item

  Part 3857 patterned or not - Stud orientation
Posted by: Marc Giraudet - 2019-12-30, 15:05 - Forum: Parts Authoring - Replies (7)

I produced 2 patterned unofficial parts from 3857 "Baseplate 16 x 32 with Square Corners".
Stud orientation used are the same as the official files (parallele to the 16 studs edge).

Photo found on web for [color=#000000][color=#333333][color=#000000]patterned parts [/color][/color]show the same orientation.[/color]

   
Ok, it's not very clear but i don't find better.

   
But real not patterned parts I have, show an orientation of stud parallele to the 32 studs edge. Huh
Do you think 2 versions [color=#000000][font=Arial]exist with 2 differents stud orientation, one for patterned, one for non patterned, or an old version with an orientation (1990's) and a new version with another orientation ?  [/font][/color]

Print this item