dfce96dbf7
Dial3d Gizmo: Add the Incremental Angle option to snap.
2018-10-03 17:45:55 -03:00
65e577d222
Dial 3d Gizmo refactoring.
...
Transform the gizmo's drawing function into a generic function for use in other parts of the code.
2018-10-02 23:00:29 -03:00
6baea955bf
UI: use new 3D viewport navigation icons and image icon in add menu.
...
I had to make the viewport navigation icons a bit smaller in the SVG since
the edges were being clipped off, we only support 16x16 icons currently.
They are a bit blurry because of this.
2018-09-27 20:11:10 +02:00
58adc58661
Merge branch 'master' into blender2.8
2018-09-27 15:49:59 +02:00
c67a51db42
Gizmo: initial snap support for move
...
This allows the gizmo to snap to 3D view elements,
Although currently this isn't usable gizmo's that use operator redo.
2018-09-26 17:38:09 +10:00
4a6ee9c4c2
Gizmo: support for cancelling move3d modal changes
2018-09-26 16:44:45 +10:00
518451757e
Gizmo: dial support for a click setting a value
...
Useful for click w/o drag to spin a full revolution.
2018-09-25 15:15:38 +10:00
1040e4008c
Gizmo: reset dial value on cancel
2018-09-25 14:37:19 +10:00
6457aaa420
Gizmo: dial3d option to draw a partial arc
2018-09-24 17:06:04 +10:00
7a3474ddfd
Gizmo: spin tool XYZ axis toggles
...
New handle type for initial spin,
gives clear differentiation between do & redo (similar to extrude).
Some tweaks still required to match T56571.
2018-09-21 13:48:22 +10:00
7deb38eec6
Gizmo: fix incorrect dial clip scaling
...
Failed with obvious error when the dials scale wasn't 1.0
2018-09-21 10:30:55 +10:00
e8c27b1bba
Cleanup: use win_to_3d_on_plane function
2018-09-20 12:53:39 +10:00
9dac8633d6
Merge branch 'master' into blender2.8
2018-09-20 12:51:16 +10:00
6672019484
Gizmo: use simple unclipped win_to_ray function
...
When projecting the cursor onto a plane, clipping isn't important.
2018-09-20 12:13:11 +10:00
1a2e41a0f2
Cleanup: renaming missed from merge
2018-09-20 12:05:10 +10:00
ce56088bcd
Gizmo: use ED_view3d_win_to_3d_on_plane
2018-09-20 11:38:11 +10:00
ba38206608
Gizmo: tweaks to dial drawing
...
- Add Arc-Inner-Factor, to increase the inner arc radius from 0
(show as a disk).
- When showing an angle value, show the angle-end line thicker
(since thats whats being adjusted).
- Remove offset used by arc drawing which caused aliasing artifacts.
2018-09-19 17:47:15 +10:00
3b4782dc24
Gizmo: exclude arc from selection
...
Also disable polygon smooth before drawing arc.
2018-09-19 16:47:07 +10:00
40ac38f18d
Gizmo: remove matrix rotation for the dial gizmo
...
This makes it impossible to rotate the gizmo using the matrix Y axis.
Testing without this and I can't find any cases it breaks.
2018-09-19 16:22:01 +10:00
414e5fe068
Correct polygon_smooth being left enabled
2018-09-19 15:32:28 +10:00
2065669716
Cleanup: comments
2018-09-19 13:41:52 +10:00
88cd23914f
Gizmo: dial3d option to show the final angle
...
Was showing modal-delta-angle, which isn't useful for the spin tool.
2018-09-19 13:35:15 +10:00
0a3b66cfb5
Gizmo: dial3d option to get angles w/o wrapping
...
Needed for spinning multiple revolutions.
2018-09-18 14:58:20 +10:00
2b57222ece
Gizmo: add snap & tweak to the dial widget
...
Allows holding Ctrl to snap w/ the spin tool.
2018-09-18 14:38:05 +10:00
f677ff274c
Cleanup: group gizmo dial members into structs
2018-09-18 14:13:35 +10:00
f409c1ec93
Gizmo: only respond to mouse-move events
...
Missed in recent update to event handling.
2018-09-17 14:30:41 +10:00
1e3d6ae09b
Gizmo: only use mousemove for generic gizmos
...
This caused slow performance for spin/bisect for eg.
2018-09-14 00:10:59 +10:00
80f083f993
Gizmo: avoid redundant value2d updates
2018-09-13 22:25:15 +10:00
00bdd04570
Gizmo: set header text when editing the value
2018-09-13 22:15:44 +10:00
8326fe7aa5
Gizmo: value2d cancel, snap & precise support
2018-09-13 22:04:54 +10:00
1f1802307f
Gizmo: value2d utility to adjust operator values
...
This allows any operator to interactively redo without having to
manually make each operator modal.
2018-09-13 09:10:19 +10:00
26a6e58e9a
Cleanup: add editor gizmo doxy group
2018-09-13 08:33:21 +10:00
8d3a39ff56
Cleanup: use float name in property range function
2018-09-13 08:17:16 +10:00
f1c8c25a3e
UI: rename Translate/Grab to Move in UI, shortcuts stay the same.
2018-09-06 12:22:09 +02:00
ae57383648
Cleanup: comment blocks
2018-09-02 18:28:27 +10:00
0493635085
Fix T56517: 2D gizmo hotspot fails
...
Regression from 80c9cd13da
2018-08-29 14:49:42 +10:00
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
444a0202d4
Gizmo: add blank gizmo definition
...
Missed from 98c304e865 by accident.
2018-08-12 13:17:10 +10:00
693ecdf7d3
Fix build error due to missing file from commit 98c304e865.
...
Proper contents still needs to be added, this just makes things build.
2018-08-10 14:39:01 +02:00
98c304e865
Gizmo: add option to catch all mouse clicks
...
This was previously default behavior, now it's default.
2018-08-10 21:04:06 +10:00
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
8cd7828792
GWN: Port to GPU module: Replace GWN prefix by GPU
2018-07-18 11:49:15 +02:00
57ab7daa2a
GPU_matrix: use Blender's naming conventions
...
Thanks to @sergey for review
2018-07-15 15:34:13 +02:00
b457cae397
Cleanup: use variable names based on term gizmo
2018-07-15 14:35:33 +02:00
09431033e9
Cleanup: split GPU_batch
...
Split out presets and utilities for creating batches.
These functions are quite specialized and not related to typical usage.
2018-07-15 10:51:49 +02:00
5ebebcfbff
WM: rename manipulator to gizmo internally
2018-07-14 23:49:00 +02:00
cd16004132
WM: rename files, manipulator -> gizmo
...
Edit doxy files and header guards only.
2018-07-14 23:16:34 +02:00