Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,162
» Latest member: Aaron
» Forum threads: 6,081
» Forum posts: 51,258
Full Statistics
|
Online Users |
There are currently 601 online users. » 1 Member(s) | 597 Guest(s) Bing, Google, Yandex, Eric Munsters
|
Latest Threads |
80503pb01 lute instrument...
Forum: Part Requests
Last Post: N. W. Perry
2025-07-16, 14:24
» Replies: 9
» Views: 5,940
|
Parts we are Working on -...
Forum: Part Requests
Last Post: Jeff Jones
2025-07-16, 10:14
» Replies: 158
» Views: 152,152
|
Modulex parts
Forum: Parts Authoring
Last Post: Chris Böhnke
2025-07-15, 20:30
» Replies: 31
» Views: 4,567
|
Same set, different sheet...
Forum: Parts Tracker Discussion
Last Post: Magnus Forsberg
2025-07-15, 6:15
» Replies: 8
» Views: 474
|
71613/30346c01 too high?!
Forum: Part Requests
Last Post: Chris Böhnke
2025-07-14, 23:21
» Replies: 18
» Views: 4,896
|
5724pr0001 Bubble Canopy ...
Forum: Part Requests
Last Post: SNIPE
2025-07-12, 21:08
» Replies: 2
» Views: 395
|
Friends 2014
Forum: Official Models
Last Post: Takeshi Takahashi
2025-07-11, 16:20
» Replies: 18
» Views: 17,323
|
LDCAD about Add custom p...
Forum: LDraw Editors and Viewers
Last Post: Nate87
2025-07-11, 8:13
» Replies: 5
» Views: 3,316
|
Hi-res logo primitives
Forum: Official File Specifications/Standards
Last Post: Jens Brühl
2025-07-10, 20:40
» Replies: 16
» Views: 2,208
|
Part 5561, Door 1 x 4 x 1...
Forum: Part Requests
Last Post: Gerald Lasser
2025-07-10, 9:55
» Replies: 1
» Views: 509
|
|
|
[Bug] LPub3D & POV-Ray for rendering with a space in the directory path |
Posted by: David Manley - 2017-02-03, 6:13 - Forum: LDraw File Processing and Conversion
- Replies (2)
|
 |
Trevor,
I've identified what I believe is a bug when using POV-Ray for rendering images in LPub3D. When the directory path to the LDraw file does not contain any spaces, POV-Ray is invoked successfully and the appropriate images rendered. An example of the command line generated by LPub3D to invoke POV-Ray (from the POV-Ray log) is:
Code: Preset INI file is 'D:\USERS\VISTA\DJM\DOCUMENTS\POV-RAY\V3.7\INI\QUICKRES.INI', section is '[800x600, AA 0.3]'.
Rendering using command line '+ID:\users\djm\personal\2017\LEGO\BUILDI~1\DACHSH~1\LPub3D\tmp\PLILDR~1.POV
+OD:\users\djm\personal\2017\LEGO\building_instructions\dachshund\LPub3D\parts\4589_128_1753_150_DPCM_1_23_-45.png +W1753 +H1240 +UA +LD:\PROGRA~1\LDraw\LGEO\lg
+LD:\PROGRA~1\LDraw\LGEO\ar +A'.
Rendering with 2 threads.
Persistence of Vision(tm) Ray Tracer Version 3.7.0.msvc10
This is an official version prepared by the POV-Ray Team. See the
documentation on how to contact the authors or visit us on the
internet at http://www.povray.org/
However, when the directory path contains a space, POV-Ray generates an error (from the POV-Ray log);
Code: Preset INI file is 'D:\USERS\VISTA\DJM\DOCUMENTS\POV-RAY\V3.7\INI\QUICKRES.INI', section is '[800x600, AA 0.3]'.
Rendering using command line '+ID:\users\djm\personal\2017\LEGO\BUILDI~1\DACHSH~1\LPub3D\tmp\CSILDR~1.POV "+OD:\users\djm\personal\2017\LEGO\building
instructions\dachshund\LPub3D\assem\main_10_whole_rotated_060-00-head_1_0_0_0_1_0_0_0_1_1_1753_150_DPCM_1.png" +W1753 +H1240 +UA +LD:\PROGRA~1\LDraw\LGEO\lg
+LD:\PROGRA~1\LDraw\LGEO\ar +A'.
Persistence of Vision(tm) Ray Tracer Version 3.7.0.msvc10
This is an official version prepared by the POV-Ray Team. See the
documentation on how to contact the authors or visit us on the
internet at http://www.povray.org/
<snip>
</snip>
Could not find file '+OD:\users\djm\personal\2017\LEGO\building
instructions\dachshund\LPub3D\assem\main_10_whole_rotated_060-00-head_1_0_0_0_1_0_0_0_1_1_1753_150_DPCM_1.png.ini'
-
Cannot open INI file '+OD:\users\djm\personal\2017\LEGO\building
instructions\dachshund\LPub3D\assem\main_10_whole_rotated_060-00-head_1_0_0_0_1_0_0_0_1_1_1753_150_DPCM_1.png'.
-
Cannot process command-line at ' +W1753 +H1240 +UA +LD:\PROGRA~1\LDraw\LGEO\lg +LD:\PROGRA~1\LDraw\LGEO\ar +A' due to a parse error.
This is not a valid command-line. Check the command-line for syntax errors, correct them, and try again.
Valid command-line switches are explained in detail in the reference part of the documentation.
Failed to start render: Failed to parse command-line option
Note the difference between the respective +O command line argument quoting. The first (without spaces)
Code: +OD:\users\djm\personal\2017\LEGO\building_instructions\dachshund\LPub3D\parts\4589_128_1753_150_DPCM_1_23_-45.png
compared to the second )with spaces);
Code: "+OD:\users\djm\personal\2017\LEGO\building
instructions\dachshund\LPub3D\assem\main_10_whole_rotated_060-00-head_1_0_0_0_1_0_0_0_1_1_1753_150_DPCM_1.png"
I believe the issues may be the double quotes around the entire +O parameter values, causing POV-Ray not to see the +O as intended.
Regards,
David
|
|
|
Forum search engine underpowered? |
Posted by: Philippe Hurbain - 2017-02-02, 14:02 - Forum: Website Suggestions/Requests/Discussion
- Replies (3)
|
 |
