| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,744
» Latest member: Moore
» Forum threads: 6,446
» Forum posts: 53,393
Full Statistics
|
| Online Users |
There are currently 195 online users. » 0 Member(s) | 191 Guest(s) Applebot, Bing, Google, Yandex
|
| Latest Threads |
James Jessiman Memorial A...
Forum: LDraw.org Announcements
Last Post: Gerald Lasser
2 hours ago
» Replies: 7
» Views: 360
|
minifig muscles
Forum: Parts Authoring
Last Post: Jeff Jones
2 hours ago
» Replies: 0
» Views: 26
|
Star Wars Models
Forum: Official Models
Last Post: Jeff Jones
3 hours ago
» Replies: 28
» Views: 46,956
|
part models of hairs
Forum: Part Requests
Last Post: Peter Grass
4 hours ago
» Replies: 5
» Views: 223
|
10123-1 Missing Parts
Forum: Part Requests
Last Post: Steven
Today, 9:52
» Replies: 9
» Views: 5,053
|
Webbed dish 4285 sub-part
Forum: Parts Authoring
Last Post: Willy Tschager
Today, 8:21
» Replies: 3
» Views: 236
|
Mr. Incredible's Torso
Forum: Part Requests
Last Post: João Caio Garcia Reis
Yesterday, 21:32
» Replies: 3
» Views: 5,768
|
Technic 1993
Forum: Official Models
Last Post: Takeshi Takahashi
Yesterday, 18:18
» Replies: 9
» Views: 9,507
|
2026 LDraw.org Steering C...
Forum: LDraw.org Announcements
Last Post: Nils Schmidt
Yesterday, 10:25
» Replies: 8
» Views: 408
|
[LDPE] 1.9.02 Released (S...
Forum: Parts Author Tools
Last Post: Nils Schmidt
Yesterday, 10:11
» Replies: 0
» Views: 90
|
|
|
| New to Lpub and sub models not loading |
|
Posted by: Miguel Valenzuela - 2012-11-14, 7:33 - Forum: LDraw File Processing and Conversion
- Replies (12)
|
 |
HI Everyone, this is my first post on this forum.
I am new to Lpub and am trying to figure out how all this works.
I have made a model in MLCAD 3 and am using an older version of LPUB and POVRay and running windows XP.
First of all, can you recommend places to download the latest version of Lpub that is simple to get to?
I feel it's hard to find what the latest version is and also to get it to work.
Second, I first had problems with the parts list. Lpub would return an error saying it couldn't find the sub model so I added the name of the sub model to the parts list to get around this.
So I got it to render the initial parts but it hangs up when it gets to the first sub model and can't find it.
I know there was a recent post about this but I didn't get a clear answer on what I should do.
Any help is appreciated.
Thanks
Miguel
Oh, and last, what is the easiest way to publish instructions, is there another program instead of Lpub?
|
|
|
| New Lead Theme "How To" |
|
Posted by: Michael Heidemann - 2012-11-13, 19:08 - Forum: Website Suggestions/Requests/Discussion
- Replies (1)
|
 |
I would like to see a new lead theme where everybody can send his How to's to.
Here an example:
The first line should be the subject/headline:
How to fix a portion of wrong winding in a file with DATHeader
If you have for example a file where at some point the winding is changed:
Code: 0 BFC CW
1 16 5.899 86 -55.174 1.029 -0.751882 0 0 0 2 1.1735 1 0 rect2p.dat
5 24 4.8702 88 -56.347 4.8702 84 -56.347 6.9282 88 -54 2.0705 88 -57.7273
5 24 6.9282 88 -54 6.9282 84 -54 4.8702 88 -56.347 10.9282 88 -47.0718
4 16 -4 88 -56.9282 -2.0706 88 -57.7274 -2.0521 88 -55.6382 -3 88 -55.1962
4 16 2.0706 88 -57.7274 4.8702 88 -56.347 3.6526 88 -54.7603 2.0521 88 -55.6382
4 16 4.8702 88 -56.347 6.9282 88 -54 5.1961 88 -53 3.6526 88 -54.7603
0 BFC CCW
Go to the Editor Tab. Mark the lines between both BFC statements. Click the right mouse button and choose from the context menu „Reverse Winding“.
You will got the following code:
Code: 0 BFC CW
1 16 5.899 86 -55.174 1.029 -0.751882 0 0 0 2 1.1735 1 0 rect2p.dat
5 24 4.8702 88 -56.347 4.8702 84 -56.347 6.9282 88 -54 2.0705 88 -57.7273
5 24 6.9282 88 -54 6.9282 84 -54 4.8702 88 -56.347 10.9282 88 -47.0718
4 16 -3 88 -55.1962 -2.0521 88 -55.6382 -2.0706 88 -57.7274 -4 88 -56.9282
4 16 2.0521 88 -55.6382 3.6526 88 -54.7603 4.8702 88 -56.347 2.0706 88 -57.7274
4 16 3.6526 88 -54.7603 5.1961 88 -53 6.9282 88 -54 4.8702 88 -56.347
0 BFC CCW
Now delete both BFC statement lines.
Code: 1 16 5.899 86 -55.174 1.029 -0.751882 0 0 0 2 1.1735 1 0 rect2p.dat
5 24 4.8702 88 -56.347 4.8702 84 -56.347 6.9282 88 -54 2.0705 88 -57.7273
5 24 6.9282 88 -54 6.9282 84 -54 4.8702 88 -56.347 10.9282 88 -47.0718
4 16 -3 88 -55.1962 -2.0521 88 -55.6382 -2.0706 88 -57.7274 -4 88 -56.9282
4 16 2.0521 88 -55.6382 3.6526 88 -54.7603 4.8702 88 -56.347 2.0706 88 -57.7274
4 16 3.6526 88 -54.7603 5.1961 88 -53 6.9282 88 -54 4.8702 88 -56.347
Now hit the "commit code changes" button. You can now save the file.
Finished.
|
|
|
| view diff is broken? |
|
Posted by: Matthew W. Noel - 2012-11-12, 23:00 - Forum: Help
- Replies (14)
|
 |
On the parts tracker whenever I click on "view diff" my browser (Google Chrome) downloads a file called "ptdatdiff.cgi" which i can't open. I know chrome is compatible with .CGIs because it had to use ptdetail.cgi to get to the "view diff" link. Anybody know why this might be happening?
|
|
|
|