Campbell Barton
49fa58e330
Gizmo: fix extrude handles
...
Only use the 2D selection function when 3D selection isn't defined.
Regression from e18a2c4ed7
2018-09-07 16:36:02 +10:00
Brecht Van Lommel
f1c8c25a3e
UI: rename Translate/Grab to Move in UI, shortcuts stay the same.
2018-09-06 12:22:09 +02:00
Campbell Barton
26c17b0ab1
UI: delay tool label tip display
...
Displaying the labels tip immediately feels too intrusive,
make this work more like regular tooltips, displaying more quickly.
Tooltips can now uses multiple passes, each pass with it's own delay
for the next pass to show.
2018-09-06 14:19:15 +10:00
Campbell Barton
7c6136b35c
Merge branch 'master' into blender2.8
2018-08-31 13:40:10 +10:00
Campbell Barton
f189ad1f4b
Cleanup: rename gizmo access functions
...
Add float in API names since we may want access to other types.
2018-08-21 17:01:14 +10:00
Campbell Barton
e88e80a6a0
3D View boarder/lasso select tool options
...
Add tool options to control how select operates (add/sub/set/and/xor).
Note: edit mode armature select still needs to support all options,
this is complicated by how it handles partial end-point selection.
2018-08-15 01:48:55 +10:00
Campbell Barton
e18a2c4ed7
Gizmo: support for 2D selection checks for 3D gizmos
...
This means 3D manipulators can use their own logic
for checking if the cursor intersects.
2018-08-10 17:32:40 +10:00
Campbell Barton
3daf5cc1ce
Gizmo: 2d select now takes region coords
...
Was taking an event, when only the region coords are needed.
2018-08-10 08:14:22 +10:00
Campbell Barton
31fcd40efd
Cleanup: use static variables
2018-07-31 20:45:43 +10:00
Joshua Leung
d28248595b
Silencing a bunch of compiler warnings
...
Most of these were mismatched const qualifiers
2018-07-31 03:04:32 +12:00
Campbell Barton
b457cae397
Cleanup: use variable names based on term gizmo
2018-07-15 14:35:33 +02:00
Campbell Barton
e00f0686f7
Cleanup: style, doxy file
2018-07-15 10:53:34 +02:00
Campbell Barton
5ebebcfbff
WM: rename manipulator to gizmo internally
2018-07-14 23:49:00 +02:00
Campbell Barton
cd16004132
WM: rename files, manipulator -> gizmo
...
Edit doxy files and header guards only.
2018-07-14 23:16:34 +02:00