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
AgeCommit message (Collapse)Author
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-20Gizmo: use simple unclipped win_to_ray functionCampbell Barton
When projecting the cursor onto a plane, clipping isn't important.
2018-09-20Cleanup: renaming missed from mergeCampbell Barton
2018-09-20Gizmo: use ED_view3d_win_to_3d_on_planeCampbell Barton
2018-09-19Gizmo: tweaks to dial drawingCampbell Barton
- 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-19Gizmo: exclude arc from selectionCampbell Barton
Also disable polygon smooth before drawing arc.
2018-09-19Gizmo: remove matrix rotation for the dial gizmoCampbell Barton
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-19Correct polygon_smooth being left enabledCampbell Barton
2018-09-19Cleanup: commentsCampbell Barton
2018-09-19Gizmo: dial3d option to show the final angleCampbell Barton
Was showing modal-delta-angle, which isn't useful for the spin tool.
2018-09-18Gizmo: dial3d option to get angles w/o wrappingCampbell Barton
Needed for spinning multiple revolutions.
2018-09-18Gizmo: add snap & tweak to the dial widgetCampbell Barton
Allows holding Ctrl to snap w/ the spin tool.
2018-09-18Cleanup: group gizmo dial members into structsCampbell Barton
2018-09-17Gizmo: only respond to mouse-move eventsCampbell Barton
Missed in recent update to event handling.
2018-09-13Gizmo: only use mousemove for generic gizmosCampbell Barton
This caused slow performance for spin/bisect for eg.
2018-09-13Gizmo: avoid redundant value2d updatesCampbell Barton
2018-09-13Gizmo: set header text when editing the valueCampbell Barton
2018-09-13Gizmo: value2d cancel, snap & precise supportCampbell Barton
2018-09-13Gizmo: value2d utility to adjust operator valuesCampbell Barton
This allows any operator to interactively redo without having to manually make each operator modal.
2018-09-13Cleanup: add editor gizmo doxy groupCampbell Barton
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-21Cleanup: rename gizmo access functionsCampbell Barton
Add float in API names since we may want access to other types.
2018-08-12Gizmo: add blank gizmo definitionCampbell Barton
Missed from 98c304e865f by accident.
2018-08-10Fix build error due to missing file from commit 98c304e865f8.Brecht Van Lommel
Proper contents still needs to be added, this just makes things build.
2018-08-10Gizmo: 2d select now takes region coordsCampbell Barton
Was taking an event, when only the region coords are needed.
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
Thanks to @sergey for review
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-15Cleanup: split GPU_batchCampbell Barton
Split out presets and utilities for creating batches. These functions are quite specialized and not related to typical usage.
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton
Edit doxy files and header guards only.