-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instance data converters when attached to data binding objects
Instead of reusing converters across multiple data bind objects, we are now cloning them. This simplifies their memory management since we don't need to create data values when a conversion operation takes place. This also allows to store state on each instance. Which currently allows to store data bound properties instead of fetching them on every frame, and will enable in the future to have time based converters. Diffs= baf832a6ce Instance data converters when attached to data binding objects (#8664)
- Loading branch information
bodymovin
committed
Dec 9, 2024
1 parent
f8a670b
commit 6b7b0e0
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0664f994df49b9cda793a717d4145593f4d56795 | ||
baf832a6ce3135bc7f8f8b5cc3695f024610b744 |
Submodule rive-runtime
updated
26 files