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-10-05Fix missing proper 'make local' call for liboverrides from outliner.Bastien Montagne
2021-10-04Cleanup: remove unused assignmentsCampbell Barton
2021-10-04Cleanup: pass arguments as constCampbell Barton
2021-09-29Texts in Outliner dont activatePhilipp Oeser
2021-09-22GPencil: Split Weight modifier in two to make more consistentAntonio Vazquez
2021-09-22Fix (unreported) crash in outliner after recent changes to ID management core...Bastien Montagne
2021-09-16Cleanup/Fix outliner 'make local' code.Bastien Montagne
2021-09-16IDManagement: refactor: Remove 'test' part from `BKE_lib_id_make_local`.Bastien Montagne
2021-09-15Cleanup: spellingCampbell Barton
2021-09-14Fix T90862: Texts in Outliner can have wrong iconPhilipp Oeser
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-26Fix T90915: outliner select behaves as if Ctrl is heldCampbell Barton
2021-08-24Fix T90840: Can't duplicate or copy (Ctrl-C) object from linked file.Bastien Montagne
2021-08-13Cleanup: rearrange includesGermano Cavalcante
2021-08-13Fix T90637: Outliner: VSE context menu options are not workingGermano Cavalcante
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-08-05LibOverride: Make it reasonably impossible for users to create overrides of s...Bastien Montagne
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04Outliner/LibOverrides: Fix logic of checks for drag'n'drop of Collections.Bastien Montagne
2021-08-04T90371: Asset: Drop Material Tooltip.Jeroen Bakker
2021-08-03WM: don't store selection properties typically set in the key-mapCampbell Barton
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-30UI: Move Mark/Clear asset out of ID Data in Outliner context menuJulian Eisel
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: duplicate checks, unused initializationCampbell Barton
2021-07-08Outliner: use 'compacted' row for bones as wellPhilipp Oeser
2021-07-07Fix T89559: Outliner shows extra view layer column when it shouldn'tDalai Felinto
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02GPencil: New modifier to generate weights dynamicallyAntonio Vazquez
2021-06-28Fix UI glitch in outliner when hiding excluded collections.Bastien Montagne
2021-06-28Outliner: View Layers filter for View Layer ModeDalai Felinto
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: compiler warnings with clangBrecht Van Lommel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-22Revert "Enhanced stats/reports for blendfile reading."Brecht Van Lommel
2021-06-22Enhanced stats/reports for blendfile reading.Bastien Montagne
2021-06-16Edge-scrolling for node editorLukas Tönne
2021-06-10Cleanup: spelling in commentsCampbell Barton
2021-06-09Cleanup: simplify grease pencil type checksCampbell Barton
2021-06-03LibOverride: Add `override_hierarchy_create`to ID's RNA API.Bastien Montagne
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-21Cleanup: spellingLeon Zandman