Merge branch 'blender-v3.0-release'

This commit is contained in:
Richard Antalik 2021-11-18 01:13:22 +01:00
commit d6b5251572
1 changed files with 1 additions and 1 deletions

View File

@ -2112,7 +2112,7 @@ int SEQ_render_thumbnails_guaranteed_set_frame_step_get(const Sequence *seq)
/* Arbitrary, but due to performance reasons should be as low as possible. */
const int thumbnails_base_set_count = min_ii(content_len / 100, 30);
if (thumbnails_base_set_count <= 0) {
return 0;
return content_len;
}
return content_len / thumbnails_base_set_count;
}