Christoph Lendenfeld ChrisLend
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…

Christoph Lendenfeld pushed to main at ChrisLend/blender 2024-11-21 11:23:03 +01:00
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
ff129ff5f9 UI: Tweak VSE Text Strip UI to use panels for outline/shadow/box
Compare 6 commits »
Christoph Lendenfeld commented on issue blender/blender#130556 2024-11-21 11:14:18 +01:00
NLA - hotkey K adding value

just checking that

Christoph Lendenfeld commented on issue blender/blender#130556 2024-11-21 10:46:58 +01:00
NLA - hotkey K adding value

I can no longer reproduce this in main, but can confirm in 4.3

Christoph Lendenfeld commented on issue blender/blender#130556 2024-11-21 10:32:43 +01:00
NLA - hotkey K adding value

@nathanvegdahl I will take a look at this since you are already on the other high prio bug

Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-11-21 10:31:17 +01:00
c2c880fe3f Update reports/2024.md
Christoph Lendenfeld created pull request blender/blender#130658 2024-11-21 10:28:45 +01:00
Fix #130308: Missing keymap entry for bone eyedropper
Christoph Lendenfeld pushed to fix_bone_eyedropper_hotkey at ChrisLend/blender 2024-11-21 10:28:03 +01:00
56df013c3e wrong key for industry compatible
Christoph Lendenfeld pushed to fix_bone_eyedropper_hotkey at ChrisLend/blender 2024-11-21 10:25:25 +01:00
8a96266a1d add missing keymap entry
Christoph Lendenfeld created branch fix_bone_eyedropper_hotkey in ChrisLend/blender 2024-11-21 10:25:25 +01:00
Christoph Lendenfeld commented on pull request blender/blender#130567 2024-11-21 10:09:59 +01:00
Improved initial bake frame range

Awesome work and congratulations for your first PR. As @nickberckley mentioned, in general smaller, more focused PRs are better. It makes it easier to review and test :)

Christoph Lendenfeld pushed to main at ChrisLend/blender 2024-11-21 09:09:17 +01:00
15cdeae620 Fix: Compile error in Despeckle node for Metal
2c3397aa51 Cleanup: replace the removed std::shared_ptr::unique API in C++20
39e96d9c0f Fix #130155: Handle opacityThreshold controlled with individual image channels
0edfe46fc0 CMake: Fix Deprecation Warning in audaspace
7c81ec922c UI: Calm Warning in #130617 About Variable Mismatch
Compare 46 commits »
Christoph Lendenfeld pushed to fix_fcu_mod_noise at ChrisLend/blender 2024-11-19 17:44:31 +01:00
a820b94c0f use perlin_fbm directly
Christoph Lendenfeld pushed to main at ChrisLend/blender 2024-11-19 17:22:15 +01:00
716d2bd9e0 Fix #130428 3DView copy/paste: report total number of copied objects.
c46dec5b3a Fix #130521: Grease Pencil: Selection not working when everything was selected
a54bbe0b92 Fix: Overlay: In Front support
c2695e2dcc Vulkan: Add support for legacy platforms
8c87732454 Overlay-Next: Object Name
Compare 26 commits »
Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-11-19 17:20:23 +01:00
52bcf14537 Update reports/2024.md
Christoph Lendenfeld approved blender/blender#130440 2024-11-19 17:19:54 +01:00
Fix #130216: GPv3: Crash in render due to slotted Actions

lgtm and can't find issues in testing. But it's a bit hard to judge the implications this might have.

Christoph Lendenfeld commented on pull request blender/blender#130440 2024-11-19 17:19:53 +01:00
Fix #130216: GPv3: Crash in render due to slotted Actions

Usually return values are at the end of the arguments

Christoph Lendenfeld commented on pull request blender/blender#129535 2024-11-19 16:09:30 +01:00
Fix #123875: FCurve noise modifier producing values out of range

haha that's why. I was looking at the legacy noise, and it was just not hitting 0 on full frames, but always close enough where I felt like it's not a coincidence. That comment might need…

Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-11-19 16:02:13 +01:00
ba9a53d2e2 Update reports/2024.md