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 merged pull request blender/blender#128083 2024-09-26 12:35:04 +02:00
Fix: cannot assign actions to IDs without animdata
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-09-26 12:22:39 +02:00
fad0ba5718 Update reports/2024.md
Nathan Vegdahl created pull request blender/blender#128174 2024-09-26 12:22:01 +02:00
Fix: use action_treat_as_legacy() where appropriate
Nathan Vegdahl created branch use_action_treat_as_legacy in nathanvegdahl/blender 2024-09-26 12:21:12 +02:00
Nathan Vegdahl pushed to use_action_treat_as_legacy at nathanvegdahl/blender 2024-09-26 12:21:12 +02:00
d3d01e1473 Fix: use action_treat_as_legacy() where appropriate
Nathan Vegdahl closed pull request blender/blender#128086 2024-09-26 11:05:15 +02:00
Fix: assigning action to an action constraint doesn't restrict its type
Nathan Vegdahl commented on pull request blender/blender#128086 2024-09-26 11:05:12 +02:00
Fix: assigning action to an action constraint doesn't restrict its type

While testing, I noticed that the idroot of the action actually isn't getting set on assigning to anything, not just when assigning to an action constraint. So I think this probably isn't the…

b6a167b69f Use action_treat_as_legacy() for legacy/layered branch
eac3a99348 Merge branch 'main' into fix_set_action_idroot_on_action_constraint_assignment
fae19d7c92 Anim: Eyedropper for bone properties
70247df9b9 Fix: VSE tonemap effect is_point_inside_quad check was wrong
32c6f9bbd0 Cleanup: use PyModule_AddObjectRef where appropriate
Compare 69 commits »
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-09-24 18:18:21 +02:00
59bbc76a1d Update reports/2024.md
Nathan Vegdahl created pull request blender/blender#128086 2024-09-24 18:17:29 +02:00
Fix: assigning action to an action constraint doesn't restrict its type
a530dcd85c Fix: assigning action to an action constraint doesn't restrict its type
629b3ccd42 Anim: update collada export code for slotted actions
af0d417450 Geometry Nodes: hide checkbox in skip socket in simulation zone
3b87859204 Anim: Convert Grease Pencil conversion code to new Action API
dddcc3f378 GPv3: Parent to armature with automatic weights
Compare 8 commits »
Nathan Vegdahl deleted branch slotted_actions_collada_io from nathanvegdahl/blender 2024-09-24 17:48:21 +02:00
Nathan Vegdahl merged pull request blender/blender#128061 2024-09-24 17:48:17 +02:00
Anim: update collada export code for slotted actions
Nathan Vegdahl pushed to main at blender/blender 2024-09-24 17:48:16 +02:00
629b3ccd42 Anim: update collada export code for slotted actions
Nathan Vegdahl created pull request blender/blender#128083 2024-09-24 17:37:37 +02:00
Fix: cannot assign actions to IDs without animdata