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-10-24Merge branch 'master' into bevelv2Howard Trickey
2022-10-20UI: Icon number indicator for data-blocksDalai Felinto
2022-10-19Geometry Nodes: Use common utility for copying attribute dataHans Goudey
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-09Merge branch 'master' into bevelv2Howard Trickey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05New math function to add small bias to zero axisAntonio Vazquez
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-10-01Merge branch 'master' into bevelv2Howard Trickey
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-28Correct sign conversion errors in convexhull_2d.cCampbell Barton
2022-09-28Cleanup: improve 2D convex hullChris Blackbourn
2022-09-27BLF: Editing Text with Combining CharactersHarley Acheson
2022-09-27Fix T101231: Console flooded with warnings when fluid type is DomainGermano Cavalcante
2022-09-27Cleanup: remove workarounds and version checks for unsupported compilersCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-26Cleanup: replace unsigned with uint, use function style casts for C++Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-20Merge branch 'master' into bevelv2Howard Trickey
2022-09-20Initialize slope in mesh inset tests.Howard Trickey
2022-09-20Geometry Nodes: improve evaluator with lazy threadingJacques Lucke
2022-09-19Cleanup: spellingCampbell Barton
2022-09-18BLI: Add generic utlity for gathering values with indicesMattias Fredriksson
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-15Add slope parameter to mesh_inset and use that in face bevel.Howard Trickey
2022-09-14Cleanup: Add missing licence headersHans Goudey
2022-09-14Merge branch 'master' into bevelv2Howard Trickey
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-12Fix mesh_inset to recover leftofer interior geometry.Howard Trickey
2022-09-12Tests: add tests for leading (relative) slashes for BLI_path_joinCampbell Barton
2022-09-11Initial hook up of face bevel to geometry nodes.Howard Trickey
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-09Cleanup: remove BLI_make_file_stringCampbell Barton
2022-09-09Realtime Compositor: Implement pixelate nodeOmar Emara
2022-09-09Cleanup: remove paranoid NULL checksCampbell Barton
2022-09-08Added a mesh_inset Blenlib function.Howard Trickey
2022-09-07BLI: new C++ BitVector data structureJacques Lucke
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-08-31Cleanup: reduce scope, quiet unused variable warningsCampbell Barton
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton