Skip to content

Commit

Permalink
change inherit blend mode default value to 127
Browse files Browse the repository at this point in the history
when -1 was serialized, it was being converted to 127 and would break the editor blend mode mapping.
so this PR changes the default value to 127.
Fortunately, older files that didn't change the blend mode explicitly wouldn't have any value, so this will still be the default.
And files that did change the blend value to something different than inherit, and changed it back to inherit, will have 127 as value that will match the new inherit assigned value.
So this covers older files and newer files with old runtimes and new runtimes.

Diffs=
bf57f85d7f change inherit blend mode default value to 127 (#8926)
  • Loading branch information
bodymovin committed Jan 28, 2025
1 parent 351712f commit 97edcb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fcda031783b4d7e5bf2d983081cfe76ff60b1f57
bf57f85d7fb6e30a2070ae4f104b8ec49e99c2fe

0 comments on commit 97edcb9

Please sign in to comment.