mirror of
https://asciireactor.com/otho/lammps-graphene.git
synced 2024-11-22 04:25:07 +00:00
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
|
frame 1
|
||
|
num_frames = getProperty("modelInfo.modelCount")
|
||
|
for (var i = 1; i <= num_frames; i = i+1)
|
||
|
var filename = "movie"+("00000"+i)[-4][0]+".jpg"
|
||
|
write IMAGE 800 600 JPG @filename
|
||
|
frame next
|
||
|
end for
|
||
|
exitJmol
|