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 pushed to main at nathanvegdahl/.profile 2024-10-10 09:52:16 +02:00
591e7d5ee4 Update reports/2024.md
Nathan Vegdahl approved blender/blender#128762 2024-10-10 09:51:36 +02:00
Fix #128760: NLA bake action throws error

Looks good. Thanks for the catch!

Nathan Vegdahl approved blender/blender#128700 2024-10-07 17:34:06 +02:00
Anim: when inserting a key on a slotted Action, correctly remap via NLA

The code looks good. If you want to wait for me to also test it, I'll do that on Thursday when we're back in the office. Otherwise feel free to land now if you feel you've tested it thoroughly enough yourself.

Nathan Vegdahl commented on pull request blender/blender#128700 2024-10-07 17:34:05 +02:00
Anim: when inserting a key on a slotted Action, correctly remap via NLA

This more just a note for posterity:

Nathan Vegdahl closed issue blender/blender#123424 2024-10-07 16:50:40 +02:00
Anim: make existing code deal with layered Actions
Nathan Vegdahl deleted branch collada_import_slotted_actions from nathanvegdahl/blender 2024-10-07 16:50:16 +02:00
Nathan Vegdahl merged pull request blender/blender#128529 2024-10-07 16:50:12 +02:00
Anim: update collada import code for slotted actions
Nathan Vegdahl pushed to main at blender/blender 2024-10-07 16:50:11 +02:00
75819f991d Anim: update collada import code for slotted actions
Nathan Vegdahl pushed to collada_import_slotted_actions at nathanvegdahl/blender 2024-10-07 16:17:46 +02:00
6004d95e79 Merge branch 'main' into collada_import_slotted_actions
91984fad1b Anim: make pose library pose blending work with slotted actions
62af6d467d CMake: Set GENERATED property to processed GLSL file
597388a65e Fix: GPU: GLSL-C++ stubs GPU_SHADER_INTERFACE_INFO macro error
3cd0e0ab5e Anim: make creating slotted-action pose assets assign the slot
Compare 189 commits »
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-10-07 16:14:56 +02:00
1523b0a711 Update reports/2024.md
Nathan Vegdahl deleted branch slotted_actions_pose_library_2 from nathanvegdahl/blender 2024-10-07 16:14:25 +02:00
Nathan Vegdahl merged pull request blender/blender#128686 2024-10-07 16:14:21 +02:00
Anim: make pose library pose blending work with slotted actions
Nathan Vegdahl pushed to main at blender/blender 2024-10-07 16:14:20 +02:00
91984fad1b Anim: make pose library pose blending work with slotted actions
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-10-07 15:52:56 +02:00
f664cee697 Update reports/2024.md
Nathan Vegdahl deleted branch slotted_actions_pose_library_1 from nathanvegdahl/blender 2024-10-07 15:52:36 +02:00
Nathan Vegdahl merged pull request blender/blender#128594 2024-10-07 15:52:32 +02:00
Anim: make creating slotted-action pose assets assign the slot
Nathan Vegdahl pushed to main at blender/blender 2024-10-07 15:52:31 +02:00
3cd0e0ab5e Anim: make creating slotted-action pose assets assign the slot
Nathan Vegdahl pushed to collada_import_slotted_actions at nathanvegdahl/blender 2024-10-07 15:50:34 +02:00
f725393995 Address review comments