I was trying to find again this post, so I keyed in "ldcad tread long" in the search field that returned nothing (though all these words ARE in the post). Of course I didn't remember the exact words used so I tried many variants, without any success. Finally I called Google to the rescue, and "ldcad tread long site:ldraw.org" cheerfully gave me the right post (I tried variants there too and many of them gave the right answer despite the exact words were not in the post...)
Ideas to improve?
|
|
|
LDraw.org Forums, Wiki, and OMR switching to https only |
Posted by: Orion Pobursky - 2017-02-01, 18:13 - Forum: LDraw.org Announcements
- Replies (1)
|
 |
I will be slowly switching the LDraw.org Forums, Wiki, and OMR over to https over the next few weeks. The main site won't switch since it resides on the different server so I have to do some more research. Unfortunately, due to the certificate we're using, if you're still using Win XP or an old browser it may throw an error or just won't work for you.
P.S.
On a unrelated side note, single sign on for all of our site will be happening in the coming months.
|
|
|
2017/2018 LDraw.org Steering Committee (SteerCo): List of nominees |
Posted by: Willy Tschager - 2017-02-01, 7:14 - Forum: LDraw.org Announcements
- No Replies
|
 |
A quick reference to the candidates for the 2017/2018 LDraw.org Steering Committee (SteerCo) election. The information is drawn from the nomination process and corrections are welcome, please email the webmasters.
Candidates are listed by nomination status in alphabetical order by last name and no ranking or endorsement should be inferred from their position on the list. The following table summarizes the status of each candidate in the format:
Nominee name: Nomination Status (Nominator, Second)
Philippe Hurbain: Accepted (Willy Tschager, Travis Cobbs)
Roland Melkert: Accepted (Willy Tschager, Travis Cobbs)
Orion Pobursky: Accepted (Willy Tschager, Travis Cobbs)
Max Martin Richter: Accepted (Willy Tschager, Travis Cobbs)
Willy Tschager: Accepted (Travis Cobbs, Philippe Hurbain)
Nils Schmidt: Declined (Willy Tschager, Travis Cobbs)
Chris Dee: Not Yet Accepted (Willy Tschager, Travis Cobbs)
Magnus Forsberg: Not Yet Accepted (Willy Tschager, Travis Cobbs)
Michael Heidemann: Not Yet Accepted (Max Martin Richter, Willy Tschager)
Trevor Sandy: Not Yet Accepted (Willy Tschager, Travis Cobbs)
Replies to this have been disabled. The nominations thread is where they belong.
w.
|
|
|
|