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:
authorAntony Riakiotakis <kalast@gmail.com>2014-08-27 19:29:15 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-08-27 19:29:15 +0400
commit7d5c16c085a6059262b5d25cd1833609b643c649 (patch)
treec512ae93b6b12708484feee3fcaf8141837c82aa /source/blender/blenlib/CMakeLists.txt
parent70a49423d9a44a86bd5c77ce8027097c56702b65 (diff)
Add a reusable dial mechanism to get rotations around a center and an
initial position. The system supports arbitrarily big angles.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 0c1c5f1d774..dd02bcf22a9 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -42,6 +42,7 @@ set(INC_SYS
set(SRC
intern/BLI_args.c
intern/BLI_array.c
+ intern/BLI_dial.c
intern/BLI_dynstr.c
intern/BLI_ghash.c
intern/BLI_heap.c
@@ -118,6 +119,7 @@ set(SRC
BLI_compiler_attrs.h
BLI_compiler_compat.h
BLI_convexhull2d.h
+ BLI_dial.h
BLI_dlrbTree.h
BLI_dynlib.h
BLI_dynstr.h