Christoph Lendenfeld ChrisLend
Christoph Lendenfeld created pull request blender/blender#129636 2024-10-31 14:50:21 +01:00
Fix #129606: inserting keys not deselecting other keys in certain case
Christoph Lendenfeld pushed to fix_deselect_keys at ChrisLend/blender 2024-10-31 14:43:12 +01:00
58c50acd70 the fix
7cbc94d835 Fix some exceptions in Python operators when poll fails
5b53ff078d Fix "Apply Modifier as Shape" ignoring Alt to apply to selected
a0491899f0 Fix "Rotate Edges" iterating over freed edges
29e184596e Fix error accessing invalid stack memory joining areas from a shortcut
Compare 10 commits »
Christoph Lendenfeld created branch fix_deselect_keys in ChrisLend/blender 2024-10-31 14:43:12 +01:00
Christoph Lendenfeld commented on issue blender/blender#129606 2024-10-31 10:29:55 +01:00
Other keyframes not deselected when inserting new keys in older files

I get an assert when trying to open this in a debug build. I was able to reproduce in a different file though. really weird

Christoph Lendenfeld commented on issue blender/blender#129210 2024-10-31 10:11:19 +01:00
After removing a shape key with animated value and creating a new one, the animation keyframes are copied to the new one

The keyframes aren't copied, they just don't get deleted when the key is deleted. Since removing a key, and re-adding it will result in the same name (RNA path) the animation will be re-applied. …

Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-10-29 17:02:13 +01:00
82e00efd7d Update reports/2024.md
Christoph Lendenfeld created pull request blender/blender#129535 2024-10-29 17:01:50 +01:00
WIP: Fix #123875: FCurve noise modifier producing values out of range
Christoph Lendenfeld pushed to fix_fcu_mod_noise at ChrisLend/blender 2024-10-29 16:53:23 +01:00
4b4256ab94 Merge branch 'main' into fix_fcu_mod_noise
51967feb67 Merge branch 'blender-v4.3-release'
a42c2afcc5 Merge branch 'blender-v4.3-release'
4c67973100 Cleanup: missing-declarations warning
f377333326 Fix #129503: unwrap with subsurf at level 1 disconnects triangles
Compare 255 commits »
Christoph Lendenfeld created branch fix_fcu_mod_noise in ChrisLend/blender 2024-10-29 16:47:52 +01:00
Christoph Lendenfeld pushed to fix_fcu_mod_noise at ChrisLend/blender 2024-10-29 16:47:52 +01:00
Christoph Lendenfeld pushed to main at blender/blender 2024-10-29 16:39:38 +01:00
2fb0847dd1 Fix #129385: Bake Action operator not working with slots
Christoph Lendenfeld deleted branch fix_bake_action_with_slots from ChrisLend/blender 2024-10-29 16:39:38 +01:00
Christoph Lendenfeld closed issue blender/blender#129385 2024-10-29 16:39:36 +01:00
Bake Actions bakes in the incorrect Slot Action
Christoph Lendenfeld merged pull request blender/blender#129525 2024-10-29 16:39:35 +01:00
Fix #129385: Bake Action operator not working with slots
Christoph Lendenfeld commented on issue blender/blender#129314 2024-10-29 16:31:19 +01:00
Hooked Curve doesnt inherit scale from Bone [bl.4.1.1]

The difference is that with 3.5, selecting the center vertex of the curve also selects the handles. From 3.6 onwards, the handles aren't automatically selected.

The selection state seems to be…

Christoph Lendenfeld pushed to fix_bake_action_with_slots at ChrisLend/blender 2024-10-29 16:02:40 +01:00
1d0064b194 review comments
Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-10-29 14:28:26 +01:00
d6f1322883 Update reports/2024.md
Christoph Lendenfeld commented on pull request blender/blender#129052 2024-10-29 14:27:29 +01:00
Fix #125816: Clear constraint while action baking not doing visual keying

I took a step back and just fixed what the bug report complained about, namely the description. I think that's the most sensible thing to do for now while not entering this rabbit hole

Christoph Lendenfeld pushed to fix_bake_description at ChrisLend/blender 2024-10-29 14:26:03 +01:00
0435be9fa9 only change description
dc5a3cec99 Merge branch 'blender-v4.3-release' into fix_bake_description
c4774134e9 Fix: UI: Assets catalog sorting in asset shelf mixes catalogs
dd11978a33 I18N: Update UI translations from git/weblate repository (61be8de535853d8).
1da221659d Fix #129251: Broken OptiX denoiser output
Compare 182 commits »