Christoph Lendenfeld ChrisLend
Christoph Lendenfeld pushed to refactor_deduplicate_code at ChrisLend/blender 2023-04-20 14:09:25 +02:00
475f9a3e23 Cycles: Break up geometry.cpp and scene.cpp file into smaller pieces
100f37af49 Fix #100053: Incorrect saving asset catalogs after renaming parent item
7ce10ebbbf Cycles: oneAPI: Remove excess quotes in a capabilities output
770b193253 Cleanup: use function style casts & nullptr, spelling in comments
0fa68d1a01 Cleanup: format
Compare 7 commits »
Christoph Lendenfeld approved blender/blender#106518 2023-04-20 12:36:57 +02:00
Animation: blend offset slider

thanks for the work!

Christoph Lendenfeld approved blender/blender#106519 2023-04-20 12:29:15 +02:00
Animation: blend to ease slider

yep looks good to me :)

Christoph Lendenfeld commented on pull request blender/blender#106520 2023-04-20 12:23:24 +02:00
Animation: time offset slider

you don't need this line

Christoph Lendenfeld suggested changes for blender/blender#106520 2023-04-20 12:23:24 +02:00
Animation: time offset slider

one more improvement, in order for the overshoot to wrap endlessly we can modify the code to this

Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-20 11:07:51 +02:00
Animation: blend to infinity slider

I am glad you didn't listen to me here, because I just realized what I suggested is wrong 🤦

Christoph Lendenfeld suggested changes for blender/blender#106517 2023-04-20 11:07:09 +02:00
Animation: blend to infinity slider

the function blend_to_infinity_fcurve_segment should return a bool I think

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

Let's have the warning outside of the for-loop so it's only displayed once per modal cycle

Christoph Lendenfeld commented on pull request blender/blender#106521 2023-04-20 10:41:19 +02:00
Animation: shear left slider

That is my instinct too, but every tool on the slider uses left or right based on where the reference point is. For example Scale left feels the same as this one, scale toward the right…

Christoph Lendenfeld commented on pull request blender/blender#106952 2023-04-20 10:27:06 +02:00
Animation: Butterworth Smoothing filter

@blender-bot package

Christoph Lendenfeld deleted branch fix_keyframe_selection from ChrisLend/blender 2023-04-20 10:26:44 +02:00
Christoph Lendenfeld pushed to main at blender/blender 2023-04-20 10:26:41 +02:00
fe7815e117 Fix #106771: Selection offset in timeline when NLA track is offset
Christoph Lendenfeld closed issue blender/blender#106771 2023-04-20 10:26:40 +02:00
NLA strip in Tweak Mode, if it is offset in time offsets the selection of keys in the timeline
Christoph Lendenfeld merged pull request blender/blender#106904 2023-04-20 10:26:39 +02:00
Fix #106771: Selection offset in timeline when NLA track is offset
Christoph Lendenfeld pushed to graph_editor_butterworth at ChrisLend/blender 2023-04-20 10:26:06 +02:00
9625b10c7c fix wrong logic
47078c0f31 Merge branch 'main' into graph_editor_butterworth
60ced5283a Animation: make properties from motion path library overrideable
4054d76749 Fix: Normalization with baked curves and preview range
88b125e75d Fix regression tests failure on the latest Xcode
Compare 233 commits »
Christoph Lendenfeld deleted branch motion_path_lib_override from ChrisLend/blender 2023-04-20 10:08:53 +02:00
Christoph Lendenfeld pushed to main at blender/blender 2023-04-20 10:08:51 +02:00
60ced5283a Animation: make properties from motion path library overrideable
Christoph Lendenfeld merged pull request blender/blender#106959 2023-04-20 10:08:51 +02:00
Animation: make properties from motion path library overrideable
Christoph Lendenfeld deleted branch fix_baked_curve_normalization_prev_range from ChrisLend/blender 2023-04-20 10:08:06 +02:00