Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,164
» Latest member: Thore
» Forum threads: 6,084
» Forum posts: 51,267
Full Statistics
|
Online Users |
There are currently 614 online users. » 1 Member(s) | 609 Guest(s) Applebot, Baidu, Bing, Google, Jeff Jones
|
Latest Threads |
Can we get the part 4364p...
Forum: Part Requests
Last Post: Thore
58 minutes ago
» Replies: 2
» Views: 30
|
New part
Forum: General LDraw.org Discussion
Last Post: Rene Rechthaler
3 hours ago
» Replies: 1
» Views: 31
|
Owl with spread wings
Forum: Part Requests
Last Post: Philippe Hurbain
8 hours ago
» Replies: 2
» Views: 73
|
Modulex parts
Forum: Parts Authoring
Last Post: Orion Pobursky
10 hours ago
» Replies: 32
» Views: 4,629
|
80503pb01 lute instrument...
Forum: Part Requests
Last Post: N. W. Perry
2025-07-16, 14:24
» Replies: 9
» Views: 6,008
|
Parts we are Working on -...
Forum: Part Requests
Last Post: Jeff Jones
2025-07-16, 10:14
» Replies: 158
» Views: 152,404
|
Same set, different sheet...
Forum: Parts Tracker Discussion
Last Post: Magnus Forsberg
2025-07-15, 6:15
» Replies: 8
» Views: 508
|
71613/30346c01 too high?!
Forum: Part Requests
Last Post: Chris Böhnke
2025-07-14, 23:21
» Replies: 18
» Views: 4,925
|
5724pr0001 Bubble Canopy ...
Forum: Part Requests
Last Post: SNIPE
2025-07-12, 21:08
» Replies: 2
» Views: 421
|
Friends 2014
Forum: Official Models
Last Post: Takeshi Takahashi
2025-07-11, 16:20
» Replies: 18
» Views: 17,395
|
|
|
Find center of gravity in LDCad or Studio |
Posted by: CJ H. - 2019-10-24, 5:36 - Forum: LDraw Editors and Viewers
- Replies (2)
|
 |
I've searched around a bit for this question but haven't seen it asked.
I want to find the center of gravity of a model (horizontally, in two dimensions though the 3d center of gravity would be interesting). Studio has its "stability check" feature which theoretically could answer the question (I could "balance" the model on a 1x1 brick and move that brick around until the model is deemed stable). However after some testing, the stability check seems to behave unpredictably if there are submodels involved.
I haven't made the leap to LDCad yet, but maybe it's time. Is is possible to calculate center of gravity in LDCad? Or is something similar to Studio's stability check (but hopefully better documented)?
|
|
|
minifigure head 3626cpb1314 missing? |
Posted by: ShireBrickz.com - 2019-10-23, 6:03 - Forum: Part Requests
- Replies (3)
|
 |
Hi Team,
I’m wishing to customise head 3626cpb1314. I chose this specific head as my starting point as it “was” available in Stud.io2. I’ve looked for it’s .dat file in every LDraw library and Studio folder, official parts and unofficial parts and can’t find it anywhere yet it is definitely still available to use.
I’m wondering if the description tag is correct though it’s file name is incorrectly labeled?
Any help to find it is appreciated.
Cheers
Adam
|
|
|
Concerning "classic" hoses and LDCad |
Posted by: N. W. Perry - 2019-10-21, 22:59 - Forum: LDraw Editors and Viewers
- Replies (8)
|
 |
I think this ground has been partially trodden before, but I'm not sure this exact issue has been solidly settled.
How do we tackle the "classic" flexible hose in LDCad—i.e., the old rubber hose used in Classic Space and early Technic sets? This is a 4mm diameter hose, so I think it's the same as the hoses later used in the pneumatic system. I know these are used in the example 8860 model, but what happens when you need a free end that's not connected to anything? In 8860, the ends are simply left off, because the hoses are tucked inside other parts. But what if the free end is meant to be visible (like in set 920/483)? Is there a suitable end part, and how would I go about replacing the beveled end with the non-beveled one?
(And to perhaps get overly precise, would the end part be different depending on whether it's a pneumatic hose or a "classic" one? Are the inside diameters different on these two parts? Are they even two different parts, or are they in fact identical?)
|
|
|
Just wanna say hello.... |
Posted by: Dirk - 2019-10-21, 20:14 - Forum: Off-Topic
- Replies (1)
|
 |
I am stumbled upon LDraw a week ago and it is faszinating to operate this cool CAD programm!
No I am looking for a good way to transfer mpd-files into 3ds max to create my own renderings.
While trying to convert the "8464 - Front End Loader.mpd" there are some parts missing in the exported obj and I don't know why?
I downloaded the latest LDraw version, implemented the latest complete.zip and the LDraw Parts Library 1902.
Maybe someone has some hints and tips, how to avoid such mishaps?
By the way, this is my first post here in this forum, I just began to work with LDD, LDraw and MLCad and it is great, love it :-)
Dirk
|
|
|
LDCad Subfile conformity script? |
Posted by: Cam's Bricks - 2019-10-21, 1:53 - Forum: LDraw Editors and Viewers
- Replies (3)
|
 |
Hello,
I mainly use Studio to do my building but the LDR file it creates when exporting to ldraw does not conform to the standards. I would like to use LPub3D to create my instructions as there is a lot more flexibility for the layout of the pages but the non-conformity of the Studio output doesnt play nice. I would like to use LDCad as the middle man because it handles the non conformity nicely and I am already making some adjustments in LDcad for the models. I would like to have a script that makes the sub models conform in that spaces are removed and replaced with "_" and .ldr is added to the end of the submodel. Then the whole file gets saved as an MPD.
Thanks in advance
Cam
|
|
|
POV-Ray error |
Posted by: Arjan - 2019-10-19, 6:49 - Forum: Rendering Techniques
- Replies (6)
|
 |
I'm trying to convert LDraw ldr-files first to a POV-Ray pov-file using pyldraw and then to a png using POV-Ray.
On a Mac I have installed pyldraw using pip and POV-Ray using Homebrew.
As a first simple test I have tried to convert the car.pov from the testdata from pyldraw to png using POV-Ray (basically just using "povray car.pov"). Unfortunately I get the following error message:
Code: ==== [Parsing...] ==========================================================
File '~/repos/pyldraw-0.8.2/tests/test_data/car.pov' line 7979:
Parse Warning: Should have at least 2 objects in csg.
File '~/repos/pyldraw-0.8.2/tests/test_data/car.pov' line 11261:
Parse Warning: Should have at least 2 objects in csg.
File '~/repos/pyldraw-0.8.2/tests/test_data/car.pov' line 16690:
Parse Error: Expected 'object or directive.', float function 'float constant'
found instead
Fatal error in parser: Cannot parse input.
Render failed
I have spent quite some time on Google to find a solution to this but I'm not finding anything closely related. Does anyone know what I'm doing wrong?
|
|
|
|