6eadd40597
Cleanup: redundant struct declarations
2019-08-25 16:45:47 +10:00
e12c08e8d1
ClangFormat: apply to source, most of intern
...
Apply clang format as proposed in T53211.
For details on usage and instructions for migrating branches
without conflicts, see:
https://wiki.blender.org/wiki/Tools/ClangFormat
2019-04-17 06:21:24 +02:00
b67c3a0db9
Gizmo: add option to move & dial gizmos to select as filled
...
Draw as an outline while using solid selection.
2019-03-25 15:40:43 +11:00
de13d0a80c
doxygen: add newline after \file
...
While \file doesn't need an argument, it can't have another doxy
command after it.
2019-02-18 08:22:12 +11:00
eef4077f18
Cleanup: remove redundant doxygen \file argument
...
Move \ingroup onto same line to be more compact and
make it clear the file is in the group.
2019-02-06 15:45:22 +11:00
65ec7ec524
Cleanup: remove redundant, invalid info from headers
...
BF-admins agree to remove header information that isn't useful,
to reduce noise.
- BEGIN/END license blocks
Developers should add non license comments as separate comment blocks.
No need for separator text.
- Contributors
This is often invalid, outdated or misleading
especially when splitting files.
It's more useful to git-blame to find out who has developed the code.
See P901 for script to perform these edits.
2019-02-02 01:36:28 +11:00
c0f88ed8a8
Cleanup: sort forward declarations of enum & struct
...
Done using:
source/tools/utils_maintenance/c_sort_blocks.py
2019-01-28 21:17:58 +11:00
5b86899f21
Mesh: remove DerivedMesh for face-map drawing
2018-10-15 15:12:36 +11:00
a04155dd52
ED_gizmotypes_dial_3d_draw_util: use a struct to hide most parameters.
2018-10-03 19:59:35 -03:00
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
574484006b
EditMesh: show the spin arc as a thin ribbon
...
Closer to the design from T54661
2018-09-19 17:52:13 +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
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
f1c8c25a3e
UI: rename Translate/Grab to Move in UI, shortcuts stay the same.
2018-09-06 12:22:09 +02:00
79ecfc99fd
Tool System: loopcut preview & activate on click
...
The loop cut tool now works as expected for the tool-system,
where hovering previews the loop and clicking activates.
This uses a new gizmo type to pre-select the edge.
2018-08-21 19:05:07 +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
b457cae397
Cleanup: use variable names based on term gizmo
2018-07-15 14:35:33 +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