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-04Fix issues using lower_bound.temp-improve-id-sort-by-nameJeroen Bakker
2022-10-04Added intermediate test moments to specific test cases.Jeroen Bakker
2022-10-03Use std::lower_bound.Monique
2022-10-01Optimize sort id by nameMonique
2022-10-01Sculpt: Upload white for color attributes in multires in sculptJoseph Eagar
2022-09-30Attribute Node: refactor lookup to remove duplication between engines.Alexander Gavrilov
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-30Cleanup: Move files that use mesh runtime data to C++Hans Goudey
2022-09-30Cleanup: Move object_update.c to C++Hans Goudey
2022-09-30Cleanup: Move modifier.c to C++Hans Goudey
2022-09-29Sculpt: fix T101465, crash in cloth filter with new automasking modesJoseph Eagar
2022-09-29Nodes: fix missing update when input of muted node changesJacques Lucke
2022-09-29Nodes: fix missing updates with muted nodes and reroutesJacques Lucke
2022-09-29Sculpt: Normal-based automasking modesJoseph Eagar
2022-09-29Cleanup: Remove more unused CustomData API functionsHans Goudey
2022-09-29Cleanup: Deduplicate logic in CustomData access functionsHans Goudey
2022-09-29Cleanup: Remove unused BMesh functionHans Goudey
2022-09-29Fix wrong version bump to 3.4.1, we are still on 3.4.0Brecht Van Lommel
2022-09-29Cleanup: spelling in commentsCampbell Barton
2022-09-29Cleanup: replace UNUSED() with commented argumentsCampbell Barton
2022-09-29Sculpt: New Cavity Automasking ModeJoseph Eagar
2022-09-29Cleanup: remove duplicate declarationJoseph Eagar
2022-09-29Sculpt: Rewrite PBVH drawJoseph Eagar
2022-09-29Cleanup: Typo in forward declarationHans Goudey
2022-09-28Geometry Nodes: Curve and mesh topology access nodesHans Goudey
2022-09-28Mesh: Add C++ implementaiton of topology mappingsHans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-28Cleanup: spelling in commentsCampbell Barton
2022-09-27Fix: Assert in legacy mesh conversionHans Goudey
2022-09-27Cleanup: Use signed integers for mesh vertex indicesHans Goudey
2022-09-27Gpencil: Time Offset modifier new Chain modeAleš Jelovčan
2022-09-27BLF: Editing Text with Combining CharactersHarley Acheson
2022-09-27Fix: GPencil animated layer transforms evaluate wrong when identityPhilipp Oeser
2022-09-26Fix: Incorrect handling for crease layersHans Goudey
2022-09-26Fix T101365: saving second view layer as (non-Multilayer) OpenEXR does not workBrecht Van Lommel
2022-09-26Geometry Nodes: Control Point Neighbors NodeJohnny Matthews
2022-09-26Fix: bump subversion to avoid corrupted filesJacques Lucke
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26GPU: Disable SSBO support from commandline.Jeroen Bakker
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 C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell 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-24Sculpt: Fix bug with allocating duplicate attribute layersJoseph Eagar