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:
authorCampbell Barton <ideasman42@gmail.com>2018-09-13 02:04:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-13 02:10:19 +0300
commit1f1802307f9a3b1a09b9eb8d70dadc7c849c5e2c (patch)
tree75a1859bba472bc01d3801ce027d290adfdc8629 /source/blender/editors/gizmo_library/CMakeLists.txt
parent26a6e58e9a259327fd5125095f052a42a9405320 (diff)
Gizmo: value2d utility to adjust operator values
This allows any operator to interactively redo without having to manually make each operator modal.
Diffstat (limited to 'source/blender/editors/gizmo_library/CMakeLists.txt')
-rw-r--r--source/blender/editors/gizmo_library/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/gizmo_library/CMakeLists.txt b/source/blender/editors/gizmo_library/CMakeLists.txt
index f89c3c27522..0e7b2a8be0f 100644
--- a/source/blender/editors/gizmo_library/CMakeLists.txt
+++ b/source/blender/editors/gizmo_library/CMakeLists.txt
@@ -45,6 +45,7 @@ set(SRC
geometry/geom_arrow_gizmo.c
geometry/geom_cube_gizmo.c
geometry/geom_dial_gizmo.c
+ gizmo_group_types/value2d_gizmo_group.c
gizmo_types/arrow2d_gizmo.c
gizmo_types/arrow3d_gizmo.c
gizmo_types/blank3d_gizmo.c
@@ -54,6 +55,7 @@ set(SRC
gizmo_types/dial3d_gizmo.c
gizmo_types/move3d_gizmo.c
gizmo_types/primitive3d_gizmo.c
+ gizmo_types/value2d_gizmo.c
)
add_definitions(${GL_DEFINITIONS})