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 channel_group_fixes at nathanvegdahl/blender 2024-08-29 17:35:32 +02:00
c289210723 Merge branch 'main' into channel_group_fixes
6f1676acc9 Fix: UI: Missing properties texture tab when entering image paint mode
Compare 2 commits »
Nathan Vegdahl pushed to channel_group_fixes at nathanvegdahl/blender 2024-08-29 16:38:31 +02:00
4f6ef13db0 Merge branch 'main' into channel_group_fixes
e8b81065bc Geometry Nodes: support custom warnings in node groups
4449fba2f3 Obj-C Refactor: Remove unsound use of const in Objective-C code
090c7aa68e Anim: add operator for creating a new Action Slot to the dope sheet header
b6e022d913 BPY/RNA: Add a note to ObjectBase documentation that it is never exposed.
Compare 58 commits »
Nathan Vegdahl pushed to channel_group_fixes at nathanvegdahl/blender 2024-08-29 16:05:13 +02:00
9ac2ea94ed Make comment a message in BLI_assert_msg()
Nathan Vegdahl pushed to channel_group_fixes at nathanvegdahl/blender 2024-08-29 15:54:34 +02:00
ade3d46936 Improve docs of restore_channel_group_invariants()
Nathan Vegdahl pushed to channel_group_fixes at nathanvegdahl/blender 2024-08-29 15:45:42 +02:00
d5007ba8b0 Small comment improvement
55df33b9e7 Make assert condition easier to read
Compare 2 commits »
Nathan Vegdahl deleted branch channel_group_fix_2 from nathanvegdahl/blender 2024-08-29 14:35:54 +02:00
Nathan Vegdahl merged pull request blender/blender#126926 2024-08-29 14:35:51 +02:00
Fix: respect `ANIMFILTER_FCURVESONLY` in animation filtering code
Nathan Vegdahl pushed to main at blender/blender 2024-08-29 14:35:50 +02:00
9d49c1c622 Fix: respect ANIMFILTER_FCURVESONLY in animation filtering code
Nathan Vegdahl deleted branch channel_group_fix_1 from nathanvegdahl/blender 2024-08-29 14:34:13 +02:00
Nathan Vegdahl merged pull request blender/blender#126923 2024-08-29 14:34:11 +02:00
Fix: channel groups in duplicated channel bag point to old bag
Nathan Vegdahl pushed to main at blender/blender 2024-08-29 14:34:10 +02:00
73c1ceb18b Fix: channel groups in duplicated channel bag point to old bag
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-08-29 14:24:48 +02:00
4cf1abcc92 Update reports/2024.md
Nathan Vegdahl commented on pull request blender/blender#126822 2024-08-29 14:22:21 +02:00
Refactor: misc improvements to the channel groups code

Discussed in person.

Nathan Vegdahl pushed to channel_group_fixes at nathanvegdahl/blender 2024-08-29 14:20:26 +02:00
95019c115b Print fcurve datapath in error message
Nathan Vegdahl commented on pull request blender/blender#125774 2024-08-29 14:13:56 +02:00
Anim: add channel groups to layered actions

Discussed in person, and we're leaving the return type as bool for now.

Nathan Vegdahl commented on pull request blender/blender#125774 2024-08-29 14:13:34 +02:00
Anim: add channel groups to layered actions

Discussed in person, and we're leaving the return type of fcurve_assign_to_channel_group() as bool for now.

Nathan Vegdahl commented on pull request blender/blender#126822 2024-08-29 14:07:35 +02:00
Refactor: misc improvements to the channel groups code

As discussed in person, I've gone ahead and made the wrapper class in this PR.