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-02-04Fix Crash: Switching to wireframe mode.Jeroen Bakker
2022-01-26Gizmo: optimize intersection tests, fix selection biasCampbell Barton
2022-01-26Fix T94794: Gizmo selection doesn't pick the front-most gizmoCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-11-04Fix T92783: Light size controller doesn't update positionCampbell Barton
2021-10-21Cleanup: Use array as a parameter for event x/y functionsCampbell Barton
2021-10-21Cleanup: use underscore separators for event struct membersCampbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-06Gizmo: remove wmGizmoGroup.use_fallback_keymapCampbell Barton
2021-09-21Keymap: preference for fallback-tool with RMB selectCampbell 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-08-15Fix T90658: selection of some 3D gizmos failingGermano Cavalcante
2021-08-11Fix 'GPU_matrix_unproject_3fv' not working with out-of-bounds pointsGermano Cavalcante
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-04-24Fix T85567: Crash accessing gizmo group on `__del__`Campbell Barton
2021-04-19Fix spin-gizmo button tool-tip placementCampbell Barton
2021-04-16WM: remove redundant click-drag offset for gizmo highlight checkingCampbell Barton
2021-04-13Fix snap gizmo flickering while draggingCampbell Barton
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-14Cleanup: remove unused "Gizmo" & "Header" keymapsCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-01-25Cleanup: minor changes and comments to screen_bounds_get accessCampbell Barton
2021-01-25UI: Gizmo Tooltip PositioningHarley Acheson
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-19Cleanup: spellingCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Merge branch 'blender-v2.90-release'Jacques Lucke