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-11-13GPencil: Remove ID from operators to fix T82597Antonio Vazquez
2020-11-13LibOverride: Adjust PointCache operators to properly handle overrides.Bastien Montagne
2020-11-13Object: show preview plane for add-object toolCampbell Barton
2020-11-13Cleanup: Remove unecessary logic in panel codeHans Goudey
2020-11-13Cleanup: Simplify panel activate state functionHans Goudey
2020-11-13Fix T82596: Fly/walk navigation crashHans Goudey
2020-11-13Outliner: Sync with property editor physics tabHans Goudey
2020-11-12Merge branch 'blender-v2.91-release'Sebastián Barschkis
2020-11-12Fix T81813: Keyframe handles don't follow keyframesWayde Moss
2020-11-12Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-12Sculpt: fix face set extract clicking in empty spacePhilipp Oeser
2020-11-12Sculpt: use ESC key in addition to RMB to cancel eyedropperPhilipp Oeser
2020-11-12Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-12Fix T82624: Skin modifiers root bone cannot be movedPhilipp Oeser
2020-11-12Fix T82388: Sculpt mode: Unexpected undo behavior.Bastien Montagne
2020-11-12Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-12Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-12Fix T82093: Sampled Colors Mismatch When Painting (Partial)Jeroen Bakker
2020-11-12Fix T81673: Color picker picks up UI and OverlayJeroen Bakker
2020-11-12Cleanup: split view3d_placement depth & orientation calculationCampbell Barton
2020-11-12Cleanup: clang-tidy, remove invalid commentsCampbell Barton
2020-11-12Cleanup: spellingCampbell Barton
2020-11-12Cleanup: warningsCampbell Barton
2020-11-11UI: Tooltips: dont add period to labelsAaron Carlisle
2020-11-11Cleanup: Split header for Outliner tree building into C and C++ headersJulian Eisel
2020-11-11Cleanup: Rename Outliner "tree-view" types to "tree-display" & update commentsJulian Eisel
2020-11-11Cleanup: Follow C++ code style for new Outliner building codeJulian Eisel
2020-11-11Cleanup: General cleanup of Outliner Blender File display mode buildingJulian Eisel
2020-11-11UI Code Quality: Convert Outliner Blender File mode to new tree buiding designJulian Eisel
2020-11-11Cleanup: Put Outliner C++ namespace into `blender::ed` namespace, add commentsJulian Eisel
2020-11-11Fix possible null-pointer dereference in new Outliner tree building codeJulian Eisel
2020-11-11Cleanup: Remove redundant parameter from new Outliner tree building codeJulian Eisel
2020-11-11Cleanup: Comments and style improvements for new Outliner C++ codeJulian Eisel
2020-11-11UI Code Quality: Use C++ data-structures for Outliner object hierarchy buildingJulian Eisel
2020-11-11UI Code Quality: General refactor of Outliner View Layer display mode creationJulian Eisel
2020-11-11UI Code Quality: Start refactoring Outliner tree building (using C++)Julian Eisel
2020-11-11Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-11Fix T82553: Outliner F2 renaming issue when item is out of viewPhilipp Oeser
2020-11-11Fix 'outliner_scroll_view()' not reaching wanted elementPhilipp Oeser
2020-11-11Merge branch 'blender-v2.91-release'Nathan Craddock
2020-11-11Fix: Selection not possible from outliner gutterNathan Craddock
2020-11-10Fix T81951: Add Cube new tool surface snaping not workingGermano Cavalcante
2020-11-10Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-10Fix T82540: Smart UV project ignores seamsCampbell Barton
2020-11-10Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-10Fix T65585: Knife fails when cursor away from the objectCampbell Barton
2020-11-09Merge branch 'blender-v2.91-release'Pablo Dobarro
2020-11-09Fix assert in the sculpt pen tilt codePablo Dobarro
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-09macOS: follow system preference for natural trackpad scroll directionYevgeny Makarov