Merge branch 'master' into blender2.8

This commit is contained in:
2018-07-02 12:03:56 +02:00
190 changed files with 611 additions and 606 deletions

View File

@@ -122,7 +122,7 @@ class PlayRenderedAnim(Operator):
file = rd.frame_path(frame=scene.frame_start, preview=False)
file = bpy.path.abspath(file) # expand '//'
if not os.path.exists(file):
self.report({'WARNING'}, "File {file!r} not found")
self.report({'WARNING'}, f"File {file!r} not found")
cmd = [player_path]
# extra options, fps controls etc.