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-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-06Cleanup: use ELEM macroCampbell Barton
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-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-30Cleanup: Use LISTBASE_FOREACH macro in outliner codeHans Goudey
2020-09-10Outliner: Use right click target element for context menuNathan Craddock
2020-09-10Cleanup: Remove outliner edit mode context menu entriesNathan Craddock
2020-08-28Fix (unreported): Walk expansion on scene collectionNathan Craddock
2020-08-28Fix: Outliner walk navigation in Data API modeNathan Craddock
2020-08-27Fix (unreported): Outliner Data API tree subtree expansionNathan Craddock
2020-08-26Outliner: Left and right walk navigationNathan Craddock
2020-08-20Outliner: Avoid rebuilding tree on selection/active changesJulian Eisel
2020-08-07Cleanup: Rename soops to space_outlinerNathan Craddock
2020-08-07Cleanup: use _fn for outliner callback functionsNathan Craddock
2020-07-03Cleanup: Use C-style comments in outliner filesNathan Craddock
2020-07-03Cleanup: Editors/Space/Outliner, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-23Cleanup: rename Library.filepath to filepath_absCampbell Barton
2020-06-19UI: Avoid rebuilding Outliner tree when opening/collapsing itemsJulian Eisel
2020-05-18Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-18Outliner: Fix (unreported) more data-changing operators missing undo.Bastien Montagne
2020-05-18Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-18Fix T76799: Crash from undoing the copy-pasting of multiple data blocks.Bastien Montagne
2020-05-13Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-13Fix T76711: override data-blocks could be renamed in the outlinerPhilipp Oeser
2020-05-01Cleanup: use sections for outliner sourcesCampbell Barton
2020-04-25Cleanup: Select sync from outlinerNathan Craddock
2020-04-25Fix: Selection syncing for outliner operatorsNathan Craddock
2020-04-10Fix T75489: Crash on deleting current workspace from the outlinerJulian Eisel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-07Cleanup: replace BLI_make_file_string with BLI_join_dirfile where possibleCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-05Cleanup: redundant castsCampbell Barton
2020-02-19Fix T74009: `bpy.ops.outliner.orphans_purge()` poll being too restrictive.Bastien Montagne
2020-02-17Fix T68749: BPY: Deprecate height of popupJeroen Bakker
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-24Cleanup: correct filenames in commentsCampbell Barton
2019-12-20UI: Remove orphan datablocks directly from File->Clean Up menuAntonio Vazquez
2019-12-20Fix T71844: Outliner: show_active doesn't expand armature to show active bonePhilipp Oeser
2019-10-30Fix T71026: Outliner - Show Hierarchy (Home Hotkey) Not Working CorrectlyPhilipp Oeser
2019-10-02Revert "UI: use correct singular and plural nouns in report messages"Brecht Van Lommel