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:
authorBastien Montagne <bastien@blender.org>2022-04-04 12:36:39 +0300
committerBastien Montagne <bastien@blender.org>2022-04-04 12:36:39 +0300
commite5688f67aa85b4e9500aa746a5dd0e1fde2493b4 (patch)
tree6afb6eedc891de38ca72ccbd8d2653eb9a928250 /source/blender/editors
parent5dbd6968a6851a7f1ed4ee1b9b5372a3b082dff9 (diff)
Cleanup: Left-over debug print in own recent commit.
Kudos to Aaron Carlisle (@Blendify) for noticing it!
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tools.cc b/source/blender/editors/space_outliner/outliner_tools.cc
index 6cbb701d763..67bc0e91053 100644
--- a/source/blender/editors/space_outliner/outliner_tools.cc
+++ b/source/blender/editors/space_outliner/outliner_tools.cc
@@ -795,7 +795,6 @@ static void id_override_library_create_hierarchy_pre_process_fn(bContext *UNUSED
Collection *root_collection = reinterpret_cast<Collection *>(id_root_reference);
FOREACH_COLLECTION_OBJECT_RECURSIVE_BEGIN (root_collection, object_iter) {
if (id_root_reference->lib == object_iter->id.lib && object_iter->type == OB_ARMATURE) {
- printf("Foooo\n");
data->selected_id_uid.add(object_iter->id.session_uuid);
}
}