Revert "Animation: Update NLA "TAB" tweak mode to be full stack evaluation"

This reverts commit 0f67ac45471d51521a21b66a3f87f81aef35d96d.
This commit is contained in:
Nate Rupsis 2023-05-22 10:54:57 -04:00
parent 23de320878
commit 24ca886ac0

@ -2497,7 +2497,7 @@ def km_nla_generic(_params):
sidebar_key={"type": 'N', "value": 'PRESS'},
),
("nla.tweakmode_enter", {"type": 'TAB', "value": 'PRESS'},
{"properties": [("use_upper_stack_evaluation", True)]}),
{"properties": [("use_upper_stack_evaluation", False)]}),
("nla.tweakmode_exit", {"type": 'TAB', "value": 'PRESS'}, None),
("nla.tweakmode_enter", {"type": 'TAB', "value": 'PRESS', "shift": True},
{"properties": [("isolate_action", True)]}),