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