print("Animated baking for frames "+str(start)+" - "+str(end))
print("Animated baking for frames (%d - %d)"%(start,end))
forcfrainrange(start,end+1):
print("Baking frame "+str(cfra))
print("Baking frame %d"%cfra)
# update scene to new frame and bake to template image
scene.frame_set(cfra)
...
...
@@ -108,66 +108,26 @@ class OBJECT_OT_animrenderbake(bpy.types.Operator):
#currently the api doesn't allow img.save_as(), so just save the template image as usual for every frame and copy to a file with frame specific filename