From a55273a082b6399a4ac2a0329008609a914ce0c4 Mon Sep 17 00:00:00 2001 From: luigi-rosso Date: Mon, 17 Jul 2023 22:11:52 +0000 Subject: [PATCH] Add option to quantize time to whole frames of framerate. This ensures that only whole frames are displayed. Good for ensuring the frames you see in the editor are what is shown at runtime and for creating more stop-motion like effects efficiently. ![CleanShot 2023-07-13 at 15 36 21@2x](https://github.com/rive-app/rive/assets/454182/c796c493-c359-469e-b5f4-8dd37686e7b7) Diffs= 8b49fcbc5 Add option to quantize time to whole frames of framerate. (#5578) --- .rive_head | 2 +- submodules/rive-cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index d43528c0..c71aee73 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -b8e5473b972f0253180c8c24d9752b16d7e4a499 +8b49fcbc5bc24452a1b1790af014060bf9d97ba9 diff --git a/submodules/rive-cpp b/submodules/rive-cpp index e3cac8d5..7bcb9f1c 160000 --- a/submodules/rive-cpp +++ b/submodules/rive-cpp @@ -1 +1 @@ -Subproject commit e3cac8d59b694547cd91b72627fbe85300a78b85 +Subproject commit 7bcb9f1c7ce89e7b4ea45b9ffae31aa4c3c8f1b3