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
path: root/source
AgeCommit message (Expand)Author
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-10Cleanup: spellingCampbell Barton
2021-02-10Cleanup: update old commentsCampbell Barton
2021-02-10Cleanup: clang-formatCampbell Barton
2021-02-10Cleanup: warning (useless type qualifier)Campbell Barton
2021-02-10Fix T85493: Attribute glitches while using Attribute Proximity nodeVictor-Louis De Gusseme
2021-02-09LibOverride: Refactor: Switch more code to using Main.relations.Bastien Montagne
2021-02-09Fixed (unreported) memleak in recent BMain relations new code.Bastien Montagne
2021-02-09Outliner: Enable render visibility column by defaultNathan Craddock
2021-02-09Fix (unreported) assert in liboverride reset code.Bastien Montagne
2021-02-09LibOverride: Refactor a bit override hierarchy utils.Bastien Montagne
2021-02-09Geometry Nodes: Add Combine and Separate XYZ nodes for attributesWannes Malfait
2021-02-09LibOverride: Verious minor cleanups and fixes to code tagging IDs in an overr...Bastien Montagne
2021-02-09LibOverride: cleanup: code consistency.Bastien Montagne
2021-02-09Transform: Expose the hardcoded Precision KeyGermano Cavalcante
2021-02-09GPencil: Basic block drawing in DopesheetAntonio Vazquez
2021-02-09GPencil: Fill tool refactor and Multiframe in Draw modeAntonio Vazquez
2021-02-09Cleanup: comments, replace German expression with EnglishCampbell Barton
2021-02-09Cleanup: comments, replace 'undoes' with 'undo-steps'Campbell Barton
2021-02-09Fix: use class instead of struct in forward declarationJacques Lucke
2021-02-09Geometry Nodes: initial attribute interpolation between domainsJacques Lucke
2021-02-09Geometry Nodes: refactor internal attribute access architectureJacques Lucke
2021-02-09Merge branch 'blender-v2.92-release'Jeroen Bakker
2021-02-09Fix T81206: Do not limit gl texture size in image editorJeroen Bakker
2021-02-09Fix versioning code of previous commitJeroen Bakker
2021-02-09Cleanup: spellingCampbell Barton
2021-02-09Cleanup: move eIconSizes, ID_Type enums into own fileCampbell Barton
2021-02-09Cleanup: Register node property layout callbacks in filesHans Goudey
2021-02-08Docs: Remove CLI arguments removed in recent commitAaron Carlisle
2021-02-08Fix for T84038: Improved Report WarningsHarley Acheson
2021-02-08Cleanup: Remove using-directive from freestyle headersOmar Emara
2021-02-08Fix T85448: File Browser sidebar collapses when selecting a fileJulian Eisel
2021-02-08Fix (studio-reported) crash in readfile code.Bastien Montagne
2021-02-08Fix T81206: Do not limit gl texture size in image editorJeroen Bakker
2021-02-08Fix compilation error after recent refactorSergey Sharybin
2021-02-08Transform: Refactor texture space 'transform_convert' dataGermano Cavalcante
2021-02-08Cleanup: Unify, move and rename transform flagsGermano Cavalcante
2021-02-08Transform: Grid snap target refactorGermano Cavalcante
2021-02-08Cleanup: Rearrange and name the enums and flags used in the transform codeGermano Cavalcante
2021-02-08Merge branch 'blender-v2.92-release'Jacques Lucke
2021-02-08Fix T85368: map range node clamps incorrectly in geometry nodesdf0bce3f7d0Sam Miller
2021-02-08Merge branch 'blender-v2.92-release'Richard Antalik
2021-02-08Fix T85426: Speed effect stretch to input not workingRichard Antalik
2021-02-08Mask: Use control point position when handle is selectedSebastian Koenig
2021-02-08Cleanup: Remove unused tree element typesJulian Eisel
2021-02-08Cleanup: Use enum for Outliner tree-store element typesJulian Eisel
2021-02-08Cleanup: Remove dead code for keymap Outliner display modeJulian Eisel
2021-02-08Code quality: Refactor asset operators using C++Julian Eisel
2021-02-08Cleanup: Alphabetize function orderHans Goudey
2021-02-08Forgot to free a bvhtree with previous commit.Howard Trickey