Blender Git Loki
Git Commits -> Revision 09709a7
Revision 09709a7 by Wayde Moss (master) January 14, 2021, 23:25 (GMT) |
Nla Refactor: Split animsys_evaluate_nla() No intended functional changes. Refactors animsys_evaluate_nla() into 2 versions: animsys_evaluate_nla_for_keyframing(), animsys_evaluate_nla_for_flush() to make it clear what data is being calculated and why. Dummy strip creation has been refactored to two separate functions, animsys_create_tweak_strip() and animsys_create_action_track_strip(). Both are evaluated differently from other strips and eachother. There's no need to interweave them. A future patch D8296, generally requires both strips. ___ XXX anim_sys.c) nlatrack_find_tweaked() is a temporary work around. If anyone has any insight into this problem, help is appreciated. Reviewed by: sybren Differential Revision: https://developer.blender.org/D9696 |
Commit Details:
Full Hash: 09709a7e64ff0b225e16f97926b54c6441d94499
Parent Commit: b75552e
Lines Changed: +313, -149