Christoph Lendenfeld ChrisLend
Christoph Lendenfeld closed pull request blender/blender#107397 2023-05-11 11:08:45 +02:00
WIP: Fix: Slider bidirectionality in pose_slide.c
Christoph Lendenfeld pushed to fix_slider_range at ChrisLend/blender 2023-05-11 10:47:11 +02:00
b2d29a8216 update based on slider refactor
f1186e745f Merge branch 'main' into fix_slider_range
d9293ca478 Fix missing include, unused argument warning
575c3f3b25 BLI_string: replace UTF8 skip table & macros with functions
a9c1d47255 GPU: Added Tests For Blend state And Immediate Mode
Compare 382 commits »
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-05-09 22:08:46 +02:00
aac617fa88 fix index out of bounds
Christoph Lendenfeld commented on pull request blender/blender#106518 2023-05-09 21:17:05 +02:00
Animation: blend offset slider

this exists from a recent refactor: apply_fcu_segment_function

Christoph Lendenfeld commented on pull request blender/blender#106952 2023-05-08 21:13:57 +02:00
Animation: Butterworth Smoothing filter

@blender-bot package

changed to a frequency cutoff and the slider controls the factor now also due to the update from main the menu entry is now in key->smooth

Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-05-08 21:12:34 +02:00
bd3b40c79c Merge branch 'main' into graph_editor_butterworth
819cd58864 Cleanup: Make Accumulate Attribute node more generic
50d49e24c4 Asset Views: Decrease default preview cache size
6a7ca67a98 Fix #107725: ray-offset was incorrectly applied on motion triangles
07ac8cb15a Fix #107506: Depsgraph: non-geometry component is treated as geometry component
Compare 36 commits »
Christoph Lendenfeld commented on pull request blender/blender#107653 2023-05-08 20:37:52 +02:00
Paint: Add loop select for faces

In the UI, the term "face corner" is generally preferred over "loop" since it matches the attribute domain name. And also since it's way less confusing IMO.

but the feature is supposed to be…

Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-05-07 22:50:24 +02:00
1ccca836a6 change to a Hz frequency cutoff
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-05-07 22:09:30 +02:00
8063e722bf resolve merge issues
44d31471ed Merge branch 'main' into graph_editor_butterworth
31d71f39ad UI: fix or improve many messages
de5aca9418 Refactor: unify UNIX/WIN32 BLI_dir_create_recursive & some improvements
f7d3115d97 Cleanup: replace BLI_strncpy with memcpy when the size is known
Compare 233 commits »
Christoph Lendenfeld pushed to paint_loop_face at ChrisLend/blender 2023-05-05 17:26:23 +02:00
47d41f8eb0 extract function
98b8a5d5ff fix issue to get closest edge
Compare 2 commits »
Christoph Lendenfeld deleted branch slider_overshoot_refactor from ChrisLend/blender 2023-05-05 17:22:57 +02:00
Christoph Lendenfeld pushed to main at blender/blender 2023-05-05 17:22:55 +02:00
c9b51591da Refactor: Allow to explicitly set the range on the slider UI element
Christoph Lendenfeld merged pull request blender/blender#107406 2023-05-05 17:22:47 +02:00
Refactor: Allow to explicitly set the range on the slider UI element
Christoph Lendenfeld created pull request blender/blender#107653 2023-05-05 16:01:46 +02:00
WIP: Paint: Add face loop select
Christoph Lendenfeld pushed to paint_loop_face at ChrisLend/blender 2023-05-05 15:58:49 +02:00
2833c72f35 Merge branch 'main' into paint_loop_face
Compare 2 commits »
Christoph Lendenfeld created branch paint_loop_face in ChrisLend/blender 2023-05-05 15:58:49 +02:00
Christoph Lendenfeld pushed to slider_overshoot_refactor at ChrisLend/blender 2023-05-05 15:35:28 +02:00
f13b43f068 add comment and improve comment
dcd0801a3e Merge branch 'main' into slider_overshoot_refactor
70cd2a9741 RNA: use memcpy for copying strings when the length is known
c80e9641ed Cleanup: replace UTF8 string copy macro with function
dc4e48fca0 Cleanup: quiet clang-tidy char subscript warning
Compare 42 commits »
Christoph Lendenfeld deleted branch refactor_pose_slide from ChrisLend/blender 2023-05-05 15:30:48 +02:00