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

Merged
Nate Rupsis merged 1 commits from nrupsis/blender:NLA-fullstack-tweak-shortcut into blender-v3.6-release 2023-05-18 22:06:26 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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", False)]}),
{"properties": [("use_upper_stack_evaluation", True)]}),
("nla.tweakmode_exit", {"type": 'TAB', "value": 'PRESS'}, None),
("nla.tweakmode_enter", {"type": 'TAB', "value": 'PRESS', "shift": True},
{"properties": [("isolate_action", True)]}),