| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,731
» Latest member: Pedro
» Forum threads: 6,436
» Forum posts: 53,307
Full Statistics
|
| Online Users |
There are currently 251 online users. » 3 Member(s) | 243 Guest(s) Baidu, Bing, Facebook, Google, Yandex, Jeff Jones, Rene Rechthaler
|
| Latest Threads |
Smort brick stuff
Forum: Part Requests
Last Post: tom alphin
Today, 4:25
» Replies: 3
» Views: 718
|
LDView 4.7 Released
Forum: LDraw Editors and Viewers
Last Post: Travis Cobbs
Today, 3:07
» Replies: 3
» Views: 444
|
Part request Part 16280 (...
Forum: Part Requests
Last Post: Chris Böhnke
Yesterday, 23:26
» Replies: 4
» Views: 227
|
71613/30346c01 too high?!
Forum: Part Requests
Last Post: Chris Böhnke
Yesterday, 23:04
» Replies: 24
» Views: 13,472
|
Minifigures part requests
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 21:10
» Replies: 4
» Views: 3,719
|
Two Star Wars, One Sponge...
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 20:54
» Replies: 1
» Views: 119
|
Victims of no autosave
Forum: Parts Authoring
Last Post: Jeff Jones
Yesterday, 20:12
» Replies: 0
» Views: 77
|
Simple procedural geometr...
Forum: Official File Specifications/Standards
Last Post: Max Murtazin
Yesterday, 15:22
» Replies: 2
» Views: 154
|
a collab maybe?
Forum: Parts Authoring
Last Post: Jeff Jones
Yesterday, 14:16
» Replies: 0
» Views: 92
|
Parts we are Working on -...
Forum: Part Requests
Last Post: Jeff Jones
2026-03-15, 22:31
» Replies: 159
» Views: 229,649
|
|
|
| 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?
|
|
|
|