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-09-13 13:59:26 +02:00
2c57bb5bee Update reports/2024.md
Nathan Vegdahl deleted branch fix_127508_breakdowner_broken from nathanvegdahl/blender 2024-09-13 13:33:35 +02:00
Nathan Vegdahl pushed to main at blender/blender 2024-09-13 13:33:35 +02:00
54584ea98d Fix #127508: Breakdowner not affecting some properties
Nathan Vegdahl closed issue blender/blender#127508 2024-09-13 13:33:33 +02:00
Breakdowner not affecting some properties
Nathan Vegdahl merged pull request blender/blender#127565 2024-09-13 13:33:32 +02:00
Fix #127508: Breakdowner not affecting some properties
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-09-13 12:47:59 +02:00
f38a5a0328 Update reports/2024.md
Nathan Vegdahl commented on issue blender/blender#127508 2024-09-13 12:36:20 +02:00
Breakdowner not affecting some properties

Found the bug and made the fix in #127565. Now just waiting on an unusually slow build bot before landing.

Nathan Vegdahl commented on pull request blender/blender#127425 2024-09-13 12:30:55 +02:00
Anim: NLA evaluation of Slotted Actions

Honestly, I still don't like it stylistically. And I think I would want to see the summary comment when collapsing the block...? But I don't feel strongly about.

Nathan Vegdahl created pull request blender/blender#127565 2024-09-13 12:12:56 +02:00
Fix #127508: Breakdowner not affecting some properties
Nathan Vegdahl pushed to fix_127508_breakdowner_broken at nathanvegdahl/blender 2024-09-13 12:10:48 +02:00
e4c9e28499 Fix #127508: Breakdowner not affecting some properties
40188f6c97 WM: suppress "Info" prints from reports when G.quiet is enabled
b8a6482a2e Unbreak build
1df3388fae GPv3: Create weights on draw for new strokes.
4fc665e4a1 GPv3: Apply Transform operator
Compare 10 commits »
Nathan Vegdahl created branch fix_127508_breakdowner_broken in nathanvegdahl/blender 2024-09-13 12:10:48 +02:00
Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-09-12 17:33:23 +02:00
32cbbeeae2 Update reports/2024.md
Nathan Vegdahl commented on issue blender/blender#127508 2024-09-12 17:32:28 +02:00
Breakdowner not affecting some properties

Confirmed broken in main. Works at least in 4.2.1, but haven't checked beyond that yet.

Nathan Vegdahl pushed to main at nathanvegdahl/.profile 2024-09-12 17:17:51 +02:00
ccf664dc79 Update reports/2024.md
Nathan Vegdahl suggested changes for blender/blender#127425 2024-09-12 17:15:35 +02:00
Anim: NLA evaluation of Slotted Actions

Basically looks good, except for one place that I think(?) is using an ifdef when it shouldn't.

Nathan Vegdahl commented on pull request blender/blender#127425 2024-09-12 17:15:34 +02:00
Anim: NLA evaluation of Slotted Actions

Style nit: from just the placement of the comment, it's not clear to me whether this comment is for the whole block or just for the first lines in the block. If it's for the whole block, put it just above and outside the block. If it's for the first lines, put it on its own line inside the block.

Nathan Vegdahl commented on pull request blender/blender#127425 2024-09-12 17:15:33 +02:00
Anim: NLA evaluation of Slotted Actions

Shouldn't this be a if (action.is_layered()) { rather than an ifdef?

Nathan Vegdahl approved blender/blender#127498 2024-09-12 16:13:12 +02:00
Anim: Make it possible to enter/exit NLA tweak mode on slotted Actions

Looks good! And the tire kicking went well.