Until Accelrys fixes the POV Ray export, here's how to mend the files from 1.7. (It may be obvious to a lot of you, but it sure wasn't for me. I'm a lousy POV Ray user)
In POV Ray, scroll down past all the render, lighting and camera parameters to the first object.
Each object has a set of rgbt values, such as: rgbt <0.596078,0.270588,0.054902,1.000000>
All of the transmit values need to be change from 1.000000 to 0.
So, click just before the first object, scroll down to the bottom of the file and shift-click after the last object.
From the Search menu, do a Replace All, making sure to click on the option to replace only within the selection.
One more thing: Dont set any Visualizer rgb colors to 255. These become 1.000000 in the POV Ray rgbt values, and will be changed to 0 in your find and replace routine.
That's it.
In POV Ray, scroll down past all the render, lighting and camera parameters to the first object.
Each object has a set of rgbt values, such as: rgbt <0.596078,0.270588,0.054902,1.000000>
All of the transmit values need to be change from 1.000000 to 0.
So, click just before the first object, scroll down to the bottom of the file and shift-click after the last object.
From the Search menu, do a Replace All, making sure to click on the option to replace only within the selection.
One more thing: Dont set any Visualizer rgb colors to 255. These become 1.000000 in the POV Ray rgbt values, and will be changed to 0 in your find and replace routine.
That's it.