Not all copy functions has Undo support #2

Open
opened 2024-07-23 13:18:54 +02:00 by MichailSoluyanov · 0 comments

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.

image

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. ![image](/attachments/6ae28336-a828-429a-aa15-a1665425075f)
372 KiB
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: extensions/space_view3d_copy_attributes#2
No description provided.