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 closed issue blender/blender#123961 2024-07-02 10:52:40 +02:00
Regression: Unexpected behavior when animating the rotation of multiple objects with Transform Pivot Point set to Bounding Box or Median point
Nathan Vegdahl pushed to blender-v4.2-release at blender/blender 2024-07-02 10:52:37 +02:00
953b319ea8 Fix #123961: "Only Insert Needed" flag keys objects incorrectly
e3b125f02b RNA: implement equality operator for RNAPath
Compare 2 commits »
Nathan Vegdahl merged pull request blender/blender#123998 2024-07-02 10:52:36 +02:00
Fix #123961: "Only Insert Needed" flag keys objects incorrectly
2995688d45 Fix #123961: "Only Insert Needed" flag keys objects incorrectly
be3fcfba0f RNA: implement equality operator for RNAPath
Compare 2 commits »
Nathan Vegdahl deleted branch ensure_binding from nathanvegdahl/blender 2024-07-02 09:40:59 +02:00
Nathan Vegdahl merged pull request blender/blender#123988 2024-07-02 09:40:57 +02:00
Anim: add a method to Action that ensures a Binding exists for an ID
Nathan Vegdahl pushed to main at blender/blender 2024-07-02 09:40:56 +02:00
2e505b76a4 Anim: add a method to Action that ensures a Binding exists for an ID
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-07-02 09:40:12 +02:00
3fd9e79482 Update reports/2024.md
Nathan Vegdahl pushed to ensure_binding at nathanvegdahl/blender 2024-07-01 18:00:39 +02:00
ebd1a48756 Address review comments
Nathan Vegdahl commented on pull request blender/blender#123998 2024-07-01 17:33:14 +02:00
Fix #123961: "Only Insert Needed" flag keys objects incorrectly

Ah, thanks! Good to know that those macros exist. After the feedback from @mont29, however, the code has diverged and can no longer use the macro.

Nathan Vegdahl commented on pull request blender/blender#123998 2024-07-01 17:31:06 +02:00
Fix #123961: "Only Insert Needed" flag keys objects incorrectly

I've update the equality code, and also tried to clarify the documentation around the semantics of key and index.

ad72b6456e Address feedback from Bastien (@mont29)
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-07-01 16:23:46 +02:00
88c4d40591 Update reports/2024.md
Nathan Vegdahl created pull request blender/blender#123998 2024-07-01 16:19:04 +02:00
Fix #123961: "Only Insert Needed" flag keys objects incorrectly
f778a65c1a Fix #123961: "Only Insert Needed" flag keys objects incorrectly
7bd846ce0a Fix error including platforms in extensions HTML output
f2215d7564 Fix: safe_normalize() not defined for float2 on Metal
1b09654530 Fix and test direction_to_fisheye_lens_polynomial
635db22ca6 Fix: Re-apply versioning made for EEVEE-Next in 4.1
Compare 7 commits »
Nathan Vegdahl created branch fix_123961_needed_keys_not_inserted in nathanvegdahl/blender 2024-07-01 16:11:21 +02:00
Nathan Vegdahl commented on issue blender/blender#123961 2024-07-01 15:09:32 +02:00
Regression: Unexpected behavior when animating the rotation of multiple objects with Transform Pivot Point set to Bounding Box or Median point

I am able to reproduce this issue on 4.0.x as well, and also all the way back to 2.81.

For 4.1.x and earlier, you have to enable "Only Insert Needed" and disable "Only Insert Available" to…