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-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
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
2022-09-22Cleanup: Use const arguments for node group poll functionHans Goudey
2022-09-21Attributes: Allow calling "finish" on empty accessorsHans Goudey
2022-09-21Attributes: Correct implementation of typed "write_only" methodHans Goudey
2022-09-21Mesh: Avoid uninitialized values when converting BMesh to MeshHans Goudey
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-21Fix T101188: Fluid modifier doesn't workHans Goudey
2022-09-21Cleanup: Remove BKE_ prefix for local functionsHans Goudey
2022-09-20Sculpt: Fix T100479: Boundary expand crashJoseph Eagar
2022-09-20Move workspace.c to C++Jacques Lucke
2022-09-20Fix T101214: hidden link can cause cycle in node treeJacques Lucke
2022-09-20Painting: Don't calculate rake rotation when texture is not set.Jeroen Bakker
2022-09-20Cleanup: Move mesh_mapping.c to C++Hans Goudey
2022-09-19Nodes: Add node group assets to search menusHans Goudey
2022-09-19Geometry Nodes: Distribute Points in VolumeIyad Ahmed
2022-09-19Cleanup: Improve comment for curve component legacy curvesHans Goudey