Blender Git Commit Log

Git Commits -> Revision 3ca4387

Revision 3ca4387 by Emanuel Claesson (master)
November 25, 2013, 11:21 (GMT)
UI: remove unnecessary confirmation popups

This makes a number of operators no longer ask for confirmation, rather it will
show an info message after performing the operation. Ref T37422 for decision. In
particular, these were changed:

* Delete objects, bones, keyframes, masks, mask curves, motion tracks, markers.
* Clear and delete keyframes in the 3D view.
* Align bone to parents.
* Separate bones from armature.
* Group/ungroup metastrips in sequencer.
* Copy/paste objects to/from buffer.

Reviewed By: brecht, dingto

Differential Revision: https://developer.blender.org/D35

Commit Details:

Full Hash: 3ca4387bc80b17d945d3ced2f55fd2ae6d962b1b
Parent Commit: 2076960
Committed By: Brecht Van Lommel
Lines Changed: +133, -64

22 Modified Paths:

/source/blender/blenkernel/BKE_gpencil.h (+2, -2) (Diff)
/source/blender/blenkernel/BKE_mask.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+13, -5) (Diff)
/source/blender/blenkernel/intern/mask.c (+5, -1) (Diff)
/source/blender/editors/animation/keyframes_general.c (+6, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+9, -5) (Diff)
/source/blender/editors/armature/armature_edit.c (+9, -4) (Diff)
/source/blender/editors/armature/armature_relations.c (+3, -2) (Diff)
/source/blender/editors/gpencil/editaction_gpencil.c (+6, -3) (Diff)
/source/blender/editors/include/ED_gpencil.h (+1, -1) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -1) (Diff)
/source/blender/editors/include/ED_mask.h (+1, -1) (Diff)
/source/blender/editors/mask/mask_editaction.c (+8, -3) (Diff)
/source/blender/editors/mask/mask_ops.c (+18, -7) (Diff)
/source/blender/editors/object/object_add.c (+5, -1) (Diff)
/source/blender/editors/screen/screen_ops.c (+0, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+13, -7) (Diff)
/source/blender/editors/space_clip/clip_graph_ops.c (+6, -3) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+5, -4) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+11, -5) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+5, -3) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+5, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021