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-03-24Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-23Fix (unreported) Crash in Array modifier.Bastien Montagne
2022-03-23Fix T96494: Array modifier with caps crash on curve objectsHans Goudey
2022-03-02Fix T95479: geometry nodes crash with cage displayJacques Lucke
2022-02-26Fix: Failing OBJ export tests due to mesh normals commitHans Goudey
2022-02-25Disable GPU subdivision if autosmooth or split normals are usedKévin Dietrich
2022-02-21Fix T93873: Wrong limits for color socket exposed to modifierHans Goudey
2022-02-18Cleanup: Use functions for accessing mesh normal dirty stateHans Goudey
2022-02-18Fix T93526: Missing tooltip for attribute search buttonPratik Borhade
2022-02-16Cleanup: Remove deprecated StringGrid from our openvdb codeSebastian Parborg
2022-02-14Fix T95320: CacheFile templates crash when used through PythonKévin Dietrich
2022-02-11Fix: Enable edge bevel weight in solidify if neededHenrik Dick
2022-02-09Fix T95612: only overwrite existing attributes with matching domain and typeJacques Lucke
2022-02-04Fix T95489: support writing to vertex groups with geometry nodes againJacques Lucke
2022-02-03Fix assert in original modifiers pointer update functionSergey Sharybin
2022-02-02Fix T95084: evaluate all output attributes before changing geometryJacques Lucke
2022-01-30Fix T95315: "Override Layers" panel open crash with null CacheFileKévin Dietrich
2022-01-28Remove compilation warnings TexResult.Jeroen Bakker
2022-01-27Fix T95212: Mirror modifier normals crashHans Goudey
2022-01-25Geometry Nodes: Port weld modifier to the merge by distance nodeHans Goudey
2022-01-25Point Cloud: expose in Python API for release, now that Cycles uses itBrecht Van Lommel
2022-01-25Fix depsgraphs sharing IDs via evaluated edit meshSergey Sharybin
2022-01-24Geometry Nodes: Extrude Mesh NodeHans Goudey
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-24Cleanup: avoid positional struct initializationCampbell Barton
2022-01-23Geometry Nodes: Triangulate Node - Add Selection InputJohnny Matthews
2022-01-22Cleanup: Use references, const variablesHans Goudey
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-19BMesh: improve handling of custom-data flag (Mesh.cd_flag)Campbell Barton
2022-01-18Fix T94197: Applying boolean with fast solver clears bevel weightsCampbell Barton
2022-01-17Alembic: add support for reading override layersKévin Dietrich
2022-01-14Cleanup: compiler warnings with clangBrecht Van Lommel
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-13Cleanup: fix building all geometry nodes in one translation unitJacques Lucke
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-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-03Cleanup: Clang tidyHans 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-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-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-27BLI: add utility to check if type is any specific typeJacques Lucke