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
2021-01-18Cleanup: Clang tidy else after returnHans Goudey
2021-01-18Merge branch 'blender-v2.92-release'Alexander Gavrilov
2021-01-18Armature: fix B-Bone deformation blending artifacts with Preserve Volume.Alexander Gavrilov
2021-01-18Tracking: Implement tracks average operatorSergey Sharybin
2021-01-18Tracking: Add interpolated accessor for markersSergey Sharybin
2021-01-18Tracking: Re-write marker request functionSergey Sharybin
2021-01-16GPencil: Hide layer if the scale is zeroAntonio Vazquez
2021-01-16GPencil: Add new parameteres to transform layersAntonio Vazquez
2021-01-16Merge branch 'blender-v2.92-release'Jacques Lucke
2021-01-16Fix T84757: feedback loop with when modifying vertex group with nodesJacques Lucke
2021-01-15Merge remote-tracking branch 'origin/blender-v2.92-release'Ray Molenkamp
2021-01-15Fix: Build error with MSVC 2017Ray Molenkamp
2021-01-15Cleanup: LibOverride: Update comment.Bastien Montagne
2021-01-15Fix (unreported) copying liboverride of mesh breaks overrides of shape keys.Bastien Montagne
2021-01-15Fix (unreported) copying liboverride of mesh breaks overrides of shape keys.Bastien Montagne
2021-01-15Merge branch 'blender-v2.92-release'Hans Goudey
2021-01-15Geometry Nodes: Use a default value in the point scale nodeHans Goudey
2021-01-15Cleanup: Add const in various places in node codeHans Goudey
2021-01-15Nla: Rename NlaEvalChannel->valid to domainWayde Moss
2021-01-15NLA: Redundant NlaEvalChannel Valid Mask WriteWayde Moss
2021-01-15Nla Refactor: is_fcurve_evaluatable()Wayde Moss
2021-01-15Nla Refactor: Split animsys_evaluate_nla()Wayde Moss
2021-01-14Geometry Nodes: support accessing UV layers with attribute systemJacques Lucke
2021-01-14Merge branch 'blender-v2.92-release'Jacques Lucke
2021-01-14Geometry Nodes: don't delete existing attribute before new attribute is computedJacques Lucke
2021-01-14GPencil: Allow small resolution for Fill toolAntonio Vazquez
2021-01-14GPencil: Disable Multiframe edition when play animationAntonio Vazquez
2021-01-13Geometry Nodes: Add "Point Translate" and "Point Scale" nodesHans Goudey
2021-01-13Geometry Nodes: Rename "Rotate Points" to "Point Rotate"Hans Goudey
2021-01-13Cleanup: spellingCampbell Barton
2021-01-12Fix T64953: Add cryptomatte meta data to file output node.Jeroen Bakker
2021-01-12Geometry Nodes: new Align Rotation to Vector nodeJacques Lucke
2021-01-12Geometry Nodes: support reading from spans of WriteAttributeJacques Lucke
2021-01-12Weight Paint: avoid creating very small values with locked weights.Alexander Gavrilov
2021-01-12UndoSys: Refactor step 1: cleanup and simplify logic in main undo/redo handlers.Bastien Montagne
2021-01-12Fix NLA liboverride issues re tracks handling.Bastien Montagne
2021-01-11Geometry Nodes: Attribute Vector Math NodeHans Goudey
2021-01-11Fix T83422: Dimensions incorrect after undoing if it has modified geometry.Bastien Montagne
2021-01-11Cloth: add a vertex group setting to exclude from object collision.Alexander Gavrilov
2021-01-11Collision: allow disabling collision without removing the modifier.Alexander Gavrilov
2021-01-11ID Creation: generate `session_uuid` in more cases.Bastien Montagne
2021-01-11Fix Embedded IDs creation bypassing ID management completely.Bastien Montagne
2021-01-11Fix missing IDType init in ViewLayer tests.Bastien Montagne
2021-01-10Fix T83777: Crash when enabling guidesSebastián Barschkis
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2021-01-08Scenes: forbid deleting last local sceneJacques Lucke
2021-01-08Cloth: completely exclude fully pinned triangles from collision.Alexander Gavrilov
2021-01-07Fix T84326: No ID for geometry nodes instances after scatteringHans Goudey
2021-01-07UndoSystem: Early out from core undo/redo handlers when undo step is NULL.Bastien Montagne
2021-01-07Cleanup: Undo system: minor simplification in non-debug code.Bastien Montagne