Live patch: add another ignored operator

This commit is contained in:
Moritz Brückner 2021-07-24 13:37:13 +02:00
parent 7eced3b4f5
commit 2b6a7a4f78

View file

@ -349,6 +349,7 @@ IGNORE_OPERATORS = (
'OBJECT_OT_editmode_toggle',
'NODE_OT_delete',
'NODE_OT_duplicate_move',
'NODE_OT_hide_toggle',
'NODE_OT_link',
'NODE_OT_select',
'NODE_OT_translate_attach_remove_on_cancel',