Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Basnett <cmbasnett>2022-11-04 09:55:18 +0300
committerColin Basnett <cmbasnett@gmail.com>2022-11-04 09:56:50 +0300
commit11a705c2d003854ac21d81ea3261a6c9dc804a70 (patch)
tree98044929fa0d6cbe4be07c112cd34b5078b3ecba /release
parenta4ea684bc8911b4c10fc74b466958755dad0ef21 (diff)
Fix T102218: Baked f-curves display incorrectly when normalized
This fixes T102218, where baked f-curves would display incorrectly when normalized. This bug was a result of the code making no effort to determine the y-range of baked f-curves, so it fell back to a default that looked horrible. I've added specific handling for finding the y-range of each f-curve (I extracted this functionality out to a new function, `fcurve_scene_coord_range_get`, for organization purposes). In addition, a minor optimization was made to eliminate redundant range-checks when in preview range mode. {F13838304} Reviewed By: sybren Maniphest Tasks: T102218 Differential Revision: https://developer.blender.org/D16363
Diffstat (limited to 'release')
m---------release/scripts/addons0
1 files changed, 0 insertions, 0 deletions
diff --git a/release/scripts/addons b/release/scripts/addons
-Subproject 05f475f231abce2701b7424ed6b8231dadc64da
+Subproject 5a818af95080cccf04dfa8317f0e966bff515c6