| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,745
» Latest member: Moore202
» Forum threads: 6,446
» Forum posts: 53,396
Full Statistics
|
| Online Users |
There are currently 119 online users. » 3 Member(s) | 111 Guest(s) Applebot, Bing, Facebook, Google, Yandex, Jeff Jones, Sylvain Sauvage
|
| Latest Threads |
Feature request - Add cur...
Forum: LDraw Editors and Viewers
Last Post: HWQ
8 hours ago
» Replies: 6
» Views: 1,460
|
Insert background picture...
Forum: LDraw Editors and Viewers
Last Post: HWQ
8 hours ago
» Replies: 2
» Views: 708
|
Looking for some Ninjago ...
Forum: Part Requests
Last Post: Jason Osicki
Today, 1:10
» Replies: 7
» Views: 1,074
|
James Jessiman Memorial A...
Forum: LDraw.org Announcements
Last Post: Gerald Lasser
Yesterday, 21:27
» Replies: 7
» Views: 388
|
minifig muscles
Forum: Parts Authoring
Last Post: Jeff Jones
Yesterday, 21:16
» Replies: 0
» Views: 56
|
Star Wars Models
Forum: Official Models
Last Post: Jeff Jones
Yesterday, 20:36
» Replies: 28
» Views: 47,065
|
part models of hairs
Forum: Part Requests
Last Post: Peter Grass
Yesterday, 19:00
» Replies: 5
» Views: 254
|
10123-1 Missing Parts
Forum: Part Requests
Last Post: Steven
Yesterday, 9:52
» Replies: 9
» Views: 5,064
|
Webbed dish 4285 sub-part
Forum: Parts Authoring
Last Post: Willy Tschager
Yesterday, 8:21
» Replies: 3
» Views: 274
|
Mr. Incredible's Torso
Forum: Part Requests
Last Post: João Caio Garcia Reis
2026-03-21, 21:32
» Replies: 3
» Views: 5,777
|
|
|
| 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?
|
|
|
|