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-03Cleanup: Editors/Mesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Cleanup: Editors/Armature, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Cleanup: Editors/Animation, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Fix Pose Brush crashing after disabling connected only in FK modePablo Dobarro
2020-07-03Move Scene's cache management during undo to new system.Bastien Montagne
2020-07-03Cleanup: Unused variables in non-debug buildHans Goudey
2020-07-03Cleanup: Remove obsolete code in interface_panel.cHans Goudey
2020-07-03Clang-Tidy: Enable readability-redundant-string-cstrJacques Lucke
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
2020-07-03Disable clang-tidy for code-generated RNA filesSergey Sharybin
2020-07-03Move volume to new cache management system for undo.Bastien Montagne
2020-07-03Clang-tidy: enable readability-container-size-empty warningJacques Lucke
2020-07-03Cleanup: add const in various placesJacques Lucke
2020-07-03Cleanup: Editors/GPencil, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Cleanup: Mark overriding function with `override` keywordSybren A. Stüvel
2020-07-03Cleanup: bring operator overloads closer togetherJacques Lucke
2020-07-03Cleanup: use nested namespacesJacques Lucke
2020-07-03Cleanup: use trailing underscore for non-public data membersJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-07-03Fix T78570: Vert/Edge slide doesn't adjust UVsGermano Cavalcante
2020-07-03GPencil: Cleanup more comments (cont)Antonio Vazquez
2020-07-03Clang-Tidy: Enable redundant static qualifier warningSergey Sharybin
2020-07-03Move bSound cache handling during undo to new system.Bastien Montagne
2020-07-03Cleanup: do not use magic values for enums...Bastien Montagne
2020-07-03New undo cache management: Add Image IDs.Bastien Montagne
2020-07-03Readfile/Undo: initial refactor of cache preservation code.Bastien Montagne
2020-07-03IDTypeInfo: add new callback to loop over all cache pointers of an ID.Bastien Montagne
2020-07-03Add key structure and hashing utils for ID caches.Bastien Montagne
2020-07-03GPencil: Cleanup more comments (cont)Antonio Vazquez
2020-07-03GPencil: Cleanup more comments (cont)Antonio Vazquez
2020-07-03Depsgraph: Use C++ style of guarded allocation of objectsSergey Sharybin
2020-07-03GPencil: Cleanup move functions to geom from modifierAntonio Vazquez
2020-07-03GPencil: Cleanup Doxygen comments (cont)Antonio Vazquez
2020-07-03Cleanup: Fluid renaming from old 'manta' naming to new 'fluid' namingSebastián Barschkis
2020-07-03GPencil: Cleanup Doxygen commentsAntonio Vazquez
2020-07-03BLI: Use TBB spin_mutex as SpinLock implementationSergey Sharybin
2020-07-03BLI: Switch threads implementation file to C++Sergey Sharybin
2020-07-03Cleanup: spellingCampbell Barton
2020-07-03Fix T78551 EEVEE: Fix memleak from renderpass uboClément Foucault
2020-07-03Fix T78124 Overlay: Image: Camera background image transparency not workingClément Foucault
2020-07-03Fix T77559 Avoid wrong ob->imat leading to several bugsClément Foucault
2020-07-03Fix T78527: GPencil Mirror modifier is inconsistent with Mesh Mirror (redo)Philip Holzmann
2020-07-02UI: rename Alpha to OpacityJuan
2020-07-02UI: Replace "Grease Pencil" with "Annotation" in user-facing options in the C...Nicola De Mitri
2020-07-02Cleanup: Remove useless duplicated linesValentin
2020-07-02UI: Dont abbriviate location & rotationAaron Carlisle
2020-07-02GPencil: Cleanup - More rename from gp_ to gpencil_Antonio Vazquez
2020-07-02Sculpt: Mask By ColorPablo Dobarro