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-12Cleanup: clang-tidy, remove invalid commentsCampbell Barton
2020-11-12Cleanup: spellingCampbell Barton
2020-11-12Cleanup: warningsCampbell Barton
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-06Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-06Fix T82251: Outliner Material Drag&Drop missing tree updatePhilipp Oeser
2020-11-06Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-06Fix Outliner editbone selection with 'Sync Selection'Philipp Oeser
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-03Merge branch 'blender-v2.91-release'Nathan Craddock
2020-11-03Fix T77161: Outliner - Hiding a Collection does not gray out children objectsManuel Castilla
2020-11-03Outliner: Add "Selectable" object filterJaggz H
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-30Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-30Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-30Outliner: use undo-group for outliner mode switchingCampbell Barton
2020-10-30Fix outliner mode toggling with multi-object pose/edit modeCampbell Barton
2020-10-28Outliner: Properties editor sync on selectionNathan Craddock
2020-10-23Fix T81818: Outliner mode column crashes with shared object dataHans Goudey
2020-10-22Cleanup: Simplify outliner mode column drawing functionHans Goudey
2020-10-21Fix 'Make Local' operation to support liboverrides.Bastien Montagne
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-15Outliner: Use operator option to decide which item to renameJulian Eisel
2020-10-15Fix error in previous commitJulian Eisel
2020-10-15Cleanup: Refactor lookup for hovered Outliner element for renamingJulian Eisel
2020-10-15Fix T81675: Renaming collapsed collection in Outliner renames nested itemsJulian Eisel
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-13Fix T81589: Correct drag type handling in outlinerRobert Guetzkow
2020-10-12Cleanup: Rename outliner helper functionJulian Eisel
2020-10-12Fix T81555: Outliner object state filter not updating correctlyJulian Eisel
2020-10-05Outliner: Move collection exclude button to restrict columnsNathan Craddock
2020-10-05Move sequencer sources from blenkernelRichard Antalik
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-10-01Fx several issues with Outliner's collection editing re linked/override.Bastien Montagne