- 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
Another possibility just occurred to me: find_related_action()
. It's right there in your doc comment, and works well I think.
Maybe call this find_relevant_action_for_id()
or find_suitable_action_for_id()
or something like that. At-a-glance just find_action()
doesn't really suggest it's purpose very well, to me at least.
We don't have any plans to do that that I'm aware of. But maybe it could make sense if there's a strong use case that can't be reasonably addressed in another way.
@Dmitriy-23 What's the use case?
@mod_moder If you're referring to the functions in DNA_array_utils.hh, they actually don't have equivalent functions for these specific functions. It's pretty anemic in there, to be honest.
I…
PR to fix the functions that were already there before this PR: #126656