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-01-13Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-13Cleanup: fix building all geometry nodes in one translation unitJacques Lucke
2022-01-12Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-11Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-05Fix warning in solidify non-manifold codeHans Goudey
2022-01-03Cleanup: const, remove unnecessary function callHans Goudey
2022-01-03Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-03Cleanup: Clang tidyHans Goudey
2022-01-03Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2022-01-01Geometry Nodes: small refactor towards supporting partially lazy nodesJacques Lucke
2021-12-29Modifiers: decrease maximum allocation size for Weld verticesGermano Cavalcante
2021-12-29Cleanup: Use ensure poly normals in solidify functionsHans Goudey
2021-12-29Fix array modifier build error after recent change in masterHans Goudey
2021-12-29Improve usage of the "for_write" functions, add a separate function to clear ...Hans Goudey
2021-12-29Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2021-12-29Fix T94422: Shading/Normals break on array modifier capsPhilipp Oeser
2021-12-29Fix T94453: Weld modifier crash after recent cleanupHans Goudey
2021-12-29Cleanup: Use indices instead of pointersGermano Cavalcante
2021-12-29Cleanup: Return early, organize variable declarationsHans Goudey
2021-12-28Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-27BLI: add utility to check if type is any specific typeJacques Lucke
2021-12-26Fix T94387: Mesh sequence cache, crash when clicking a panelKévin Dietrich
2021-12-23Cache File: use panels to organize UIKévin Dietrich
2021-12-22Geometry Nodes: improve multi socket handling in evaluatorJacques Lucke
2021-12-21Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-21Fix build error in debug builds from recent commitHans Goudey
2021-12-21Cleanup: Use span instead of raw pointerHans Goudey
2021-12-21Cleanup: Use simpler loops in weld modifierHans Goudey
2021-12-18Cleanup: Move weld modifier to C++Hans Goudey
2021-12-17Cleanup: Use signed integers in the weld modifierHans Goudey
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-16Fix: Crash in nodes modifier with missing node groupHans Goudey
2021-12-15Cleanup: Use const arguments, referencesHans Goudey
2021-12-14Geometry Nodes: support instance attributes when realizing instancesJacques Lucke
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-12More renaming of functionHans Goudey
2021-12-11Displace modifier: Limit normal calculation to the normal displacement caseHans Goudey
2021-12-11Change naming `BKE_mesh_ensure_face_normals` -> ``BKE_mesh_poly_normals_ensure`Hans Goudey
2021-12-10Merge branch 'master' into temp-vert-normals-cleanupHans Goudey
2021-12-09Merge branch 'master' into temp-vert-normals-cleanupHans Goudey