Merge branch 'blender-v4.4-release'

This commit is contained in:
YimingWu
2025-02-06 20:39:39 +08:00

View File

@@ -2598,7 +2598,7 @@ class VIEW3D_MT_grease_pencil_add(Menu):
def draw(self, _context):
layout = self.layout
layout.operator("object.grease_pencil_add", text="Empty", icon='EMPTY_AXIS').type = 'EMPTY'
layout.operator("object.grease_pencil_add", text="Blank", icon='EMPTY_AXIS').type = 'EMPTY'
layout.operator("object.grease_pencil_add", text="Stroke", icon='STROKE').type = 'STROKE'
layout.operator("object.grease_pencil_add", text="Monkey", icon='MONKEY').type = 'MONKEY'
layout.separator()