From 6b811a27b93f22352de00a0fe424f7e6d502f25f Mon Sep 17 00:00:00 2001 From: bodymovin Date: Fri, 7 Feb 2025 18:21:08 +0000 Subject: [PATCH] add support for uint properties This PR adds support for polygon points. This case surfaced a new scenario where uint core properties shouldn't be considered enums but actual uints. That requires to treat the source type of certain uint properties different than others. In one case, properties will be bindable to enums which internally translate to a finite set of integers. On the other one, properties will be bindable to numbers, and we will take care of converting floating point values to unsigned integers under the hood. Diffs= fd830a66ca add support for uint properties (#8982) --- .rive_head | 2 +- wasm/submodules/rive-runtime | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index 6303d0bb..2dba235c 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -71b138cf40117951a90cbd854a8a15324f582171 +fd830a66cab87ccc1cf0ffca208c39f21d8e9ccb diff --git a/wasm/submodules/rive-runtime b/wasm/submodules/rive-runtime index 34084447..3a647d8b 160000 --- a/wasm/submodules/rive-runtime +++ b/wasm/submodules/rive-runtime @@ -1 +1 @@ -Subproject commit 340844479e4f3a9d6d086ceae1f757abbf81f05b +Subproject commit 3a647d8b6de1f2b82590f71ac0a39785ee5cf37b