Merge branch 'blender-v2.93-release'

This commit is contained in:
2021-05-06 11:35:10 +10:00
3 changed files with 40 additions and 10 deletions

View File

@@ -130,6 +130,7 @@ class PlayRenderedAnim(Operator):
"-s", str(frame_start),
"-e", str(frame_end),
"-j", str(scene.frame_step),
"-c", str(prefs.system.memory_cache_limit),
file,
]
cmd.extend(opts)