Blender Git Loki
Git Commits -> Revision b44201d
Revision b44201d by Joshua Leung (master) February 28, 2015, 13:34 (GMT) |
Fix for NLA Solo/Mute behaviour The Solo and Mute functionality for the NLA system should really be mutually exclusive features. They both affect whether a given track applies or not. The only difference is that the Solo option mutes all the others, while the Mute only does this on a per track basis. Before this fix, muting a strip and then making it solo meant that the solo'd track would not play at all, which isn't really what we want. |
Commit Details:
Full Hash: b44201d8b91011434b6edbbabd7784160cb94cc6
Parent Commit: bb7ce91
Lines Changed: +13, -7
1 Modified Path:
/source/blender/blenkernel/intern/anim_sys.c (+13, -7) (Diff)