- Chicago
- https://blunder.training/
-
I do stuff, and sometimes things. Working as a developer / contributor in the Animation & Rigging module.
I love learning, and teaching. So feel free to hit me up in blender chat if you want to learn how to develop blender!
- Joined on
2021-11-11
Suggestion: "Remove Empty Animation Data" -> "Remove Empty Tracks" ?
The user is already in the context of Tracks, and that's really what they're cleaning up.
Maybe calling
id_properties_ui(key)
is a nice way to check this, but also it could have a negative impact on baking performance if this has to be called for every key (and have a catch for the…
It loads fine when I'm logged in. When in a private window, though, I get a "404 not found" error.
Oh okay, I'm experiencing that same behavior.
@pamadini for some reason anonymous access to https://projects.blender.org/pamadini/blender is blocked. Was this something you configured? To integrate well with other systems, please make sure…
Awesome to see some python tests for the NLA!
Would change the parameter name to "expected_value". Gives a clearer indication what the method does.
Might be worth creating / tearing down an object as well, that way we're not reliant on the default Blender scene which could (probably won't) change.
Just double checking we're using GPL-2.0
(Unrelated to this PR. ) This seems like a pretty consistent pattern across the python tests.