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-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-15LibOverride: Also consider regular embedded IDs as virtual overrides.Bastien Montagne
2021-01-15LibOverride: fix/update/re-enable ID-related debug checks in diffing code.Bastien Montagne
2021-01-15Fix T84373: Overrides : shapes keys driven by armature don't work on second i...Bastien Montagne
2021-01-15Fix (unreported) copying liboverride of mesh breaks overrides of shape keys.Bastien Montagne
2021-01-15Fix T84373: Overrides : shapes keys driven by armature don't work on second i...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-15Tracking: Fix transform cancel for plane tracksSergey Sharybin
2021-01-15Fix T84745: build error with TBB 2021Brecht Van Lommel
2021-01-15RNA: support range-based for loops in C++ apiJacques Lucke
2021-01-15Merge branch 'blender-v2.92-release'Germano Cavalcante
2021-01-15Fix T84673: Skin resize operator always using object origin as pivotGermano Cavalcante
2021-01-15Merge branch 'blender-v2.92-release'Hans Goudey
2021-01-15Fix "Make Instances Real" to work with nodes modifier instancesHans Goudey
2021-01-15Geometry Nodes: transfer corner and point attributes in Point Distribute nodeJacques Lucke
2021-01-15Cleanup: spellingCampbell Barton
2021-01-15Cleanup: use 'pragma once'Campbell Barton
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-15Fix T81533: NLA Properly Draw FModifiersWayde Moss
2021-01-15Gpencil Noise - Add noise offset parameterCody Winchester
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2021-01-14Fix T81533: NLA Properly Draw FModifiersWayde Moss
2021-01-14Geometry Nodes: support accessing UV layers with attribute systemJacques Lucke
2021-01-14Geometry Nodes: add implicit conversions for float2 and othersJacques 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-14Merge branch 'blender-v2.92-release'Sergey Sharybin
2021-01-14Geometry Nodes: extract function for adding attributes in distribute nodeJacques Lucke
2021-01-14Fix T84167: Saving half-float EXR might result in NaN pixelsSergey Sharybin
2021-01-14Fix various issues with regions in Asset BrowserJulian Eisel
2021-01-14GPencil: Allow small resolution for Fill toolAntonio Vazquez
2021-01-14Geometry Nodes: output color from Attribute Color Ramp nodeJacques Lucke
2021-01-14Cleanup: ed_undo: naming of parameters, const, etc.Bastien Montagne
2021-01-14Cleanup/refactor: Remove logically broken code from GPencil undo.Bastien Montagne
2021-01-14Merge remote-tracking branch 'origin/blender-v2.92-release'Sybren A. Stüvel
2021-01-14MeshCache: add error handling to `fread()` callsSybren A. Stüvel
2021-01-14Tracking: Make transform cancel use explicit frame numberSergey Sharybin
2021-01-14Tracking: Fix wrong projection for post-draw passSergey Sharybin
2021-01-14Tracking: Re-duplicate logic used to count and initialize dataSergey Sharybin
2021-01-14Tracking: Simplify transform codeSergey Sharybin
2021-01-14Bmesh: Deprecate deform parameter of from_object()Omar Emara
2021-01-14GPencil: Noise Modifier - Move noise seed value outside of randomize subpanelCody Winchester