From c8763f5ca4ea63b736635365ef96963f0d405b6d Mon Sep 17 00:00:00 2001 From: pullusb Date: Thu, 28 Nov 2024 12:29:27 +0100 Subject: [PATCH] add create empty frames to layer dropdowm menu --- OP_layer_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/OP_layer_manager.py b/OP_layer_manager.py index 9f1e343..09405b3 100644 --- a/OP_layer_manager.py +++ b/OP_layer_manager.py @@ -646,6 +646,7 @@ def gpencil_dopesheet_header(self, context): def gpencil_layer_dropdown_menu(self, context): '''to append in GPENCIL_MT_layer_context_menu''' + self.layout.operator('gp.create_empty_frames', icon='KEYFRAME') self.layout.operator('gp.rename_gp_layers', icon='BORDERMOVE') ## handler and msgbus