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 (Expand)Author
2022-06-07Remove workaround for drawing the rotation gizmoGermano Cavalcante
2022-06-06Refactor: Snap-related. Clarified attribute names and refactored #defines in...jon denning
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-18Snap and Placement Gizmo RefactorGermano Cavalcante
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-04-17Snap Gizmo Refactor: Implement options for the gizmo behaviorGermano Cavalcante
2021-04-01Cleanup/Refactor: Use flags instead of bool to configure the snap gizmoGermano Cavalcante
2021-03-29Gizmo: Use a utility function to read snap gizmo valuesGermano Cavalcante
2021-01-16Add Object Tool: support incremental snappingCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-28Object: new add object tool, currently for primitive typesCampbell Barton
2020-05-27Gizmo: lazy initialize snap contextCampbell Barton
2020-05-27Gizmo Library: New Snap GizmoGermano Cavalcante
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2020-01-06Cleanup: remove unused 2D arrow gizmoCampbell Barton
2019-11-21Cleanup: remove unused value2d gizmoCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Gizmo: add option to move & dial gizmos to select as filledCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-10-15Mesh: remove DerivedMesh for face-map drawingCampbell Barton
2018-10-04ED_gizmotypes_dial_3d_draw_util: use a struct to hide most parameters.mano-wii
2018-10-03Dial3d Gizmo: Add the Incremental Angle option to snap.mano-wii
2018-10-03Dial 3d Gizmo refactoring.mano-wii
2018-09-27UI: use new 3D viewport navigation icons and image icon in add menu.Brecht Van Lommel
2018-09-19EditMesh: show the spin arc as a thin ribbonCampbell Barton
2018-09-19Gizmo: dial3d option to show the final angleCampbell Barton
2018-09-13Gizmo: value2d utility to adjust operator valuesCampbell Barton
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-08-21Tool System: loopcut preview & activate on clickCampbell Barton
2018-08-10Fix build error due to missing file from commit 98c304e865f8.Brecht Van Lommel
2018-08-10Gizmo: add option to catch all mouse clicksCampbell Barton
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton