Christoph Lendenfeld ChrisLend
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-21 16:43:40 +02:00
64947062c7 add support for subframe data
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-21 12:23:57 +02:00
19c64139ff soft limit the factor to 1
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-21 12:12:26 +02:00
97cffbb2a7 move code and rename
029f21b003 change menu location
Compare 2 commits »
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-21 12:05:57 +02:00
ce94346579 move code
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-21 12:01:43 +02:00
1b31b2b017 make struct to pass into functions
e6dbc9b85f remove backward filtered values array
2ee5001130 Merge branch 'main' into graph_editor_butterworth
99f5e60b86 RNA: ignore some large arrays in override code
680a54c7d0 EEVEE Next: Ensure correct texture usage for views
Compare 38 commits »
Christoph Lendenfeld commented on pull request blender/blender#106521 2023-04-21 10:44:55 +02:00
Animation: shear left slider

You can check the Graph_OT_decimate operator for an example on how an enum property is added. line 528 in graph_slider_ops.c

Christoph Lendenfeld approved blender/blender#106520 2023-04-21 10:42:50 +02:00
Animation: time offset slider

no more complaints :)

Christoph Lendenfeld suggested changes for blender/blender#106517 2023-04-21 10:33:37 +02:00
Animation: blend to infinity slider

yep looks correct

Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-21 10:33:36 +02:00
Animation: blend to infinity slider

shouldn't this return false?

Christoph Lendenfeld approved blender/blender#104565 2023-04-20 17:28:34 +02:00
Allow select range in animation editor

oops ctrl-enter makes a comment

Christoph Lendenfeld commented on pull request blender/blender#104565 2023-04-20 17:27:32 +02:00
Allow select range in animation editor

I cannot reproduce the previous issue anymore, so from my side this is good to go

Christoph Lendenfeld approved blender/blender#106521 2023-04-20 16:33:33 +02:00
Animation: shear left slider

small thing about the factor soft minimum

Christoph Lendenfeld commented on pull request blender/blender#106521 2023-04-20 16:33:32 +02:00
Animation: shear left slider

tiny thing I noticed, the soft minimum should be -1 if the slider has a range of -1/1

Christoph Lendenfeld pushed to fix_slider_range at ChrisLend/blender 2023-04-20 15:09:29 +02:00
60a33abab9 missed some RNA props
Christoph Lendenfeld created pull request blender/blender#107173 2023-04-20 15:08:32 +02:00
Fix: Bidirectionality on Graph Editor Sliders
Christoph Lendenfeld pushed to fix_slider_range at ChrisLend/blender 2023-04-20 15:00:15 +02:00
0d5639c36b fix: overshoot on sliders
Christoph Lendenfeld created branch fix_slider_range in ChrisLend/blender 2023-04-20 15:00:15 +02:00
Christoph Lendenfeld created pull request blender/blender#107170 2023-04-20 14:17:21 +02:00
Refactor: Deduplicate code in graph_slider_ops.c
Christoph Lendenfeld pushed to refactor_deduplicate_code at ChrisLend/blender 2023-04-20 14:09:35 +02:00
b48aff59fd refactor code
Christoph Lendenfeld created branch refactor_deduplicate_code in ChrisLend/blender 2023-04-20 14:09:25 +02:00