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-08-10 09:35:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-10 09:35:45 +0300
commit464c045b31b54d284da59efa71530fb6092696d3 (patch)
treeec1e252d3f212453e6a874683559d1a9a96b85cc /source/blender/editors/include
parent8520cb4af022fd3a0db44cff2b70815fdc235ae9 (diff)
Manipulator: grab3d option to align to view
Use for lamp-target, makes it easier to click on.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_manipulator_library.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_manipulator_library.h b/source/blender/editors/include/ED_manipulator_library.h
index a713202fc4b..84e8f7d14c7 100644
--- a/source/blender/editors/include/ED_manipulator_library.h
+++ b/source/blender/editors/include/ED_manipulator_library.h
@@ -116,6 +116,7 @@ enum {
ED_MANIPULATOR_GRAB_DRAW_FLAG_NOP = 0,
/* only for solid shapes */
ED_MANIPULATOR_GRAB_DRAW_FLAG_FILL = (1 << 0),
+ ED_MANIPULATOR_GRAB_DRAW_FLAG_ALIGN_VIEW = (1 << 1),
};
enum {