Blender Git Loki
Git Commits -> Revision 15cb567
Revision 15cb567 by Campbell Barton (master) March 30, 2020, 08:18 (GMT) |
Armature: remove merge function, use dissolve instead This was crashing, when looking into a fix I noticed that it gave hap-hazard results dissolving past forks in the parent/child hierarchy arbitrarily following one chain. This functionality is almost identical to "dissolve" which delimits forks in the chain predictably. So remove this in favor of dissolve (available from the delete menu). |
Commit Details:
Full Hash: 15cb567c8e2f35eca15165d376a53802921a9a22
Parent Commit: 6462ea2
Lines Changed: +0, -212
5 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+0, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+0, -2) (Diff)
/source/blender/editors/armature/armature_edit.c (+0, -207) (Diff)
/source/blender/editors/armature/armature_intern.h (+0, -1) (Diff)
/source/blender/editors/armature/armature_ops.c (+0, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+0, -2) (Diff)
/source/blender/editors/armature/armature_edit.c (+0, -207) (Diff)
/source/blender/editors/armature/armature_intern.h (+0, -1) (Diff)
/source/blender/editors/armature/armature_ops.c (+0, -1) (Diff)