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-07 09:46:18 +02:00
e654f00af6 Update reports/2024.md
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-10-04 15:57:52 +02:00
0fdb0e21a7 Update reports/2024.md
Nathan Vegdahl created pull request blender/blender#128594 2024-10-04 15:55:23 +02:00
Anim: make creating slotted-action pose assets assign the slot
Nathan Vegdahl pushed to slotted_actions_pose_library_1 at nathanvegdahl/blender 2024-10-04 15:29:33 +02:00
8d996632d8 Assign slot as well when creating a pose asset and assigning its action
d829004b1d Merge branch 'blender-v4.3-release'
f1c0e258af Fix #128575: Vulkan: Fix armature drawing NVIDIA
d6b44b3a49 Merge branch 'blender-v4.3-release'
0709743c0c Fix: Cycles: Rendering of the Principled BSDF when using adaptive kernel compilation
Compare 10 commits »
Nathan Vegdahl created branch slotted_actions_pose_library_1 in nathanvegdahl/blender 2024-10-04 15:29:32 +02:00
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-10-04 14:07:53 +02:00
98451c6cb2 Update reports/2024.md
Nathan Vegdahl commented on pull request blender/blender#128129 2024-10-04 13:46:43 +02:00
Fixes for #128078

The we can likely get rid of most of this patch?

Yeah, I think so. Maybe @dr.sybren has some more specific thoughts, though.

Also, we discussed idroot/idtype at the module meeting…

Nathan Vegdahl commented on pull request blender/blender#128529 2024-10-04 12:54:36 +02:00
Anim: update collada import code for slotted actions

@deadpin This is necessary to keep Collada import working at all once slotted actions are taken out of experimental and support for legacy actions is dropped, which is planned for 4.4. Otherwise…

Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-10-03 17:31:33 +02:00
939797de93 Update reports/2024.md
Nathan Vegdahl commented on pull request blender/blender#128129 2024-10-03 16:51:51 +02:00
Fixes for #128078

As such, I'd rather avoid 'temporary' inconsistencies like having two different IDs of two different types sharing the same action, therefore the enforcement on duplication.

The more I dig…

Nathan Vegdahl pushed to slotted_actions_sequencer_2 at nathanvegdahl/blender 2024-10-03 15:22:30 +02:00
ec7aa64015 Fix asserts being in the wrong place
Nathan Vegdahl pushed to slotted_actions_sequencer_2 at nathanvegdahl/blender 2024-10-03 15:12:52 +02:00
1ed0275c24 Add missing depsgraph tagging and notifiers
08e497a125 When a seq strip is deleted, delete it's animation with it
12f5a55de8 Make moving seq strips also move their animation with them
aa3f9f253f Anim: make duplicating sequence strips duplicate animation
e34feb347c Anim: make copy-paste of sequencer strips work with slotted actions
Compare 112 commits »
Nathan Vegdahl deleted branch slotted_actions_sequencer_1 from nathanvegdahl/blender 2024-10-03 15:02:17 +02:00
Nathan Vegdahl pushed to main at blender/blender 2024-10-03 15:02:15 +02:00
e34feb347c Anim: make copy-paste of sequencer strips work with slotted actions
Nathan Vegdahl merged pull request blender/blender#128363 2024-10-03 15:02:14 +02:00
Anim: make copy-paste of sequencer strips work with slotted actions
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-10-03 14:52:04 +02:00
6a8e5bad15 Update reports/2024.md
Nathan Vegdahl commented on pull request blender/blender#128529 2024-10-03 14:50:40 +02:00
Anim: update collada import code for slotted actions

I've put this here for now, but I think this could be moved into animrig::legacy::.

Nathan Vegdahl pushed to slotted_actions_sequencer_1 at nathanvegdahl/blender 2024-10-03 14:07:26 +02:00
38305abacb Merge branch 'main' into slotted_actions_sequencer_1
54234ebbc2 Merge branch 'blender-v4.3-release'
7cb0e8a558 Cleanup: GPv3: Separate weight paint context menu class
98960bc7be Merge branch 'blender-v4.3-release'
3a070122ea Fix #126998: Fog Glow is corrupt for large images
Compare 108 commits »
Nathan Vegdahl pushed to collada_import_slotted_actions at nathanvegdahl/blender 2024-10-03 13:09:28 +02:00
c112dd241d Only ensure slot on actions that should be treated as layered