UI: Removal of Five Operator Confirmations #120036

Merged
Harley Acheson merged 3 commits from Harley/blender:RemoveConfirmations into main 2024-03-29 01:09:27 +01:00

3 Commits

Author SHA1 Message Date
Harley Acheson 957514e880 Keymaps, the only thing to remove is "confirm" for FILE_OT_directory_new
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-03-28 16:03:16 -07:00
Harley Acheson c4320a0cab Merge branch 'main' of projects.blender.org:blender/blender into RemoveConfirmations 2024-03-28 15:48:11 -07:00
Harley Acheson 92a135ede7 UI: Remove of Five Operator Confirmations
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
Removal of the confirmations for the following five operators:
* ARMATURE_OT_separate (Move selected bones to a separate armature)
* CURVE_OT_separate - “Move selected points to a new object”
* OBJECT_OT_vertex_parent_set (Parent selected ob to selected vertices)
* OBJECT_OT_parent_no_inverse_set (Make Parent w/o inverse correction)
* FILE_OT_directory_new - (Create New Directory)
2024-03-28 12:51:08 -07:00