- 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
Block a user
Fix: cannot assign actions to IDs without animdata
Fix: use
action_treat_as_legacy()
where appropriate
Nathan Vegdahl
created branch use_action_treat_as_legacy in nathanvegdahl/blender
2024-09-26 12:21:12 +02:00
Nathan Vegdahl
pushed to use_action_treat_as_legacy at nathanvegdahl/blender
2024-09-26 12:21:12 +02:00
d3d01e1473
Fix: use
action_treat_as_legacy()
where appropriate
Fix: assigning action to an action constraint doesn't restrict its type
Fix: assigning action to an action constraint doesn't restrict its type
While testing, I noticed that the idroot
of the action actually isn't getting set on assigning to anything, not just when assigning to an action constraint. So I think this probably isn't the…
Nathan Vegdahl
pushed to fix_set_action_idroot_on_action_constraint_assignment at nathanvegdahl/blender
2024-09-26 10:55:32 +02:00
b6a167b69f
Use
action_treat_as_legacy()
for legacy/layered branch
eac3a99348
Merge branch 'main' into fix_set_action_idroot_on_action_constraint_assignment
fae19d7c92
Anim: Eyedropper for bone properties
70247df9b9
Fix: VSE tonemap effect is_point_inside_quad check was wrong
32c6f9bbd0
Cleanup: use PyModule_AddObjectRef where appropriate
Fix: assigning action to an action constraint doesn't restrict its type
Nathan Vegdahl
pushed to fix_set_action_idroot_on_action_constraint_assignment at nathanvegdahl/blender
2024-09-24 18:16:23 +02:00
a530dcd85c
Fix: assigning action to an action constraint doesn't restrict its type
629b3ccd42
Anim: update collada export code for slotted actions
af0d417450
Geometry Nodes: hide checkbox in skip socket in simulation zone
3b87859204
Anim: Convert Grease Pencil conversion code to new Action API
dddcc3f378
GPv3: Parent to armature with automatic weights
Nathan Vegdahl
created branch fix_set_action_idroot_on_action_constraint_assignment in nathanvegdahl/blender
2024-09-24 18:16:22 +02:00
Nathan Vegdahl
deleted branch slotted_actions_collada_io from nathanvegdahl/blender
2024-09-24 17:48:21 +02:00
Anim: update collada export code for slotted actions
Fix: cannot assign actions to IDs without animdata