
3 Jun
2009
3 Jun
'09
12:13 p.m.
On Jun 3, 2009, at 12:07 PM, Eric Pettersen wrote:
# setup the scene ~disp solvent # hide waters rib # show ribbons ribrepr smooth # nice ribbons, that is :-) # record the movie movie record supersample 3 # start recording frames rock y 2 68; wait # rock about the y axis for 68 frames (approximately one full cycle); wait for the rock to finish coordset #0 1, # play through morph movie stop # stop recording frames movie encode output ~/morph.mov bitrate 10000 # encode the movie as Quicktime with high quality, less compression
Actually, you can't have all those trailing '#' comments -- strip them! --Eric