| | Re: New license for the LDraw All-In-One installer Willy Tschager
|
| | (...) It appears that the current All-in-one won't overwrite/backup Pov's color.inc with the LDraw color.inc. Furthermore their is no place I can download the file - odd! Ahui, could you please post the file here. Otherwise we won't get any clues (...) (17 years ago, 11-Apr-08, to lugnet.cad.dev.org.ldraw)
|
| | |
| | | | Re: New license for the LDraw All-In-One installer Ahui Herrera
|
| | | | (...) The current AIOI does the following at the very end (read last step) II POV-RAY 3.5 was installed then... loc = Search for "arrays.inc" in the PO-RAY sub-directories rename "loc"\colors.inc to "loc"\colors_original.inc add colors.inc (this is (...) (17 years ago, 23-Apr-08, to lugnet.cad.dev.org.ldraw)
|
| | | | |
| | | | | | Re: New license for the LDraw All-In-One installer Willy Tschager
|
| | | | (...) Ahui, Jeronen says NO. but I did a merge on the files. The difference between 3.5 and the file posted above are: ***...*** PovRay 3.5 ***...*** #ifdef(Colors_Inc_Temp) // do nothing #else #declare Colors_Inc_Temp = version; #version 3.5 (...) (17 years ago, 26-Apr-08, to lugnet.cad.dev.org.ldraw)
|
| | | | |
| | | | | | Re: New license for the LDraw All-In-One installer Michael Heidemann
|
| | | | | (...) That's exactly what I was thinking about this issue. If we need a third party permission then we need it from POV-Ray Team. cu mikeheide (16 years ago, 30-Jun-08, to lugnet.cad.dev.org.ldraw)
|
| | | | | |
| | | | | | Re: New license for the LDraw All-In-One installer Travis Cobbs
|
| | | | (...) Why do you call this a bug fix? Is #ifndef not a valid POV command? Both versions do exactly the same thing, as far as I can tell, just via #ifdef for POV 3.5, and #ifndef for LDraw. --Travis (16 years ago, 30-Jun-08, to lugnet.cad.dev.org.ldraw)
|
| | | | |
| | | | | | Re: New license for the LDraw All-In-One installer Michael Heidemann
|
| | | | (...) You are right, it is not a bugfix, but better coding. I have installed on my machine version 3.1, 3.5 and 3.6 of POV-Ray and all have the same "bad" coding line. So there have to be somebody who has changed that, but I think this do not affect (...) (16 years ago, 30-Jun-08, to lugnet.cad.dev.org.ldraw)
|
| | | | |