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:
authorJacques Lucke <jacques@blender.org>2021-04-15 10:37:50 +0300
committerJacques Lucke <jacques@blender.org>2021-04-15 10:37:50 +0300
commit5ec39fc2e484a7e3d5e2e0ecb1bef0b428a7b7a7 (patch)
tree7b01d3cfa1796599bff11d6dc48415d33b95c7af
parentbbea79ce5eadff621dcca668487cd1248b0433aa (diff)
Cleanup: rename file
Internally we use the name "context (path)" instead of "breadcrumb". This was missing from a rename in the original patch.
-rw-r--r--source/blender/editors/space_spreadsheet/CMakeLists.txt4
-rw-r--r--source/blender/editors/space_spreadsheet/space_spreadsheet.cc2
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_context.cc (renamed from source/blender/editors/space_spreadsheet/spreadsheet_breadcrumb.cc)2
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_context.hh (renamed from source/blender/editors/space_spreadsheet/spreadsheet_breadcrumb.hh)0
4 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/space_spreadsheet/CMakeLists.txt b/source/blender/editors/space_spreadsheet/CMakeLists.txt
index 056358edb78..b2a0905d4a2 100644
--- a/source/blender/editors/space_spreadsheet/CMakeLists.txt
+++ b/source/blender/editors/space_spreadsheet/CMakeLists.txt
@@ -33,7 +33,7 @@ set(INC
set(SRC
space_spreadsheet.cc
- spreadsheet_breadcrumb.cc
+ spreadsheet_context.cc
spreadsheet_column.cc
spreadsheet_data_source.cc
spreadsheet_data_source_geometry.cc
@@ -41,7 +41,7 @@ set(SRC
spreadsheet_layout.cc
spreadsheet_ops.cc
- spreadsheet_breadcrumb.hh
+ spreadsheet_context.hh
spreadsheet_cell_value.hh
spreadsheet_column.hh
spreadsheet_column_values.hh
diff --git a/source/blender/editors/space_spreadsheet/space_spreadsheet.cc b/source/blender/editors/space_spreadsheet/space_spreadsheet.cc
index 7122725ad45..190f50ed443 100644
--- a/source/blender/editors/space_spreadsheet/space_spreadsheet.cc
+++ b/source/blender/editors/space_spreadsheet/space_spreadsheet.cc
@@ -45,7 +45,7 @@
#include "spreadsheet_intern.hh"
-#include "spreadsheet_breadcrumb.hh"
+#include "spreadsheet_context.hh"
#include "spreadsheet_data_source_geometry.hh"
#include "spreadsheet_intern.hh"
#include "spreadsheet_layout.hh"
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_breadcrumb.cc b/source/blender/editors/space_spreadsheet/spreadsheet_context.cc
index 7e23cd5c0f5..3eb43338908 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_breadcrumb.cc
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_context.cc
@@ -32,7 +32,7 @@
#include "BKE_modifier.h"
#include "BKE_object.h"
-#include "spreadsheet_breadcrumb.hh"
+#include "spreadsheet_context.hh"
namespace blender::ed::spreadsheet {
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_breadcrumb.hh b/source/blender/editors/space_spreadsheet/spreadsheet_context.hh
index d71769e42b3..d71769e42b3 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_breadcrumb.hh
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_context.hh