Blender Git Loki
Git Commits -> Revision aabe6e3
Revision aabe6e3 by Campbell Barton (master) August 31, 2021, 02:06 (GMT) |
Context: add "active_nla_track" & "active_nla_strip" context members Selection was already accessible but not active. Add utility functions: - ANIM_nla_context_track to access the active track, following the convention of ANIM_nla_context_strip. - ANIM_nla_context_*_ptr versions of these functions, needed to for creating context members to access the ID pointer. Part of fix for T90723. |
Commit Details:
Full Hash: aabe6e3b457f1d4f1b860ed510bf2630a818465e
Parent Commit: 65739de
Lines Changed: +52, -2