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
2020-07-28Cleanup: incorrect spelling of 'manhattan'Campbell Barton
2020-07-28Cleanup: spelling, commentsCampbell Barton
2020-07-28Merge branch 'blender-v2.90-release'Nathan Craddock
2020-07-28Fix: Wrong outliner restrict column for gpencil layer hideNathan Craddock
2020-07-27Merge branch 'blender-v2.90-release'Pablo Dobarro
2020-07-27Fix Sculpt Relax operation when deforming mesh boundariesPablo Dobarro
2020-07-27Fix T79164: Sculpting with smooth shading doesn't update normalsPablo Dobarro
2020-07-27Fix T78242: Crash when using a Sculpt color tools that needs connectivity for...Pablo Dobarro
2020-07-27Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-27Fix T78308: Weight Transfer Operator "Deform Pose Bones" destination setting ...Bastien Montagne
2020-07-27Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-27Fix T78306: Weight Transfer Operator target mesh doesn't update when transfor...Bastien Montagne
2020-07-27UI: improve errors when evaluating a number button failsCampbell Barton
2020-07-27Cleanup: match call signature for UI unit number evaluationCampbell Barton
2020-07-27GPencil: New operator to Cleanup duplicated framesAntonio Vazquez
2020-07-27UI: Show message in transform panel when no metaball elements are selectedAaron Carlisle
2020-07-26Cleanup: GPU: Remove glew headers part2Clément Foucault
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-26VSE: Refactor delete operator and APIRichard Antalik
2020-07-26Merge branch 'blender-v2.90-release'Richard Antalik
2020-07-26Fix T74958: Infinite loop on using strip as modifier maskRichard Antalik
2020-07-26UV: port smart project from Python to CCampbell Barton
2020-07-26UV: support creating ParamHandle without checking UV selectionCampbell Barton
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T79239: UV path select crashCampbell Barton
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T79254: FCurve editor crash when zooming out to limitCampbell Barton
2020-07-25Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-25Fix T72622: Transform object origin ignores shape keysCampbell Barton
2020-07-24Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-07-24Cleanup: Rename 'isect_ray_seg_v3' to 'isect_ray_line_v3'Germano Cavalcante
2020-07-24Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-24Fix interface artifacts on Intel GPUsSergey Sharybin
2020-07-23Merge branch 'blender-v2.90-release'Nathan Craddock
2020-07-23Fix T79187: Outliner "Make Single User" crashNathan Craddock
2020-07-23GPencil: Fix unreported missing frames in interpolationAntonio Vazquez
2020-07-23UI: Move properties tab list creation from RNA to editorHans Goudey
2020-07-23Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-23LibOverride: Add reset operations to the outliner menu.Bastien Montagne
2020-07-23LibOverride: Outliner override creation: Better checks.Bastien Montagne
2020-07-23LibOverride: Move override operations into own section of the ID outliner menu.Bastien Montagne
2020-07-23Merge branch 'blender-v2.90-release'Campbell Barton
2020-07-23Fix T79162: 'prop_search' includes ID prefix in string propertiesCampbell Barton
2020-07-23Cleanup: replace wchar_t with char32_t 3D text accent inputCampbell Barton
2020-07-23Cleanup: rename Curve.len_wchar to len_char32Campbell Barton
2020-07-22Nodes: add missing update tags in the case of simulation node treesJacques Lucke
2020-07-22Fix T79144: Snapping bypassing the viewport backface cullingGermano Cavalcante
2020-07-22Object: add-object option to place on the surface normalCampbell Barton
2020-07-22UI: use term 'Vertex' instead of 'Vert'Yevgeny Makarov