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-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-06-06Refactor: Snap-related. Clarified attribute names and refactored #defines in...jon denning
2022-05-02GPUShader: Port dashed line shaders to use shaderCreateInfoClément Foucault
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-07Merge branch 'blender-v3.1-release'Campbell Barton
2022-03-07Fix T95591: Crash on drawing with measure tool with tweak fallback toolCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-10-18Snap and Placement Gizmo RefactorGermano Cavalcante
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-08-31Measure tool: Add support to restrict dimension to one axisEric Abrahamsson
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-05-14GPencil: Refactor Append operatorsAntonio Vazquez
2021-04-17Measure Tool: Snap to Cage GeometryGermano Cavalcante
2021-04-17Transform Snap Refactor: Use enum for cage snap optionsGermano Cavalcante
2021-04-03Fix T87162: Measure Tool Not WorkingGermano Cavalcante
2021-03-29Gizmo: Use a utility function to read snap gizmo valuesGermano Cavalcante
2021-01-25Fix ruler end-caps not following interface scaleCampbell Barton
2021-01-04Cleanup: redundant code, minor inconsistenciesCampbell Barton
2020-12-09Fix T83460: Regression in snap for measure toolGermano Cavalcante
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-03Cleanup: Editors/Space/View3D, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-27Ruler: Remove highlight hackGermano Cavalcante
2020-05-27Gizmo: lazy initialize snap contextCampbell Barton
2020-05-27Ruler: Implement Snap GizmoGermano Cavalcante
2020-05-25Fix T72121: Measurements are being drawn incorrectly if one end is off screenClément Foucault
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19UI: add view aligned gizmo colorCampbell Barton
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-09Transform Snap Object: Remove depsgraph when creating contextGermano Cavalcante
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-14UI: Allow gizmo-only redraw taggingJulian Eisel
2019-10-29Fix T62116: Delete ruler ignored on edit-mode toggleCampbell Barton
2019-10-10Annotations: Use flag to determine if the layer is a RulerAntonio Vazquez
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-08-21Transform: New Snap Option: Edge Perpendicularmano-wii