[Bf-blender-cvs] [9b920938bbc] master: Fix T71630: Add Delete Tracks to Edit menu in NLA editor

Jacques Lucke noreply at git.blender.org
Thu Jan 9 17:08:38 CET 2020


Commit: 9b920938bbca806d978cc6d24ecffc3b4a9b0e6d
Author: Jacques Lucke
Date:   Thu Jan 9 17:07:27 2020 +0100
Branches: master
https://developer.blender.org/rB9b920938bbca806d978cc6d24ecffc3b4a9b0e6d

Fix T71630: Add Delete Tracks to Edit menu in NLA editor

Reviewers: billreynish, lichtwerk

Differential Revision: https://developer.blender.org/D6550

===================================================================

M	release/scripts/startup/bl_ui/space_nla.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_nla.py b/release/scripts/startup/bl_ui/space_nla.py
index 28b67c93666..4ecc4e7fdd9 100644
--- a/release/scripts/startup/bl_ui/space_nla.py
+++ b/release/scripts/startup/bl_ui/space_nla.py
@@ -167,6 +167,7 @@ class NLA_MT_edit(Menu):
         layout.operator("nla.duplicate", text="Linked Duplicate").linked = True
         layout.operator("nla.split")
         layout.operator("nla.delete")
+        layout.operator("nla.tracks_delete")
 
         layout.separator()
         layout.operator("nla.mute_toggle")



More information about the Bf-blender-cvs mailing list