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
2021-11-08Fix snap cursor not active even if gizmo is availableGermano Cavalcante
2021-11-02Fix snap cursor still active even when gizmo is not availableGermano Cavalcante
2021-10-27Cleanup: remove underscore prefix from variableCampbell Barton
2021-10-26View3D Snap Cursor: sanitize and increase the maximum amount of statesGermano Cavalcante
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Cleanup: unused parameters, `nullptr` instead of `NULL` in cpp code...Bastien Montagne
2021-10-20View3D: Cursor Snap RefactorGermano Cavalcante
2021-10-18Snap and Placement Gizmo RefactorGermano Cavalcante
2021-10-16Fix T92184: Cage gizmo doesn't with area lightRichard Antalik
2021-10-14Cleanup: clang-tidy, clang-format & spellingCampbell Barton
2021-10-14Fix invalid arguments to ED_gizmotypes_snap_3d_context_ensureCampbell Barton
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-10-08VSE: Implement the bounding box (xform) tool in the seq preview windowSebastian Parborg
2021-09-09Gizmo: warn when 2D projection fails with non-invertable matricesCampbell Barton
2021-07-30Cleanup: headers, use 'pragma once', remove argument to '\file'Campbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Fix/Workaround T87511: snap gizmo flickers on Ctrl-DragCampbell Barton
2021-04-30Cleanup: avoid ambiguous parenthesisCampbell Barton
2021-04-19Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-19Fix spin-gizmo button tool-tip placementCampbell Barton
2021-04-18Cleanup: make formatJacques Lucke
2021-04-17Snap Gizmo Refactor: Implement options for the gizmo behaviorGermano Cavalcante
2021-04-17Transform Snap Refactor: Use enum for cage snap optionsGermano Cavalcante
2021-04-16Snap Gizmo: Improve event comparison codeGermano Cavalcante
2021-04-16Snap Gizmo: Minor optimization in detecting toggle inversionGermano Cavalcante
2021-04-03Fix inversion of snapping failing in measure toolGermano Cavalcante
2021-04-03Fix T87162: Measure Tool Not WorkingGermano 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-03-29Snap Gizmo: Minor optimization when updating gizmo propertiesGermano Cavalcante
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-01-25UI: Gizmo Tooltip PositioningHarley Acheson
2021-01-16Add Object Tool: support incremental snappingCampbell Barton
2020-12-09Fix T83460: Regression in snap for measure toolGermano Cavalcante
2020-12-02Fix T83161: Crash when moving ruler endpoints and opening or closing the tool...Germano Cavalcante
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPU: Replace Batch uniform by shader uniform using macroClément Foucault
2020-08-11Cleanup: rename variables 'gizmo_snap' to 'snap_gizmo'Germano Cavalcante
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke