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-09-28temp-pbvh-vbos: final patch revisionJoseph Eagar
2022-09-28Merge remote-tracking branch 'origin' into temp-pbvh-vbosJoseph Eagar
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-27temp-pbvh-vbos: Make requested changesJoseph Eagar
2022-09-27Merge branch 'master' into temp-pbvh-vbosJoseph Eagar
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-24Merge branch 'master' into temp-pbvh-vbosJoseph Eagar
2022-09-24Sculpt: Fix bug with allocating duplicate attribute layersJoseph Eagar
2022-09-24Fix: Invalid CustomData type map created for legacy mesh conversionHans Goudey
2022-09-24Curves: Use early out when apapting domain of single valueHans Goudey
2022-09-24Cleanup: simplify accessing mesh looptrisJacques Lucke
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-24Cleanup: Remove unused data transfer functionHans Goudey
2022-09-24Sculpt: fix memory corruption in new attribute apiJoseph Eagar
2022-09-23Geometry Nodes: Split transfer attribute nodeHans Goudey
2022-09-23Fix: Crash with empty vertex group in mask modifierHans Goudey
2022-09-23Fix: Assert calculating mesh triangulationHans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Mesh: Use cached looptris in draw cache extractionHans Goudey
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-09-23Cleanup: fix compiler errorsJacques Lucke
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-23Fix T101109: Animation on nodes problems when dealing with Node GroupsPhilipp Oeser
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-22Fix T100846: Bump blender file min version for forward compatibility warningCharlie Jolly
2022-09-22Geometry Nodes: Add Self Object NodeHans Goudey