# Automatically run an animated Blender file using the internal settings at a # specific time. # Run this from a terminal as follows : # echo "python AutoRender.py" | at 11:42 # The time cannot be to greater precision than the nearest minute or it won't work ! import os os.system("/home/rhys/Software/Blender2.78a/blender -b Test.blend -a")