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-08-19Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-17Cleanup: sort CMake path listsCampbell Barton
2020-08-13Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-13Fix T65148: Drivers can't access shape keysSybren A. Stüvel
2020-08-13Fix compile errors on windowsMateusz Grzelinski
2020-08-12Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-11Cleanup: Reduce indentation levelHans Goudey
2020-08-11Cleanup: Remove unecessary variablesHans Goudey
2020-08-11Cleanup: Use sizeof first in allocationsHans Goudey
2020-08-11Cleanup: Reduce indentation levelHans Goudey
2020-08-11Cleanup: Reduce scope of variable declarations in bmesh_bevel.cHans Goudey
2020-08-11Fix T75588: Missing loop cuts preview for edges without quadsGermano Cavalcante
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11BMesh: add UV calculate center callCampbell Barton
2020-08-11Cleanup: spellingCampbell Barton
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
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: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-05Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-04Cleanup: Bevel: Split two case for loop into separate functionHans Goudey
2020-08-04Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-04Convert printf to clogMateusz Grzeliński
2020-08-04Convert printf to clogMateusz Grzeliński
2020-08-04Convert printf to clog and simplify use of BM_mesh_elem_index_validateMateusz Grzeliński
2020-08-04Add functions for logging arraysMateusz Grzeliński
2020-08-04Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-04Fix (unreported): Bevel tool custom profile uses wrong segments numberHans Goudey
2020-08-04Cleanup: Reduce indentation in functionHans Goudey
2020-08-03Convert printf to clog and simplify implementationMateusz Grzeliński
2020-08-03Convert printf to clog and simplify implementationMateusz Grzeliński
2020-08-03Convert printf to clogMateusz Grzeliński
2020-08-03Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-03Fix T79482: Triangulate quads with 'Beauty' can make zero area facesCampbell Barton
2020-08-03Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-30Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-07-30Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-07-30Fix T79369: BMesh.calc_volume() gave incorrect resultCampbell Barton
2020-07-23Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-07-23Fix T29189 bevel crash.Howard Trickey
2020-07-23Fix T79189 bevel crash.Howard Trickey
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-07-21Merge branch 'master' into soc-2020-info-editorMateusz Grzeliński
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-20Fix T78733 Bevel sometimes produces zero-area UV face with odd segments.Howard Trickey