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:
authorJoseph Eagar <joeedh@gmail.com>2022-11-01 22:15:48 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-11-01 22:15:48 +0300
commitadc007d4e788643f825397feec076912a3fe2180 (patch)
tree636cf1644e1f6d5754efd06a6e125c0aee946575 /source/blender/blenlib/CMakeLists.txt
parentc6232390d389f831eb02c8f2277a419406361cb3 (diff)
sculpt-dev: Rename BLI_arc_spline.hh to BLI_even_spline.hhsculpt-dev
Contracting "arc length parameterized" to "arc" is ambigous (could mean a circle spline). Instead use "even", short for "evenly spaced."
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 25776cd69a2..671687e756b 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -313,7 +313,7 @@ set(SRC
BLI_sort.h
BLI_sort.hh
BLI_sort_utils.h
- BLI_arc_spline.hh
+ BLI_even_spline.hh
BLI_span.hh
BLI_stack.h
BLI_stack.hh