Nathan Vegdahl nathanvegdahl
  • Amsterdam, Netherlands
  • https://cessen.com
  • Animator, rigger, and software developer. Currently working at the Blender Institute as a developer on Blender's animation system.

    Been using Blender since 1998, and worked on Big Buck Bunny and Sintel (two of Blender's open movie projects).

  • Joined on 2003-03-21
Nathan Vegdahl deleted branch anim_test_id_naming from nathanvegdahl/blender 2024-06-13 15:14:39 +02:00
Nathan Vegdahl merged pull request blender/blender#123185 2024-06-13 15:14:37 +02:00
Cleanup: remove ID prefixes from names in animation tests
Nathan Vegdahl pushed to main at blender/blender 2024-06-13 15:14:36 +02:00
d2260ec183 Cleanup: remove ID prefixes from names in animation tests
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-06-13 14:54:42 +02:00
788c5b4971 Update reports/2024.md
Nathan Vegdahl created pull request blender/blender#123185 2024-06-13 14:54:03 +02:00
Cleanup: remove ID prefixes from names in animation tests
Nathan Vegdahl pushed to anim_test_id_naming at nathanvegdahl/blender 2024-06-13 14:50:24 +02:00
d77db5938f Cleanup: remove ID prefixes from names in animation tests
Nathan Vegdahl created branch anim_test_id_naming in nathanvegdahl/blender 2024-06-13 14:50:24 +02:00
Nathan Vegdahl created branch new_binding_naming in nathanvegdahl/blender 2024-06-13 14:43:16 +02:00
Nathan Vegdahl pushed to new_binding_naming at nathanvegdahl/blender 2024-06-13 14:43:16 +02:00
baf238cfa8 Add failing test
0250844dae Anim: RNA: make 'name' the 'name property' of Action Bindings again
46d50858d4 Anim: remove invalid assertion
34c5c2a6da Refactor: simplify BKE_animdata_free()
de713122f3 Merge branch 'blender-v4.2-release'
Compare 10 commits »
Nathan Vegdahl commented on issue blender/blender#123105 2024-06-13 13:43:37 +02:00
Regression: Rigify rigs IK Heel are broken if opened in Blender 4.2

@icappiello

@cessen Keep also in mind that 4.3 seems to act currently like 4.1. So only 4.2 has this “fix” applied for some reason

So it sounds like @mod_moder is also able to…

Nathan Vegdahl commented on issue blender/blender#123105 2024-06-13 13:34:36 +02:00
Regression: Rigify rigs IK Heel are broken if opened in Blender 4.2

@mod_moder Got it. Just to be specific and clear: that means in both 4.2 and 4.3 the leg is showing up straight for you, but in 4.1 it is bent? Is that correct?

Nathan Vegdahl commented on issue blender/blender#123105 2024-06-13 13:22:58 +02:00
Regression: Rigify rigs IK Heel are broken if opened in Blender 4.2

I assume your re-quoting yourself means that you have double checked, and you're still unable to repro in 4.3? Which means that the knee is showing up as bent in 4.3, correct?

What specific…

Nathan Vegdahl commented on pull request blender/blender#122377 2024-06-13 12:58:18 +02:00
Fix #122372: Keyingsets not keying custom properties of type EnumProperty

Got it. In that case I think this is fine for now.

Nathan Vegdahl commented on issue blender/blender#123105 2024-06-13 12:56:52 +02:00
Regression: Rigify rigs IK Heel are broken if opened in Blender 4.2

@mod_moder I double checked and indeed 4.2 and 4.3 are working identically for me as I described. Can you double check on your end as well? I want to make sure we're not missing something important.

Nathan Vegdahl commented on issue blender/blender#123105 2024-06-13 12:47:35 +02:00
Regression: Rigify rigs IK Heel are broken if opened in Blender 4.2

Weird. I did the same, and 4.2 and 4.3 work identically (exhibiting the broken rig behavior, with a straight/stretched leg), whereas 4.1 and earlier exhibit the intended rig behavior (with a bent…

Nathan Vegdahl commented on issue blender/blender#123105 2024-06-13 12:36:43 +02:00
Regression: Rigify rigs IK Heel are broken if opened in Blender 4.2

Ah, I should have mentioned that: that wasn't the case in my testing. Latest main works the same as 4.2 as far as I can tell, on both the full Rigify file and the minified file.

@mod_moder…

Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-06-13 12:19:41 +02:00
d52b7f6e37 Update reports/2024.md
Nathan Vegdahl commented on issue blender/blender#123105 2024-06-13 12:00:22 +02:00
Regression: Rigify rigs IK Heel are broken if opened in Blender 4.2

Tracked this down to #118502, which is actually a bug fix.

The issue is that the Limit Rotation constraint in the Rigify foot roll setup has a min rotation of -360 degrees and a max rotation of…