Christoph Lendenfeld ChrisLend
Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-11-21 16:50:03 +01:00
ab20910e96 Update vectors_of_work.md
Christoph Lendenfeld deleted branch fix_bone_eyedropper_hotkey from ChrisLend/blender 2024-11-21 16:48:34 +01:00
Christoph Lendenfeld pushed to main at blender/blender 2024-11-21 16:48:33 +01:00
f75ccd9644 Fix #130308: Missing keymap entry for bone eyedropper
Christoph Lendenfeld closed issue blender/blender#130308 2024-11-21 16:48:31 +01:00
Can not use keyboard shortcut for bone eyedropper
Christoph Lendenfeld merged pull request blender/blender#130658 2024-11-21 16:48:29 +01:00
Fix #130308: Missing keymap entry for bone eyedropper
Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-11-21 16:46:24 +01:00
db4ec2cd6d Update reports/2024.md
Christoph Lendenfeld deleted branch fix_keyingset_insertion_nla from ChrisLend/blender 2024-11-21 16:43:25 +01:00
Christoph Lendenfeld closed issue blender/blender#130556 2024-11-21 16:43:22 +01:00
NLA - hotkey K adding value
Christoph Lendenfeld merged pull request blender/blender#130679 2024-11-21 16:43:13 +01:00
Fix #130556: applying keyingsets in NLA stack doesn't properly inverse solve
Christoph Lendenfeld pushed to blender-v4.3-release at blender/blender 2024-11-21 16:43:12 +01:00
4008cacde8 Fix #130556: applying keyingsets in NLA stack doesn't properly inverse solve
Christoph Lendenfeld commented on pull request blender/blender#129535 2024-11-21 16:14:21 +01:00
Fix #123875: FCurve noise modifier producing values out of range

I made that change. I agree, that number is less likely to be picked by an artist. However it doesn't solve the underlying issue. As the user offset approaches this value, the apparent noise…

Christoph Lendenfeld pushed to fix_fcu_mod_noise at ChrisLend/blender 2024-11-21 16:11:18 +01:00
7acbbfeba4 use obscure offset
Christoph Lendenfeld pushed to fix_fcu_mod_noise at ChrisLend/blender 2024-11-21 16:06:23 +01:00
a0f467339e Merge branch 'main' into fix_fcu_mod_noise
5665a9d712 Fix #130555: Vulkan: Crash when using legacy gpu API
1d1811c54b CMake: Linux/Mac: Fix CMP0177 policy warnings
dbc8b29519 glTF: Draco: Fix #130545 - Windows Draco dll was not in right directory
f0e098cbfb Tools: Add cleaner of bpy install folder for wheel
Compare 79 commits »
Christoph Lendenfeld commented on pull request blender/blender#129535 2024-11-21 15:58:51 +01:00
Fix #123875: FCurve noise modifier producing values out of range

you might be able to help me out on this but that value is more of an approximation to match the behavior of the legacy noise. That one had integers whereas this one is a float so not sure how…

Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-11-21 15:44:30 +01:00
501772cb61 Update reports/2024.md
Christoph Lendenfeld created pull request blender/blender#130679 2024-11-21 15:37:29 +01:00
Fix #130556: applying keyingsets in NLA stack doesn't properly inverse solve
Christoph Lendenfeld pushed to fix_keyingset_insertion_nla at ChrisLend/blender 2024-11-21 15:29:04 +01:00
0e68820266 the fix
c25befb4cb Fix #130420: Undo/Redo broken when using Transfer Mode operator.
Compare 2 commits »
Christoph Lendenfeld created branch fix_keyingset_insertion_nla in ChrisLend/blender 2024-11-21 15:29:04 +01:00
Christoph Lendenfeld commented on issue blender/blender#130556 2024-11-21 13:33:10 +01:00
NLA - hotkey K adding value

ok so the commit that "fixes" it is 43d7558e5b but that doesn't tell me much because that just switches to the slotted actions, which always resolve the issue if you turn the experimental flag on…