LPub3D - POV-Ray rendering not working - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html) +--- Thread: LPub3D - POV-Ray rendering not working (/thread-21309.html) |
LPub3D - POV-Ray rendering not working - Jetro de Château - 2016-03-23 I've just installed POV-ray and I'm trying to find out what I can do with it from LPub3D I have gone to Configuration > Preferences > Rendering, ticked the POV-Ray is installed box and found the path for POV-Ray: (C:\Program Files\POV-Ray\v3.7\bin\pvengine64.exe) and L3P (C:\Program Files (x86)\LDraw\LPub3D\3rdParty\l3p1.4WinB\L3P.EXE). I have also ticked the LGEO is available box as I installed that too (with the AIOI), but I am confused about what to put in that field. There is no executable, so my best guess is C:\Program Files (x86)\LDraw\LGEO With this in place I have set Preferred Renderer to POV-Ray and tried to render the first page of a set of instructions I am working on. However, POV-Ray throws error message after error message saying something is wrong. I have tried to figure out how to copy the information in the message pane (POV-Ray itself sends me to the Edit menu, but I can't seem to find what I need there) so I can post it here and ask what I may be doing wrong. Re: LPub3D - POV-Ray rendering not working - Brian - 2016-03-24 Hi, here's a list of what I did recently to troubleshoot a similar issue: # Install LDraw, LGEO, and POV in paths with no spaces: C:\POV-Ray\v3.7\bin\pvengine.exe C:\LDraw\LPub3D\3rdParty\l3p1.4WinB\L3P.exe C:\LDraw\LGEO # Enable logging in "povray.ini" file: All_File=true Append_File=true # Double check "povray.ini" library paths: Library_Path="C:\LDraw\LGEO" Library_Path="C:\LDraw\LGEO\lg" Library_Path="C:\LDraw\LGEO\ar" # Check L3P location in Environment Path: C:\LDraw\LPub3D\3rdParty\l3p1.4WinB\; # Remove spaces in file name and internal names: 4484.mpd 4484-X-Wing.ldr 4484-TIE-Advanced.ldr # You might need these old files in "C:\LDraw\LGEO" lg_colors.lst lg_elements.lst # Set IO Restrictions=0 in "pvengine.ini" IO Restrictions=0 Check this thread for more info: http://forums.ldraw.org/showthread.php?tid=20316&pid=20316#pid20316 Re: LPub3D - POV-Ray rendering not working - Jetro de Château - 2016-03-25 Thanks. I'm on holiday right now, which, oddly enough, means I have little to no time to check this I would have expected whatever path the AIOI used to sort of work out of the box, but I get the impression my first mistake may be . I see I get pretty much the same kind of error you describe in your other post Could not find file ...\LPub\parts\40490_0_1650_150_DPCM_0.75_23_-45.png.ini Cannot open INI file ...\LPub\parts\40490_0_1650_150_DPCM_0.75_23_-45.png so I'll try retracing your steps there... |