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-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-09-19Cleanup: spellingCampbell Barton
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-09-17UI: expose "Lasso Select" & "Extrude to Cursor" in menusCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-07-03Cleanup: Editors/Mesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-04-15Operator: Add 'use_dissolve_ortho_edges' option for ExtrudeGermano Cavalcante
2020-03-30Extrude Repeat: support storing the offset vectorCampbell Barton
2020-03-30Fix extrude repeat leaving selection history unselectedCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for vert coord access, projectionCampbell Barton
2019-09-10Sculpt: Mask Extract operatorPablo Dobarro
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-05-08Fix T64283: Gizmo doesn't update after click-extrudeCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-15Cleanup: indentation, wrappingCampbell 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
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-11-21Cleanup: move extrude gizmo to transform moduleCampbell Barton
2018-10-03Extrude: add normal flip to mesh.extrude_contextCampbell Barton
2018-10-02Cleanup: split extrude gizmo into own fileCampbell Barton
2018-09-25Merge branch 'master' into blender2.8Campbell Barton
2018-09-25BMesh: option to flip normals for extrude/spinCampbell Barton
2018-09-18Gizmo: de-duplicate poll logicCampbell Barton
2018-09-17Cleanup: rename gizmo group dataCampbell Barton
2018-09-08Fix extrude gizmo redo after selection glitchCampbell Barton
2018-09-08Correct last commitCampbell Barton
2018-09-08Gizmo: fix extrude depth orderingCampbell Barton
2018-09-08UI: make extrude gizmo similar size to transformCampbell Barton
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-08-22Merge branch 'master' into blender2.8Campbell Barton
2018-08-22Cleanup: use EDBM prefixCampbell Barton
2018-08-22Cleanup: styleCampbell Barton
2018-08-21Multi-Objects: MESH_OT_dupli_extrude_cursorDalai Felinto
2018-07-31Cleanup: use static variablesCampbell Barton