Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Craddock <nzcraddock@gmail.com>2020-05-02 07:10:46 +0300
committerNathan Craddock <nzcraddock@gmail.com>2020-05-02 07:10:46 +0300
commite59019994953238de27908bef9b1ee1db28bbff4 (patch)
treed555f30369771a44ea6c54d8f379c035eacfc5b3 /source/blender/editors/armature/armature_relations.c
parent92d62148bed1cf68ed674b4a9c6ba6440a697ca8 (diff)
Revert "Outliner: Fix selection sync for various operators"
This reverts commit 92d62148bed1cf68ed674b4a9c6ba6440a697ca8. When merging in from blender-v2.83-release the merge was somehow rebased after viewing the log.
Diffstat (limited to 'source/blender/editors/armature/armature_relations.c')
-rw-r--r--source/blender/editors/armature/armature_relations.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/armature/armature_relations.c b/source/blender/editors/armature/armature_relations.c
index 5f3b876efaf..1e05266c77d 100644
--- a/source/blender/editors/armature/armature_relations.c
+++ b/source/blender/editors/armature/armature_relations.c
@@ -58,7 +58,6 @@
#include "ED_armature.h"
#include "ED_object.h"
-#include "ED_outliner.h"
#include "ED_screen.h"
#include "UI_interface.h"
@@ -708,7 +707,6 @@ static int separate_armature_exec(bContext *C, wmOperator *op)
if (ok) {
BKE_report(op->reports, RPT_INFO, "Separated bones");
- ED_outliner_select_sync_from_object_tag(C);
}
return OPERATOR_FINISHED;