- mostly Madrid
- http://www.christoph.lendenfeld.at/
-
I used to be an animator like you, but then I took an "oh you can code" to the knee
- Joined on
2020-01-09
Block a user
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
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…
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
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
WIP: Animation: Smoothing without Shrinkage
WIP: Animation: Smoothing without Shrinkage
closed in favor of #106952: Animation: Butterworth Smoothing filter
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
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
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
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