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-07-15 00:16:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-15 00:16:34 +0300
commitcd1600413246a62156441f6e7910489b19ae5a28 (patch)
treec8e55d1235eaa441a0bffe5ccc1480f6a180c41c /source/blender/editors
parentfc7c934cfc00bd58f5cb6114bc9ca1e2e07564e1 (diff)
WM: rename files, manipulator -> gizmo
Edit doxy files and header guards only.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/CMakeLists.txt2
-rw-r--r--source/blender/editors/gizmo_library/CMakeLists.txt (renamed from source/blender/editors/manipulator_library/CMakeLists.txt)34
-rw-r--r--source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c (renamed from source/blender/editors/manipulator_library/geometry/geom_arrow_manipulator.c)4
-rw-r--r--source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c (renamed from source/blender/editors/manipulator_library/geometry/geom_cube_manipulator.c)4
-rw-r--r--source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c (renamed from source/blender/editors/manipulator_library/geometry/geom_dial_manipulator.c)4
-rw-r--r--source/blender/editors/gizmo_library/gizmo_draw_utils.c (renamed from source/blender/editors/manipulator_library/manipulator_draw_utils.c)4
-rw-r--r--source/blender/editors/gizmo_library/gizmo_geometry.h (renamed from source/blender/editors/manipulator_library/manipulator_geometry.h)8
-rw-r--r--source/blender/editors/gizmo_library/gizmo_library_intern.h (renamed from source/blender/editors/manipulator_library/manipulator_library_intern.h)10
-rw-r--r--source/blender/editors/gizmo_library/gizmo_library_presets.c (renamed from source/blender/editors/manipulator_library/manipulator_library_presets.c)6
-rw-r--r--source/blender/editors/gizmo_library/gizmo_library_utils.c (renamed from source/blender/editors/manipulator_library/manipulator_library_utils.c)4
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/arrow2d_gizmo.c (renamed from source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c)6
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c (renamed from source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c)8
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c (renamed from source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c)8
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c (renamed from source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c)6
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.c (renamed from source/blender/editors/manipulator_library/manipulator_types/cage3d_manipulator.c)6
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.c (renamed from source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c)8
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/grab3d_gizmo.c (renamed from source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c)8
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.c (renamed from source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c)6
-rw-r--r--source/blender/editors/include/ED_gizmo_library.h (renamed from source/blender/editors/include/ED_manipulator_library.h)8
-rw-r--r--source/blender/editors/mesh/CMakeLists.txt2
-rw-r--r--source/blender/editors/mesh/editmesh_add_gizmo.c (renamed from source/blender/editors/mesh/editmesh_add_manipulator.c)4
-rw-r--r--source/blender/editors/mesh/editmesh_bisect.c2
-rw-r--r--source/blender/editors/mesh/editmesh_extrude.c2
-rw-r--r--source/blender/editors/mesh/editmesh_extrude_spin.c2
-rw-r--r--source/blender/editors/space_api/spacetypes.c2
-rw-r--r--source/blender/editors/space_node/CMakeLists.txt2
-rw-r--r--source/blender/editors/space_node/node_gizmo.c (renamed from source/blender/editors/space_node/node_manipulators.c)4
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt16
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_armature.c (renamed from source/blender/editors/space_view3d/view3d_manipulator_armature.c)4
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_camera.c (renamed from source/blender/editors/space_view3d/view3d_manipulator_camera.c)4
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_empty.c (renamed from source/blender/editors/space_view3d/view3d_manipulator_empty.c)4
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_forcefield.c (renamed from source/blender/editors/space_view3d/view3d_manipulator_forcefield.c)4
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_lamp.c (renamed from source/blender/editors/space_view3d/view3d_manipulator_lamp.c)4
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_navigate.c (renamed from source/blender/editors/space_view3d/view3d_manipulator_navigate.c)4
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_navigate_type.c (renamed from source/blender/editors/space_view3d/view3d_manipulator_navigate_type.c)2
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_ruler.c (renamed from source/blender/editors/space_view3d/view3d_manipulator_ruler.c)2
-rw-r--r--source/blender/editors/transform/CMakeLists.txt4
-rw-r--r--source/blender/editors/transform/transform_gizmo_2d.c (renamed from source/blender/editors/transform/transform_manipulator_2d.c)4
-rw-r--r--source/blender/editors/transform/transform_gizmo_3d.c (renamed from source/blender/editors/transform/transform_manipulator_3d.c)4
-rw-r--r--source/blender/editors/util/CMakeLists.txt2
40 files changed, 111 insertions, 111 deletions
diff --git a/source/blender/editors/CMakeLists.txt b/source/blender/editors/CMakeLists.txt
index 2b30382f4a4..cf1db751c85 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -30,7 +30,7 @@ if(WITH_BLENDER)
add_subdirectory(interface)
add_subdirectory(io)
add_subdirectory(lattice)
- add_subdirectory(manipulator_library)
+ add_subdirectory(gizmo_library)
add_subdirectory(mask)
add_subdirectory(mesh)
add_subdirectory(metaball)
diff --git a/source/blender/editors/manipulator_library/CMakeLists.txt b/source/blender/editors/gizmo_library/CMakeLists.txt
index 86e1bb3b6d7..389820240e2 100644
--- a/source/blender/editors/manipulator_library/CMakeLists.txt
+++ b/source/blender/editors/gizmo_library/CMakeLists.txt
@@ -37,24 +37,24 @@ set(INC_SYS
)
set(SRC
- manipulator_draw_utils.c
- manipulator_geometry.h
- manipulator_library_intern.h
- manipulator_library_presets.c
- manipulator_library_utils.c
- geometry/geom_arrow_manipulator.c
- geometry/geom_cube_manipulator.c
- geometry/geom_dial_manipulator.c
- manipulator_types/arrow2d_manipulator.c
- manipulator_types/arrow3d_manipulator.c
- manipulator_types/button2d_manipulator.c
- manipulator_types/cage2d_manipulator.c
- manipulator_types/cage3d_manipulator.c
- manipulator_types/dial3d_manipulator.c
- manipulator_types/grab3d_manipulator.c
- manipulator_types/primitive3d_manipulator.c
+ gizmo_draw_utils.c
+ gizmo_geometry.h
+ gizmo_library_intern.h
+ gizmo_library_presets.c
+ gizmo_library_utils.c
+ geometry/geom_arrow_gizmo.c
+ geometry/geom_cube_gizmo.c
+ geometry/geom_dial_gizmo.c
+ gizmo_types/arrow2d_gizmo.c
+ gizmo_types/arrow3d_gizmo.c
+ gizmo_types/button2d_gizmo.c
+ gizmo_types/cage2d_gizmo.c
+ gizmo_types/cage3d_gizmo.c
+ gizmo_types/dial3d_gizmo.c
+ gizmo_types/grab3d_gizmo.c
+ gizmo_types/primitive3d_gizmo.c
)
add_definitions(${GL_DEFINITIONS})
-blender_add_lib(bf_editor_manipulator_library "${SRC}" "${INC}" "${INC_SYS}")
+blender_add_lib(bf_editor_gizmo_library "${SRC}" "${INC}" "${INC_SYS}")
diff --git a/source/blender/editors/manipulator_library/geometry/geom_arrow_manipulator.c b/source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c
index 34f7d73589c..e8804238590 100644
--- a/source/blender/editors/manipulator_library/geometry/geom_arrow_manipulator.c
+++ b/source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c
@@ -21,11 +21,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file geom_arrow_manipulator.c
+/** \file geom_arrow_gizmo.c
* \ingroup wm
*/
-#include "../manipulator_geometry.h"
+#include "../gizmo_geometry.h"
static float verts[][3] = {
{-0.000000, 0.012320, 0.000000},
diff --git a/source/blender/editors/manipulator_library/geometry/geom_cube_manipulator.c b/source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c
index cee8e1e22ee..f2d03821302 100644
--- a/source/blender/editors/manipulator_library/geometry/geom_cube_manipulator.c
+++ b/source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c
@@ -23,11 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file geom_cube_manipulator.c
+/** \file geom_cube_gizmo.c
* \ingroup wm
*/
-#include "../manipulator_geometry.h"
+#include "../gizmo_geometry.h"
static const float verts[][3] = {
{1.000000, 1.000000, -1.000000},
diff --git a/source/blender/editors/manipulator_library/geometry/geom_dial_manipulator.c b/source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c
index 811fc872a81..bc3fb6fcaff 100644
--- a/source/blender/editors/manipulator_library/geometry/geom_dial_manipulator.c
+++ b/source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c
@@ -21,11 +21,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file geom_dial_manipulator.c
+/** \file geom_dial_gizmo.c
* \ingroup wm
*/
-#include "../manipulator_geometry.h"
+#include "../gizmo_geometry.h"
static const float verts[][3] = {
{1.034000, 0.000000, 0.000000},
diff --git a/source/blender/editors/manipulator_library/manipulator_draw_utils.c b/source/blender/editors/gizmo_library/gizmo_draw_utils.c
index 80181c57115..8ae21f61758 100644
--- a/source/blender/editors/manipulator_library/manipulator_draw_utils.c
+++ b/source/blender/editors/gizmo_library/gizmo_draw_utils.c
@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file manipulator_draw_utils.c
+/** \file gizmo_draw_utils.c
* \ingroup wm
*/
@@ -54,7 +54,7 @@
#include "wm.h"
/* own includes */
-#include "manipulator_library_intern.h"
+#include "gizmo_library_intern.h"
/**
* Main draw call for ManipulatorGeomInfo data
diff --git a/source/blender/editors/manipulator_library/manipulator_geometry.h b/source/blender/editors/gizmo_library/gizmo_geometry.h
index 2083f9d4d31..de976bbad48 100644
--- a/source/blender/editors/manipulator_library/manipulator_geometry.h
+++ b/source/blender/editors/gizmo_library/gizmo_geometry.h
@@ -21,7 +21,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file manipulator_geometry.h
+/** \file gizmo_geometry.h
* \ingroup wm
*
* \name Manipulator Geometry
@@ -31,8 +31,8 @@
*/
-#ifndef __MANIPULATOR_GEOMETRY_H__
-#define __MANIPULATOR_GEOMETRY_H__
+#ifndef __GIZMO_GEOMETRY_H__
+#define __GIZMO_GEOMETRY_H__
typedef struct ManipulatorGeomInfo {
int nverts;
@@ -51,4 +51,4 @@ extern ManipulatorGeomInfo wm_manipulator_geom_data_cube;
/* dial manipulator */
extern ManipulatorGeomInfo wm_manipulator_geom_data_dial;
-#endif /* __MANIPULATOR_GEOMETRY_H__ */
+#endif /* __GIZMO_GEOMETRY_H__ */
diff --git a/source/blender/editors/manipulator_library/manipulator_library_intern.h b/source/blender/editors/gizmo_library/gizmo_library_intern.h
index 55db99236e0..17121d3752e 100644
--- a/source/blender/editors/manipulator_library/manipulator_library_intern.h
+++ b/source/blender/editors/gizmo_library/gizmo_library_intern.h
@@ -23,12 +23,12 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file manipulator_library_intern.h
+/** \file gizmo_library_intern.h
* \ingroup wm
*/
-#ifndef __MANIPULATOR_LIBRARY_INTERN_H__
-#define __MANIPULATOR_LIBRARY_INTERN_H__
+#ifndef __GIZMO_LIBRARY_INTERN_H__
+#define __GIZMO_LIBRARY_INTERN_H__
/* distance around which manipulators respond to input (and get highlighted) */
#define MANIPULATOR_HOTSPOT 14.0f
@@ -100,7 +100,7 @@ bool manipulator_window_project_3d(
/* -------------------------------------------------------------------- */
/* Manipulator drawing */
-#include "manipulator_geometry.h"
+#include "gizmo_geometry.h"
void wm_manipulator_geometryinfo_draw(const struct ManipulatorGeomInfo *info, const bool select, const float color[4]);
void wm_manipulator_vec_draw(
@@ -108,4 +108,4 @@ void wm_manipulator_vec_draw(
uint pos, uint primitive_type);
-#endif /* __MANIPULATOR_LIBRARY_INTERN_H__ */
+#endif /* __GIZMO_LIBRARY_INTERN_H__ */
diff --git a/source/blender/editors/manipulator_library/manipulator_library_presets.c b/source/blender/editors/gizmo_library/gizmo_library_presets.c
index 12f07611722..d58e0c9dc85 100644
--- a/source/blender/editors/manipulator_library/manipulator_library_presets.c
+++ b/source/blender/editors/gizmo_library/gizmo_library_presets.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/manipulator_library/manipulator_library_presets.c
+/** \file blender/editors/gizmo_library/gizmo_library_presets.c
* \ingroup wm
*
* \name Manipulator Lib Presets
@@ -54,8 +54,8 @@
#include "ED_screen.h"
/* own includes */
-#include "ED_manipulator_library.h" /* own include */
-#include "manipulator_library_intern.h" /* own include */
+#include "ED_gizmo_library.h" /* own include */
+#include "gizmo_library_intern.h" /* own include */
/* TODO, this is to be used by RNA. might move to ED_manipulator_library */
diff --git a/source/blender/editors/manipulator_library/manipulator_library_utils.c b/source/blender/editors/gizmo_library/gizmo_library_utils.c
index 957f0abdd71..794728dd03c 100644
--- a/source/blender/editors/manipulator_library/manipulator_library_utils.c
+++ b/source/blender/editors/gizmo_library/gizmo_library_utils.c
@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file manipulator_library_utils.c
+/** \file gizmo_library_utils.c
* \ingroup wm
*
* \name Manipulator Library Utilities
@@ -47,7 +47,7 @@
#include "ED_view3d.h"
/* own includes */
-#include "manipulator_library_intern.h"
+#include "gizmo_library_intern.h"
/* factor for precision tweaking */
#define MANIPULATOR_PRECISION_FAC 0.05f
diff --git a/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c b/source/blender/editors/gizmo_library/gizmo_types/arrow2d_gizmo.c
index 5acf1ab2d64..fbb30b95562 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/arrow2d_manipulator.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/arrow2d_gizmo.c
@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file arrow2d_manipulator.c
+/** \file arrow2d_gizmo.c
* \ingroup wm
*
* \name 2D Arrow Manipulator
@@ -54,12 +54,12 @@
#include "WM_types.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
/* own includes */
#include "WM_api.h"
-#include "../manipulator_library_intern.h"
+#include "../gizmo_library_intern.h"
static void arrow2d_draw_geom(wmManipulator *mpr, const float matrix[4][4], const float color[4])
{
diff --git a/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c
index 0430a12bc99..72b24e03c00 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/arrow3d_manipulator.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c
@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file arrow3d_manipulator.c
+/** \file arrow3d_gizmo.c
* \ingroup wm
*
* \name Arrow Manipulator
@@ -63,11 +63,11 @@
#include "ED_view3d.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
/* own includes */
-#include "../manipulator_geometry.h"
-#include "../manipulator_library_intern.h"
+#include "../gizmo_geometry.h"
+#include "../gizmo_library_intern.h"
/* to use custom arrows exported to geom_arrow_manipulator.c */
//#define USE_MANIPULATOR_CUSTOM_ARROWS
diff --git a/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c b/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c
index db33f457056..78f374064e6 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file button2d_manipulator.c
+/** \file button2d_gizmo.c
* \ingroup wm
*
* \name Button Manipulator
@@ -56,15 +56,15 @@
#include "ED_screen.h"
#include "ED_view3d.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "UI_interface.h"
#include "UI_interface_icons.h"
#include "UI_resources.h"
/* own includes */
-#include "../manipulator_geometry.h"
-#include "../manipulator_library_intern.h"
+#include "../gizmo_geometry.h"
+#include "../gizmo_library_intern.h"
typedef struct ButtonManipulator2D {
wmManipulator manipulator;
diff --git a/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c
index b7b19ccd634..382733d298f 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/cage2d_manipulator.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c
@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file cage2d_manipulator.c
+/** \file cage2d_gizmo.c
* \ingroup wm
*
* \name Cage Manipulator
@@ -59,10 +59,10 @@
#include "ED_screen.h"
#include "ED_view3d.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
/* own includes */
-#include "../manipulator_library_intern.h"
+#include "../gizmo_library_intern.h"
#define MANIPULATOR_RESIZER_SIZE 10.0f
#define MANIPULATOR_MARGIN_OFFSET_SCALE 1.5f
diff --git a/source/blender/editors/manipulator_library/manipulator_types/cage3d_manipulator.c b/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.c
index a907816b08f..0f3e67d7585 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/cage3d_manipulator.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.c
@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file cage3d_manipulator.c
+/** \file cage3d_gizmo.c
* \ingroup wm
*
* \name Cage Manipulator
@@ -58,10 +58,10 @@
#include "ED_screen.h"
#include "ED_view3d.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
/* own includes */
-#include "../manipulator_library_intern.h"
+#include "../gizmo_library_intern.h"
#define MANIPULATOR_RESIZER_SIZE 10.0f
#define MANIPULATOR_MARGIN_OFFSET_SCALE 1.5f
diff --git a/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c b/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.c
index 74ba8bd77a9..8d0061f66c8 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.c
@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file dial3d_manipulator.c
+/** \file dial3d_gizmo.c
* \ingroup wm
*
* \name Dial Manipulator
@@ -61,11 +61,11 @@
#include "ED_screen.h"
#include "ED_view3d.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
/* own includes */
-#include "../manipulator_geometry.h"
-#include "../manipulator_library_intern.h"
+#include "../gizmo_geometry.h"
+#include "../gizmo_library_intern.h"
/* to use custom dials exported to geom_dial_manipulator.c */
// #define USE_MANIPULATOR_CUSTOM_DIAL
diff --git a/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c b/source/blender/editors/gizmo_library/gizmo_types/grab3d_gizmo.c
index 458dc2fd1c8..e55b57327b6 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/grab3d_gizmo.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file grab3d_manipulator.c
+/** \file grab3d_gizmo.c
* \ingroup wm
*
* \name Grab Manipulator
@@ -56,11 +56,11 @@
#include "ED_screen.h"
#include "ED_view3d.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
/* own includes */
-#include "../manipulator_geometry.h"
-#include "../manipulator_library_intern.h"
+#include "../gizmo_geometry.h"
+#include "../gizmo_library_intern.h"
typedef struct GrabManipulator3D {
wmManipulator manipulator;
diff --git a/source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c b/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.c
index 419873ccfff..1331a4e983f 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/primitive3d_manipulator.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file primitive3d_manipulator.c
+/** \file primitive3d_gizmo.c
* \ingroup wm
*
* \name Primitive Manipulator
@@ -50,10 +50,10 @@
#include "WM_api.h"
#include "WM_types.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
/* own includes */
-#include "../manipulator_library_intern.h"
+#include "../gizmo_library_intern.h"
static float verts_plane[4][3] = {
{-1, -1, 0},
diff --git a/source/blender/editors/include/ED_manipulator_library.h b/source/blender/editors/include/ED_gizmo_library.h
index fca0f5c8806..b33fbf47630 100644
--- a/source/blender/editors/include/ED_manipulator_library.h
+++ b/source/blender/editors/include/ED_gizmo_library.h
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file ED_manipulator_library.h
+/** \file ED_gizmo_library.h
* \ingroup wm
*
* \name Generic Manipulators.
@@ -27,8 +27,8 @@
*/
-#ifndef __ED_MANIPULATOR_LIBRARY_H__
-#define __ED_MANIPULATOR_LIBRARY_H__
+#ifndef __ED_GIZMO_LIBRARY_H__
+#define __ED_GIZMO_LIBRARY_H__
/* initialize manipulators */
void ED_manipulatortypes_arrow_2d(void);
@@ -219,4 +219,4 @@ enum {
ED_MANIPULATOR_PRIMITIVE_STYLE_PLANE = 0,
};
-#endif /* __ED_MANIPULATOR_LIBRARY_H__ */
+#endif /* __ED_GIZMO_LIBRARY_H__ */
diff --git a/source/blender/editors/mesh/CMakeLists.txt b/source/blender/editors/mesh/CMakeLists.txt
index 5cd768b4fe3..81ec591fc89 100644
--- a/source/blender/editors/mesh/CMakeLists.txt
+++ b/source/blender/editors/mesh/CMakeLists.txt
@@ -44,7 +44,7 @@ set(INC_SYS
set(SRC
editface.c
editmesh_add.c
- editmesh_add_manipulator.c
+ editmesh_add_gizmo.c
editmesh_bevel.c
editmesh_bisect.c
editmesh_extrude.c
diff --git a/source/blender/editors/mesh/editmesh_add_manipulator.c b/source/blender/editors/mesh/editmesh_add_gizmo.c
index f1704972e81..3918d8847a6 100644
--- a/source/blender/editors/mesh/editmesh_add_manipulator.c
+++ b/source/blender/editors/mesh/editmesh_add_gizmo.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/mesh/editmesh_add_manipulator.c
+/** \file blender/editors/mesh/editmesh_add_gizmo.c
* \ingroup edmesh
*
* Creation manipulators.
@@ -34,7 +34,7 @@
#include "BKE_context.h"
#include "BKE_editmesh.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "ED_mesh.h"
#include "ED_object.h"
#include "ED_screen.h"
diff --git a/source/blender/editors/mesh/editmesh_bisect.c b/source/blender/editors/mesh/editmesh_bisect.c
index 579cd5e4e08..87a65924979 100644
--- a/source/blender/editors/mesh/editmesh_bisect.c
+++ b/source/blender/editors/mesh/editmesh_bisect.c
@@ -57,7 +57,7 @@
#define USE_MANIPULATOR
#ifdef USE_MANIPULATOR
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "ED_undo.h"
#endif
diff --git a/source/blender/editors/mesh/editmesh_extrude.c b/source/blender/editors/mesh/editmesh_extrude.c
index be68bfda09c..b007bcf04ba 100644
--- a/source/blender/editors/mesh/editmesh_extrude.c
+++ b/source/blender/editors/mesh/editmesh_extrude.c
@@ -53,7 +53,7 @@
#include "ED_screen.h"
#include "ED_transform.h"
#include "ED_view3d.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "UI_resources.h"
diff --git a/source/blender/editors/mesh/editmesh_extrude_spin.c b/source/blender/editors/mesh/editmesh_extrude_spin.c
index 5c1b9ccc178..74e2833b2d9 100644
--- a/source/blender/editors/mesh/editmesh_extrude_spin.c
+++ b/source/blender/editors/mesh/editmesh_extrude_spin.c
@@ -57,7 +57,7 @@
#define USE_MANIPULATOR
#ifdef USE_MANIPULATOR
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "ED_undo.h"
#endif
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index 2ee791e81d6..37f5ed642fe 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -67,7 +67,7 @@
#include "ED_clip.h"
#include "ED_mask.h"
#include "ED_sequencer.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "io_ops.h"
diff --git a/source/blender/editors/space_node/CMakeLists.txt b/source/blender/editors/space_node/CMakeLists.txt
index 77b1351435b..06a00945452 100644
--- a/source/blender/editors/space_node/CMakeLists.txt
+++ b/source/blender/editors/space_node/CMakeLists.txt
@@ -48,7 +48,7 @@ set(SRC
node_draw.c
node_edit.c
node_group.c
- node_manipulators.c
+ node_gizmo.c
node_ops.c
node_relationships.c
node_select.c
diff --git a/source/blender/editors/space_node/node_manipulators.c b/source/blender/editors/space_node/node_gizmo.c
index 851e3973288..62b4a4b6583 100644
--- a/source/blender/editors/space_node/node_manipulators.c
+++ b/source/blender/editors/space_node/node_gizmo.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/space_node/node_manipulators.c
+/** \file blender/editors/space_node/node_gizmo.c
* \ingroup spnode
*/
@@ -34,7 +34,7 @@
#include "BKE_main.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "IMB_imbuf_types.h"
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index f8e38587117..b85525dd2ee 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -55,14 +55,14 @@ set(SRC
view3d_walk.c
view3d_header.c
view3d_iterators.c
- view3d_manipulator_armature.c
- view3d_manipulator_camera.c
- view3d_manipulator_empty.c
- view3d_manipulator_forcefield.c
- view3d_manipulator_lamp.c
- view3d_manipulator_navigate.c
- view3d_manipulator_navigate_type.c
- view3d_manipulator_ruler.c
+ view3d_gizmo_armature.c
+ view3d_gizmo_camera.c
+ view3d_gizmo_empty.c
+ view3d_gizmo_forcefield.c
+ view3d_gizmo_lamp.c
+ view3d_gizmo_navigate.c
+ view3d_gizmo_navigate_type.c
+ view3d_gizmo_ruler.c
view3d_ops.c
view3d_project.c
view3d_ruler.c
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_armature.c b/source/blender/editors/space_view3d/view3d_gizmo_armature.c
index 17dc4d8eb4a..16c7d574873 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_armature.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_armature.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/space_view3d/view3d_manipulator_armature.c
+/** \file blender/editors/space_view3d/view3d_gizmo_armature.c
* \ingroup spview3d
*/
@@ -36,7 +36,7 @@
#include "ED_armature.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "UI_resources.h"
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_camera.c b/source/blender/editors/space_view3d/view3d_gizmo_camera.c
index 29f380c6334..0c97669a9af 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_camera.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_camera.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/space_view3d/view3d_manipulator_camera.c
+/** \file blender/editors/space_view3d/view3d_gizmo_camera.c
* \ingroup spview3d
*/
@@ -35,7 +35,7 @@
#include "ED_armature.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "UI_resources.h"
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_empty.c b/source/blender/editors/space_view3d/view3d_gizmo_empty.c
index 16424c39bb8..89f55bc1d9a 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_empty.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_empty.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/space_view3d/view3d_manipulator_empty.c
+/** \file blender/editors/space_view3d/view3d_gizmo_empty.c
* \ingroup spview3d
*/
@@ -35,7 +35,7 @@
#include "DNA_lamp_types.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "UI_resources.h"
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_forcefield.c b/source/blender/editors/space_view3d/view3d_gizmo_forcefield.c
index e4535004c8f..db985c18c08 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_forcefield.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_forcefield.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/space_view3d/view3d_manipulator_forcefield.c
+/** \file blender/editors/space_view3d/view3d_gizmo_forcefield.c
* \ingroup spview3d
*/
@@ -34,7 +34,7 @@
#include "DNA_object_force_types.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "UI_resources.h"
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_lamp.c b/source/blender/editors/space_view3d/view3d_gizmo_lamp.c
index 39e908ec99d..8087fcbdddd 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_lamp.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_lamp.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/space_view3d/view3d_manipulator_lamp.c
+/** \file blender/editors/space_view3d/view3d_gizmo_lamp.c
* \ingroup spview3d
*/
@@ -34,7 +34,7 @@
#include "DNA_lamp_types.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "UI_resources.h"
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_navigate.c b/source/blender/editors/space_view3d/view3d_gizmo_navigate.c
index 465faf70fcd..db4eeef18f7 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_navigate.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_navigate.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/space_view3d/view3d_manipulator_navigate.c
+/** \file blender/editors/space_view3d/view3d_gizmo_navigate.c
* \ingroup spview3d
*/
@@ -32,7 +32,7 @@
#include "DNA_object_types.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "UI_interface.h"
#include "UI_resources.h"
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_navigate_type.c b/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.c
index 996da2a1475..072f2ee4583 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_navigate_type.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file view3d_manipulator_navigate_type.c
+/** \file view3d_gizmo_navigate_type.c
* \ingroup wm
*
* \name Custom Orientation/Navigation Manipulator for the 3D View
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_ruler.c b/source/blender/editors/space_view3d/view3d_gizmo_ruler.c
index d102fdc6e04..c29b07e4147 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_ruler.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_ruler.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/space_view3d/view3d_manipulator_ruler.c
+/** \file blender/editors/space_view3d/view3d_gizmo_ruler.c
* \ingroup spview3d
*/
diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt
index 3e132192875..45055eb1225 100644
--- a/source/blender/editors/transform/CMakeLists.txt
+++ b/source/blender/editors/transform/CMakeLists.txt
@@ -46,8 +46,8 @@ set(SRC
transform_conversions.c
transform_generics.c
transform_input.c
- transform_manipulator_2d.c
- transform_manipulator_3d.c
+ transform_gizmo_2d.c
+ transform_gizmo_3d.c
transform_ops.c
transform_orientations.c
transform_snap.c
diff --git a/source/blender/editors/transform/transform_manipulator_2d.c b/source/blender/editors/transform/transform_gizmo_2d.c
index fd6e7ed5442..5d5d55de848 100644
--- a/source/blender/editors/transform/transform_manipulator_2d.c
+++ b/source/blender/editors/transform/transform_gizmo_2d.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/transform/transform_manipulator_2d.c
+/** \file blender/editors/transform/transform_gizmo_2d.c
* \ingroup edtransform
*
* \name 2D Transform Manipulator
@@ -52,7 +52,7 @@
#include "ED_image.h"
#include "ED_screen.h"
#include "ED_uvedit.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "transform.h" /* own include */
diff --git a/source/blender/editors/transform/transform_manipulator_3d.c b/source/blender/editors/transform/transform_gizmo_3d.c
index 7dc72ddff6f..1a30bd1cdcb 100644
--- a/source/blender/editors/transform/transform_manipulator_3d.c
+++ b/source/blender/editors/transform/transform_gizmo_3d.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/editors/transform/transform_manipulator_3d.c
+/** \file blender/editors/transform/transform_gizmo_3d.c
* \ingroup edtransform
*
* \name 3D Transform Manipulator
@@ -74,7 +74,7 @@
#include "ED_view3d.h"
#include "ED_gpencil.h"
#include "ED_screen.h"
-#include "ED_manipulator_library.h"
+#include "ED_gizmo_library.h"
#include "UI_resources.h"
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index fa21facefc2..97ea0da6007 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -63,7 +63,7 @@ set(SRC
../include/ED_lattice.h
../include/ED_logic.h
../include/ED_markers.h
- ../include/ED_manipulator_library.h
+ ../include/ED_gizmo_library.h
../include/ED_mask.h
../include/ED_mball.h
../include/ED_mesh.h