Christoph Lendenfeld ChrisLend
Christoph Lendenfeld commented on pull request blender/blender#106952 2023-04-28 11:47:06 +02:00
Animation: Butterworth Smoothing filter

@blender-bot package

added modal. That's actually faster to run because the whole undo-redo step is the slow part

Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-28 11:45:37 +02:00
725ea9a138 cleanup
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-28 11:27:28 +02:00
a05a2d7874 move code and make operator modal
9c15aa33fb Merge branch 'main' into graph_editor_butterworth
2bb4abdc27 Cleanup: assign variables & use 'match' to avoid redundant lookups
5fa8f7746c Realtime Compositor: Prioritize Viewer output node
7b8ba7f101 Fix #107314: OS key stuck when switching windows with GNOME/Wayland
Compare 161 commits »
Christoph Lendenfeld commented on pull request blender/blender#107406 2023-04-27 18:31:14 +02:00
Refactor: Allow to explicitly set the range on the slider UI element

@dr.sybren I had a memory leak with this patch that I cannot reproduce again. The only possible culprit could be the range array, but if I understand correctly, as long as I don't calloc anything…

Christoph Lendenfeld created pull request blender/blender#107406 2023-04-27 18:00:32 +02:00
Refactor: Allow to explicitly set the range on the slider UI element
Christoph Lendenfeld created branch slider_overshoot_refactor in ChrisLend/blender 2023-04-27 17:42:11 +02:00
Christoph Lendenfeld pushed to slider_overshoot_refactor at ChrisLend/blender 2023-04-27 17:42:11 +02:00
585f8e90c4 refactor code
Christoph Lendenfeld created pull request blender/blender#107402 2023-04-27 16:41:30 +02:00
Refactor: Replace move_key with BKE_fcurve_keyframe_move_value_with_handles
Christoph Lendenfeld created branch refactor_replace_move_key in ChrisLend/blender 2023-04-27 16:34:44 +02:00
Christoph Lendenfeld pushed to refactor_replace_move_key at ChrisLend/blender 2023-04-27 16:34:44 +02:00
68461fa9ce replace and remove move_key
d086249f4d Fix: Compile error in debug build in normals code
3c43632651 Mesh: Allocate custom normal spaces in array
f8eebd3b25 Cleanup: Use simpler C++ types in mesh corner normals code
a6baf7beae BLI: Allow different integer types when filling span indices
Compare 7 commits »
Christoph Lendenfeld closed pull request blender/blender#106365 2023-04-27 15:19:06 +02:00
WIP: Animation: Smoothing without Shrinkage
Christoph Lendenfeld pushed to main at ChrisLend/blender 2023-04-27 11:38:20 +02:00
107536f359 Refactor: Deduplicate code in graph_slider_ops.c
129f79debe Fix: Knife tool does not interpolate vertex customdata in interior cuts
c104b135c9 Cleanup: use term "space" in blend file read/write callbacks
fa2dbceadd Realtime Compositor: Implement Corner Pin node
e0a3212176 Curves: Avoid retrieving arrays many times
Compare 1225 commits »
Christoph Lendenfeld pushed to fix_slider_range at ChrisLend/blender 2023-04-27 11:38:02 +02:00
d004d1bbf0 Merge branch 'main' into fix_slider_range
107536f359 Refactor: Deduplicate code in graph_slider_ops.c
129f79debe Fix: Knife tool does not interpolate vertex customdata in interior cuts
c104b135c9 Cleanup: use term "space" in blend file read/write callbacks
fa2dbceadd Realtime Compositor: Implement Corner Pin node
Compare 166 commits »
Christoph Lendenfeld created pull request blender/blender#107397 2023-04-27 11:29:49 +02:00
Fix: Slider bidirectionality in pose_slide.c
Christoph Lendenfeld deleted branch refactor_deduplicate_code from ChrisLend/blender 2023-04-27 11:18:08 +02:00
Christoph Lendenfeld merged pull request blender/blender#107170 2023-04-27 11:18:06 +02:00
Refactor: Deduplicate code in graph_slider_ops.c
Christoph Lendenfeld pushed to main at blender/blender 2023-04-27 11:18:06 +02:00
107536f359 Refactor: Deduplicate code in graph_slider_ops.c
Christoph Lendenfeld created branch fix_pose_slider_bidirectional in ChrisLend/blender 2023-04-27 11:14:26 +02:00
Christoph Lendenfeld pushed to fix_pose_slider_bidirectional at ChrisLend/blender 2023-04-27 11:14:26 +02:00
4f7fdd0e60 refactor and fix
c104b135c9 Cleanup: use term "space" in blend file read/write callbacks
fa2dbceadd Realtime Compositor: Implement Corner Pin node
e0a3212176 Curves: Avoid retrieving arrays many times
4daa7ae649 BLI: Add methods to generic spans to retrieve size in bytes
Compare 10 commits »