- 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
I think a for loop is actually better, for the same reason you gave. Just needs a comment to clarify, I think.
ChannelBag::channel_group_move()
ChannelBag::fcurve_ungroup()
Looks good to me! Just one suggestion that you can address while landing if you like.
Feel free to ignore, because it doesn't really matter that much. But in general I've been trying to lean on Span
's methods for this kind of stuff when it exists. In this case:
Looking good! I'm mostly just missing some documentation/comments.
This doc comment needs to be updated, since it now also searches indirect users.
I think the name should be plural, unless I'm misunderstanding the code. add_object_data_users
Probably could use some more unit tests as well to test at least one or two of the more complex cases.