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-10-03Cleanup: spelling in commentsCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2020-07-03Cleanup: Editors/Mesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-17UI: Create quads > Create QuadsDalai Felinto
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2019-10-31Fix T71053: Poly Build tool crashes blender when deleting wire verticesPablo Dobarro
2019-08-27Fix Poly Build crash with empty meshesPablo Dobarro
2019-08-27Edit Mesh: Poly build tool improvementsPablo Dobarro
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-133D View: move gizmo draw options out of overlaysCampbell Barton
2019-03-05Cleanup: rename RENDER_OVERRIDE -> HIDE_OVERLAYSCampbell Barton
2019-03-05Fix T62159: Poly build crashes w/o overlaysCampbell Barton
2019-03-053D View: move pre-select mesh element access into gizmo APICampbell 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-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-11-20Fix T57935: Crash Alt clicking w/ poly build toolCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-10-24Fix error w/ poly-build clearing the edit-objectCampbell Barton
2018-09-10Poly Build: disable use_boundary_tearCampbell Barton
2018-09-10Poly Build: dissolve was using selection, not highlightedCampbell Barton
2018-09-10Poly Build: set newly added elements activeCampbell Barton
2018-09-10Cleanup: use title capsCampbell Barton
2018-09-10Tool System: use preselect highlight w/ poly-buildCampbell Barton
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-05-08Orientation for 3D cursorCampbell Barton
2018-01-19Fix T53788: Camera animation not workingSergey Sharybin
2017-12-04Cleanup: whitespaceCampbell Barton
2017-10-30Missing NULL pointer check in poly-build toolCampbell Barton
2017-10-26Tool System: experimental low-poly constructionCampbell Barton