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-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-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-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-16Cleanup: Gizmo: Remove non matched glDisableClément Foucault
2020-07-15Cleanup: spellingCampbell Barton
2020-07-14Cleanup: spellingCampbell Barton
2020-07-07Fix T77455: Blender Freezes when using the 3d Scale GizmoJeroen Bakker
2020-06-02Fix snap3d crash (missing NULL check)Campbell Barton
2020-05-30Cleanup: Initialize gizmo snap keymap before usingGermano Cavalcante
2020-05-29Gizmo: fix crash in recent snap gizmo additionCampbell Barton
2020-05-28Object: new add object tool, currently for primitive typesCampbell Barton
2020-05-27Ruler: Remove highlight hackGermano Cavalcante
2020-05-27Cleanup: remove unused Main struct from snap contextCampbell Barton
2020-05-27Gizmo: lazy initialize snap contextCampbell Barton
2020-05-27Gizmo Library: New Snap GizmoGermano Cavalcante
2020-05-14Fix T76413 Gizmos: Trackball's preselection highlighting is too brightClément Foucault
2020-05-08Fix T76045 Gizmo: line_width does not work in latest versionClément Foucault
2020-05-08Fix T76393 Gizmo: Crash on assert(batch->program_in_use == 0)Clément Foucault
2020-04-24GPU: Add Polyline shader (wide line emulation)Clément Foucault
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-12Fix move-3D gizmo in use 2D spacesCampbell Barton
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-09Transform Snap Object: Remove depsgraph when creating contextGermano Cavalcante
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-03-02Fix T74278: Light, Image Object, and Compositor Backdrop Viewer NodePhilipp Oeser
2020-02-28Fix camera border gizmo sizeCampbell Barton
2020-02-14UI: Allow gizmo-only redraw taggingJulian Eisel