> I have commented out most all the "quality" settings until I can figure
> this thing out.
well, if you comment out the setting for 'ray_trace_frames', it'll be
using OpenGL for rendering. but you've launched on the command line, so
there is no OpenGL. uncomment that line, and see if it works.
Hello Fellow PyMolers,
I have a cool script to make a movie.
here are the first 3 lines and last few lines:
from pymol import movie
from pymol import util
cmd.do("run ../../scripts/camera_view_travel.py")
.
.
.
movie.rock(420,520,angle=15,phase=0,loop=0,axis='y')
cmd.rewind()
cmd.frame(99)
#