Christoph Lendenfeld ChrisLend
Christoph Lendenfeld commented on pull request blender/blender#106518 2023-04-14 15:29:15 +02:00
Animation: blend offset slider

hm sorry I think that was my bad. I thought this would set the slider to a -1/1 range but it does not. It just allows negative values. In that case your implementation is correct until we add…

Christoph Lendenfeld deleted branch fix_normalization_preview_range from ChrisLend/blender 2023-04-14 15:24:12 +02:00
Christoph Lendenfeld merged pull request blender/blender#106888 2023-04-14 15:24:09 +02:00
Fix: Respect preview range when auto normalizing in Graph Editor
Christoph Lendenfeld pushed to main at blender/blender 2023-04-14 15:24:09 +02:00
2b4a62fa18 Fix: Respect preview range when auto normalizing in Graph Editor
Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-14 15:21:54 +02:00
Animation: blend to infinity slider

that's why I mentioned I need to change the name of the function a segment is defined as a continual selection of keyframes yet the function fcurve_segment_start_get doesn't actually return…

Christoph Lendenfeld commented on pull request blender/blender#106952 2023-04-14 15:12:59 +02:00
Animation: Butterworth Smoothing filter

Video of an impulse Response at Filter Order 4 with Cutoff Frequency 0-1

Christoph Lendenfeld created pull request blender/blender#106952 2023-04-14 15:02:30 +02:00
Animation: Butterworth Smoothing filter
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-14 14:56:26 +02:00
11bbd39104 ffs that fixed it
84cb349aff change values
Compare 2 commits »
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-14 14:25:57 +02:00
df41c84ada move coefficients out of smoothing function
f3c187fe52 more better
862b39d574 somthing works
9018a02922 remove test code
Compare 10 commits »
Christoph Lendenfeld created branch graph_editor_butterworth in ChrisLend/blender 2023-04-14 14:25:56 +02:00
Christoph Lendenfeld suggested changes for blender/blender#104565 2023-04-14 10:00:35 +02:00
Allow select range in animation editor

see the described issues in the previous comment

Christoph Lendenfeld commented on pull request blender/blender#104565 2023-04-14 09:59:42 +02:00
Allow select range in animation editor

Thanks for the changes, the FCurve channel selection works fine. I discovered two issues though. When selecting groups, e.g. this image it…

Christoph Lendenfeld closed issue blender/blender#39324 2023-04-14 09:46:51 +02:00
Graph Editor - Smooth Keys function not working correctly
Christoph Lendenfeld commented on issue blender/blender#39324 2023-04-14 09:46:49 +02:00
Graph Editor - Smooth Keys function not working correctly

Since there is now a smoothing algorithm in Blender (Gaussian Smooth) that allows uneven key distance, this can be seen as resolved

Christoph Lendenfeld closed issue blender/blender#81836 2023-04-14 09:44:49 +02:00
Design: New Graph Editor Key Manipulation Operators
Christoph Lendenfeld closed issue blender/blender#81785 2023-04-14 09:44:18 +02:00
Implementation: Modal Key Manipulation Operators
Christoph Lendenfeld commented on issue blender/blender#81785 2023-04-14 09:44:16 +02:00
Implementation: Modal Key Manipulation Operators

Work continues in #106639

Christoph Lendenfeld closed issue blender/blender#82590 2023-04-14 09:42:56 +02:00
New Keyframe Smoothing Algorithm
Christoph Lendenfeld commented on issue blender/blender#82590 2023-04-14 09:42:54 +02:00
New Keyframe Smoothing Algorithm

I'll close this down. Butterworth is in progress and gaussian smooth that doesn't have the described issue is merged

Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-14 09:11:18 +02:00
Animation: blend to infinity slider

yeah you need the new_x_delta, but you don't need it to be in an if else, if you've saved the key. new_x_delta = fcu->bezt[i].vec[1][0] - reference_key->vec[1][0];