Page MenuHome

GPencil: 'Delete Duplicate Keyframes' in GPENCIL_MT_cleanup Menu
ClosedPublic

Authored by Kevin C. Burke (blastframe) on Dec 30 2022, 7:10 PM.

Details

Summary

The command text 'Delete Duplicated Frames' used in the GPENCIL_MT_cleanup menu is not correct grammar for what the command does. Keyframes removed by this command may be duplicate keys without having been duplicated. It also does not match the name of the command in DOPESHEET_MT_context_menu.
space_dopesheet.py

This patch fixes the grammar, gets the command's text to match the DOPESHEET_MT_context_menu, and corrects the description in the Python API documentation.

Diff Detail

Repository
rB Blender

Event Timeline

Kevin C. Burke (blastframe) requested review of this revision.Dec 30 2022, 7:10 PM
Kevin C. Burke (blastframe) created this revision.
Kevin C. Burke (blastframe) edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Dec 30 2022, 8:12 PM

@Kevin C. Burke (blastframe) do you have commit rights? if not, I can commit the patch with your name.