print("Animated baking for frames (%d - %d)"%(start,end))
forcfrainrange(start,end+1):
forcfrainrange(start,end+1):
print("Baking frame %d"%cfra)
# update scene to new frame and bake to template image
...
...
@@ -106,7 +111,9 @@ class OBJECT_OT_animrenderbake(bpy.types.Operator):
if'CANCELLED'inret:
return{'CANCELLED'}
#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
# 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