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>2017-06-16 23:13:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-16 23:14:29 +0300
commitdf017f7867ebb4a7a9c78f77d2b9deb2ffd54278 (patch)
treeb14e7a239b0f5b91b5e2547445342d06266f60c1 /source/blender/editors/include/ED_manipulator_library.h
parent2b8d599b3a93c78661ff9a2c460b7144278409be (diff)
Manipulator: New grab preset, use for bisect
Diffstat (limited to 'source/blender/editors/include/ED_manipulator_library.h')
-rw-r--r--source/blender/editors/include/ED_manipulator_library.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_manipulator_library.h b/source/blender/editors/include/ED_manipulator_library.h
index 1c3cbcf3294..692d6cbdcd8 100644
--- a/source/blender/editors/include/ED_manipulator_library.h
+++ b/source/blender/editors/include/ED_manipulator_library.h
@@ -35,6 +35,7 @@ void ED_manipulatortypes_arrow_2d(void);
void ED_manipulatortypes_arrow_3d(void);
void ED_manipulatortypes_cage_2d(void);
void ED_manipulatortypes_dial_3d(void);
+void ED_manipulatortypes_grab_3d(void);
void ED_manipulatortypes_facemap_3d(void);
void ED_manipulatortypes_primitive_3d(void);
@@ -125,6 +126,14 @@ void ED_manipulator_dial3d_set_up_vector(
/* -------------------------------------------------------------------- */
+/* Grab Manipulator */
+
+struct wmManipulator *ED_manipulator_grab3d_new(
+ struct wmManipulatorGroup *mgroup, const char *name, const int style);
+void ED_manipulator_grab3d_set_up_vector(
+ struct wmManipulator *mpr, const float direction[3]);
+
+/* -------------------------------------------------------------------- */
/* Facemap Manipulator */
struct wmManipulator *ED_manipulator_facemap_new(