Not all copy functions has Undo support #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version: 0.6.0 from https://extensions.blender.org/add-ons/copy-attributes-menu
Not all copy functions has Undo support. For example, CopySelectedObjectCustomProperties has bl_options = {'REGISTER', 'UNDO'}, but CopySelectedObjectModifiers doesn't have. So that some functions may make changes, that it is impossible to undo.