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
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-12-11UI: Consistent Range DescriptionsYevgeny Makarov
2020-12-11Cleanup: sort cmake file listsCampbell Barton
2020-12-07Fix T83347: Smart UV project crashes with wire edgesGreg Neumiller
2020-11-30Cleanup: Use "region" for ARegion variable namesHans Goudey
2020-11-19Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-19Fix T82540: Smart UV project ignores seamsCampbell Barton
2020-11-18Cleanup: use descriptive argument name for uv parametrizerCampbell Barton
2020-11-17Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-17Fix T82637: pack UV islands fails with some non-manifold meshesCampbell Barton
2020-11-10Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-10Fix T82540: Smart UV project ignores seamsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-20UV/Image: Remove Legacy DrawingJeroen Bakker
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07UI: Fix capitalization in various placesYevgeny Makarov
2020-09-24Fix (unreported) Smart UV Project not adding UVMapPhilipp Oeser
2020-09-18UI: Use property split in UV editor panelsHans Goudey
2020-09-18UV: select face loops when in face-select modeCampbell Barton
2020-09-14Fix T80728: UV edge select splits UV's for lasso/box/circle selectCampbell Barton
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-10Cleanup: spellingCampbell Barton
2020-09-09Cleanup: spellingCampbell Barton
2020-09-04UI Code Quality: Use derived struct for number buttonsJulian Eisel
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Clang-Tidy readability-redundant-preprocessor fixesSybren A. Stüvel
2020-08-26UV: match 3D mesh editing behavior for edge-loop selectCampbell Barton
2020-08-24Fix selected UV vertex drawing ignoring sizeCampbell Barton
2020-08-24UVEdit: Fix assert caused by depth mask not being set before clearClément Foucault
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-23Cleanup: remove unused UvNearestHit struct membersCampbell Barton
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-13UVEdit: Fix drawing after recent refactorClément Foucault
2020-08-13GPUBatch: Remove most use of GPU_batch_draw_advanced()Clément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-12Merge branch 'blender-v2.90-release'Brecht Van Lommel
2020-08-12Fix UV unwrap not working with only one pinned vertexBrecht Van Lommel
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11BMesh: add UV calculate center callCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Merge branch 'blender-v2.90-release'Bastien Montagne