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-08-17Cleanup: spelling in commentsCampbell Barton
2022-04-03Cleanup: Move interface View2D files to C++Hans Goudey
2022-03-04Cleanup: remove outdated references to tweakCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-06Gizmo: remove wmGizmoGroup.use_fallback_keymapCampbell Barton
2021-09-15Gizmo: add flag to hide the gizmo group during interactionCampbell Barton
2021-09-15Gizmo: show groups flagged with SHOW_MODAL_ALL during interactionCampbell Barton
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-01-25Cleanup: minor changes and comments to screen_bounds_get accessCampbell Barton
2021-01-25UI: Gizmo Tooltip PositioningHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-08-19Cleanup: spellingCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-06-16Cleanup: unused headers, spellingCampbell Barton
2020-05-28Gizmo: add flag for gizmos to ignore keymap eventsCampbell Barton
2020-05-27Gizmo: add flag to disable tooltipCampbell Barton
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-03-18Cleanup: spellingCampbell Barton
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2019-12-19Fix error in recent gizmo tweak workaroundCampbell Barton
2019-12-18Gizmo: add the ability to postpone refreshing while tweakingCampbell Barton
2019-12-06Tool System: experimental fallback tool supportCampbell Barton
2019-07-02Cleanup: spellingCampbell Barton
2019-07-01Fix T60289: changing gizmo properties causes excessive redrawsBrecht Van Lommel
2019-06-28Fix T63694: Crash using tool gizmos with multiple windowsCampbell Barton
2019-06-03Fix T65294: Orbit navigate gizmo fails in paint modesCampbell Barton
2019-05-28Gizmo: changes to internal drag logicCampbell Barton
2019-05-27Gizmo: add per gizmo keymapsCampbell Barton
2019-05-15Gizmo: add depth bias for 3D selectionCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2019-01-23Cleanup: use doxy comments for gizmo structsCampbell Barton
2019-01-23Gizmo: add support for gizmos to initialize from the active toolCampbell Barton
2018-10-02Gizmo: support for gizmo-group propertiesCampbell Barton
2018-09-26Gizmo: add invoke_prepare callbackCampbell Barton
2018-09-24Gizmo: option to hide from selectionCampbell Barton
2018-09-24Cleanup: rename gizmo flagCampbell Barton
2018-09-13Gizmo: code commentsCampbell Barton
2018-09-13Gizmo: value2d utility to adjust operator valuesCampbell Barton
2018-09-08WM: add temporary field to gizmo'sCampbell Barton
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel