- 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
Block a user
Regression: Unexpected behavior when animating the rotation of multiple objects with Transform Pivot Point set to Bounding Box or Median point
953b319ea8
Fix #123961: "Only Insert Needed" flag keys objects incorrectly
e3b125f02b
RNA: implement equality operator for
RNAPath
Fix #123961: "Only Insert Needed" flag keys objects incorrectly
Nathan Vegdahl
pushed to fix_123961_needed_keys_not_inserted at nathanvegdahl/blender
2024-07-02 10:27:37 +02:00
2995688d45
Fix #123961: "Only Insert Needed" flag keys objects incorrectly
be3fcfba0f
RNA: implement equality operator for
RNAPath
Anim: add a method to Action that ensures a Binding exists for an ID
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.
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
.
Nathan Vegdahl
pushed to fix_123961_needed_keys_not_inserted at nathanvegdahl/blender
2024-07-01 17:29:49 +02:00
ad72b6456e
Address feedback from Bastien (@mont29)
Fix #123961: "Only Insert Needed" flag keys objects incorrectly
Nathan Vegdahl
pushed to fix_123961_needed_keys_not_inserted at nathanvegdahl/blender
2024-07-01 16:11:21 +02:00
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
Nathan Vegdahl
created branch fix_123961_needed_keys_not_inserted in nathanvegdahl/blender
2024-07-01 16:11:21 +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…