add create empty frames to layer dropdowm menu

master
pullusb 2024-11-28 12:29:27 +01:00
parent f9e7c9cc3b
commit c8763f5ca4
1 changed files with 1 additions and 0 deletions

View File

@ -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