- 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
Christoph Lendenfeld
deleted branch fix_bone_eyedropper_hotkey from ChrisLend/blender
2024-11-21 16:48:34 +01:00
Can not use keyboard shortcut for bone eyedropper
Fix #130308: Missing keymap entry for bone eyedropper
Christoph Lendenfeld
deleted branch fix_keyingset_insertion_nla from ChrisLend/blender
2024-11-21 16:43:25 +01:00
NLA - hotkey K adding value
Fix #130556: applying keyingsets in NLA stack doesn't properly inverse solve
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…
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
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…
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.
Christoph Lendenfeld
created branch fix_keyingset_insertion_nla in ChrisLend/blender
2024-11-21 15:29:04 +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…