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 deleted branch fcurve_filter_functions from nathanvegdahl/blender 2024-10-01 14:49:16 +02:00
Nathan Vegdahl pushed to main at blender/blender 2024-10-01 14:49:12 +02:00
476fd1641c Refactor: make fcurve_find_in_action_slot_filtered() more general
Nathan Vegdahl merged pull request blender/blender#128423 2024-10-01 14:49:12 +02:00
Refactor: make `fcurve_find_in_action_slot_filtered()` more general
Nathan Vegdahl commented on pull request blender/blender#128423 2024-10-01 14:46:52 +02:00
Refactor: make fcurve_find_in_action_slot_filtered() more general

When we discussed this face-to-face, I had a slightly different approach in mind.

Discussed this face-to-face again, and decided to stick with the approach already in the PR.

Nathan Vegdahl pushed to fcurve_filter_functions at nathanvegdahl/blender 2024-10-01 14:45:56 +02:00
bca1a93caf Address review comment
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-10-01 14:14:54 +02:00
2b8b80a4dd Update reports/2024.md
Nathan Vegdahl created pull request blender/blender#128423 2024-10-01 14:10:45 +02:00
Refactor: make fcurve_find_in_action_slot_filtered() more general
Nathan Vegdahl pushed to fcurve_filter_functions at nathanvegdahl/blender 2024-10-01 14:09:39 +02:00
a93b65225e Refactor: make fcurve_find_in_action_slot_filtered() more general
5b9de19345 Anim: respect group parameter of rna_struct.keyframe_insert() func
23d3f692f6 Anim: clean up keyframe insertion unit test
9f4da19800 Vulkan: Add support for VK_KHR_fragment_shader_barycentric
0eff22dd2a Fix #128258: Vulkan: Memory leak preview job rendering
Compare 10 commits »
Nathan Vegdahl created branch fcurve_filter_functions in nathanvegdahl/blender 2024-10-01 14:09:39 +02:00
Nathan Vegdahl pushed to slotted_actions_sequencer_1 at nathanvegdahl/blender 2024-09-30 17:49:50 +02:00
e5f2036f1d Replace SEQ_fcurves_by_strip_get_from_span() with simple utility call
Nathan Vegdahl pushed to slotted_actions_sequencer_1 at nathanvegdahl/blender 2024-09-30 17:14:43 +02:00
fd0b2dc99c Address some PR comments, and also fix compiler warnings
Nathan Vegdahl commented on pull request blender/blender#128363 2024-09-30 17:05:07 +02:00
Anim: make copy-paste of sequencer strips work with slotted actions

I actually do ensure an assigned slot later for the slotted action case, but I agree this can be written more nicely. The old code is also being weird (e.g. misunderstanding the semantics of…

Nathan Vegdahl commented on pull request blender/blender#128363 2024-09-30 16:04:11 +02:00
Anim: make copy-paste of sequencer strips work with slotted actions

It wasn't working in the first place--this PR doesn't change that. This just makes sure that we don't have potentially dangling pointers hanging around, which was a possibility before.

Nathan Vegdahl pushed to slotted_actions_sequencer_1 at nathanvegdahl/blender 2024-09-30 14:15:36 +02:00
4c596a9223 Merge branch 'main' into slotted_actions_sequencer_1
1b31a44935 Geometry Nodes: support inverse evaluation for Integer Math node for gizmos
e40c9b414a Overlay-Next: Attribute viewer
412e07173f Fix #127243: Crash when viewing invalid images
a39a966328 Overlay-Next: Fix glitches with the grid
Compare 74 commits »
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-09-30 13:58:18 +02:00
12dafee7f1 Update reports/2024.md
Nathan Vegdahl pushed to slotted_actions_sequencer_1 at nathanvegdahl/blender 2024-09-30 13:49:36 +02:00
dee0738d91 More comments
Nathan Vegdahl pushed to slotted_actions_sequencer_1 at nathanvegdahl/blender 2024-09-30 13:40:52 +02:00
95c78973a2 Add comment
Nathan Vegdahl pushed to slotted_actions_sequencer_1 at nathanvegdahl/blender 2024-09-30 13:35:32 +02:00
5840e80473 Use action_fcurve_attach(), and other misc cleanup
Nathan Vegdahl created pull request blender/blender#128363 2024-09-30 12:23:00 +02:00
WIP: Anim: make copy-paste of sequencer strips work with slotted actions