add create empty frames to layer dropdowm menu
parent
f9e7c9cc3b
commit
c8763f5ca4
|
@ -646,6 +646,7 @@ def gpencil_dopesheet_header(self, context):
|
||||||
|
|
||||||
def gpencil_layer_dropdown_menu(self, context):
|
def gpencil_layer_dropdown_menu(self, context):
|
||||||
'''to append in GPENCIL_MT_layer_context_menu'''
|
'''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')
|
self.layout.operator('gp.rename_gp_layers', icon='BORDERMOVE')
|
||||||
|
|
||||||
## handler and msgbus
|
## handler and msgbus
|
||||||
|
|
Loading…
Reference in New Issue