Christoph Lendenfeld ChrisLend
Christoph Lendenfeld created branch fix_bone_unselectable in ChrisLend/blender 2024-10-16 10:20:12 +02:00
Christoph Lendenfeld pushed to fix_bone_unselectable at ChrisLend/blender 2024-10-16 10:20:12 +02:00
ceaa6e9bd5 Merge branch 'blender-v4.3-release' into fix_bone_unselectable
0211a68fb4 Fix #128805: Missing Depsgraph Update when removing FCurve modifiers
41a3e6c3bd Fix #125451: Duplicating bone doesn't copy pose bone colors
8d24be0c44 Merge branch 'blender-v4.3-release' into fix_bone_unselectable
Compare 5 commits »
Christoph Lendenfeld commented on pull request blender/blender#129004 2024-10-16 09:57:13 +02:00
Fix #128445: Symmetrize pose bone settings
Christoph Lendenfeld pushed to fix_symmetrize_bone_props at ChrisLend/blender 2024-10-16 09:56:48 +02:00
5f870ccc8f add comment
170711011e Merge branch 'blender-v4.3-release' into fix_symmetrize_bone_props
ccb92947c5 Fix #129067: Transforming an edit-mesh crashes with cage editing
b8e5c66947 Fix #129069: Drag Dot and Anchored paint brush modes don't clear mesh
346bea93cc Cleanup: wrap long lines
Compare 50 commits »
Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-10-16 09:36:06 +02:00
f57947cc00 Update reports/2024.md
Christoph Lendenfeld deleted branch fix_pyapi_remove_fcu_mod from ChrisLend/blender 2024-10-16 09:30:06 +02:00
Christoph Lendenfeld closed issue blender/blender#128805 2024-10-16 09:30:02 +02:00
removing f-curve modifier does not purge modifier motion
Christoph Lendenfeld pushed to blender-v4.3-release at blender/blender 2024-10-16 09:29:59 +02:00
0211a68fb4 Fix #128805: Missing Depsgraph Update when removing FCurve modifiers
Christoph Lendenfeld merged pull request blender/blender#128984 2024-10-16 09:29:58 +02:00
Fix #128805: Missing Depsgraph Update when removing FCurve modifiers
Christoph Lendenfeld commented on pull request blender/blender#129052 2024-10-16 09:29:03 +02:00
Fix #125816: Clear constraint while action baking not doing visual keying

I am not sure I can do that in a C++ gui but I'll give it a try

Christoph Lendenfeld deleted branch fix_pose_bone_color_dupli from ChrisLend/blender 2024-10-16 09:27:11 +02:00
Christoph Lendenfeld closed issue blender/blender#125451 2024-10-16 09:27:08 +02:00
Bone Duplicate/Symmetrize doesn't affect pose bone colors
Christoph Lendenfeld merged pull request blender/blender#129007 2024-10-16 09:27:04 +02:00
Fix #125451: Duplicating bone doesn't copy pose bone colors
Christoph Lendenfeld pushed to blender-v4.3-release at blender/blender 2024-10-16 09:27:03 +02:00
41a3e6c3bd Fix #125451: Duplicating bone doesn't copy pose bone colors
Christoph Lendenfeld commented on issue blender/blender#128445 2024-10-15 16:52:00 +02:00
IK Panel: Limit Z min/max properties don't Symmetrize correctly for the Bone

@Mets can you open a separate report for that? that way it doesn't get lost when this one is resolved

Christoph Lendenfeld commented on issue blender/blender#124893 2024-10-15 16:00:05 +02:00
DriverVars reading local Y scale are never negative

putting this as a known limitations because it has the same root cause as #124896 In addition to that I also added it to the weak areas of A&R https://developer.blender.org/docs/features/animation

Christoph Lendenfeld pushed to main at blender/blender-developer-docs 2024-10-15 15:58:55 +02:00
694edbe8d6 Anim: Update weak areas
Christoph Lendenfeld commented on issue blender/blender#104731 2024-10-15 15:19:40 +02:00
Library-Override Not able to edit "Strip time Keyframe" value in sidebar panel in graph-editor

Had a look at this, it is indeed similar to what was fixed with c3b68fa7b1cafa6c4e4b73830597582606082b6d However since the FCurve for the strip time is owned by the object the fix doesn't work…

Christoph Lendenfeld pushed to main at ChrisLend/.profile 2024-10-15 14:15:45 +02:00
f94fbde2af Update reports/2024.md
Christoph Lendenfeld created pull request blender/blender#129057 2024-10-15 14:06:36 +02:00
Fix: Error when baking custom properties of unavailable addon