- 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
After and offline conversation with @dr.sybren, we've determined that the existing code / functionality around the NLA Track overrides needs to be reevaluated.
It's outside the scope of this…
@blender-bot package
I've had a lot of back and forth on this myself.
I think ultimately you're right. The and_set_active
aspect of these methods are doing too much. I think having it be the responsibility of…
Considering we already have the BKE_nlatrack_set_active method
, it would be easy to refactor that.
Would it be worth modifying:
BKE_nlatrack_new_before_and_set_active
-> `BKE_nlatrack_new_b…
@blender-bot package
Having those functions is way clearer than the old
BKE_nlatrack_add
. I also like how this separates the code from theAnimData
struct.Pondering further on the API, I'm not a fan of…