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-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Fix: incorrect detection of used socketsJacques Lucke
2022-08-31Fix: missing vector clearJacques Lucke
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton
2022-08-31Node: Mix nodeCharlie Jolly
2022-08-31Cleanup: Remove redundant addition of attributeHans Goudey
2022-08-31Cleanup: Remove unused point cloud functionHans Goudey
2022-08-31Curves: Avoid unnecessarily initializing new positions layerHans Goudey
2022-08-31Attributes: Avoid unnecessarily initializing new attributesHans Goudey
2022-08-31Mesh: Avoid redundant custom data layer initializationHans Goudey
2022-08-30Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-30Fix: Potential name clash when adding rest position attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
2022-08-30Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-30Fix T99253: Missing face center dots with deform modifier cage optionHans Goudey
2022-08-30GPencil: Improve Thickness handling for Outline operatorAntonio Vazquez
2022-08-30Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-30LibOverride: Minor resync optimization by removing unuecessary processing.Bastien Montagne
2022-08-30Cleanup: Remove one level of indentation by early continue in a loop.Bastien Montagne
2022-08-30Fix T100586: libOverride resync could remove too many data-blocks.Bastien Montagne
2022-08-30Cleanup: formatCampbell Barton
2022-08-30Cleanup: Use const for custom data layersHans Goudey
2022-08-30Sculpt: Avoid creating mask and face set when remeshingHans Goudey
2022-08-29Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-29Fix: Broken build with OpenVDB turned offHans Goudey
2022-08-29Fix T99576: Guard against empty names when removing attributesTom Edwards
2022-08-29Fix: Broken build with OpenVDB turned offHans Goudey
2022-08-29Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-29Fix T99004: scaling volume down results in crashJacques Lucke
2022-08-29I18n: translate newly created node group socketsDamien Picard
2022-08-29Weight Paint: use coordinates from normal evaluated mesh if same topology.Alexander Gavrilov
2022-08-29GPencil: New conversion to outline in draw modeAntonio Vazquez
2022-08-28Curves: Avoid creating types array when unnecessaryHans Goudey
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-27Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-27Cleanup: Remove two files committed by mistake.Bastien Montagne
2022-08-27Cleanup: rename filename to filepath when used for full pathsCampbell Barton
2022-08-26CustomData: Add function to get name of default layerHans Goudey
2022-08-26Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-26Fix assert in id remapper tests.Bastien Montagne
2022-08-26Cleanup: Fix const correctness in CustomData set name functionHans Goudey
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-26Cleanup: quiet GCC array bounds warningCampbell Barton
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-26Cleanup: spelling in comments, formatCampbell Barton
2022-08-25Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-25Fix T100255: Make RigidBodyWorld (and effector_weights) collections refcounted.Bastien Montagne
2022-08-25Revert "LibOverride: Preserve viewlayers when creating overrides of collecito...Bastien Montagne