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-12-09Cleanup: spelling in commentsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-04-08LibOverride: Add a dedicated view in the Outliner.Bastien Montagne
2021-03-18Cleanup: remove unused common_restrict_check functionCampbell Barton
2021-02-20Cleanup: Disentangle outliner active status "get" and "set"Hans Goudey
2021-02-19Fix T83027: Incorrect outliner collection state after operatorHans Goudey
2021-02-13Cleanup: Remove unused outliner enum valuesNathan Craddock
2020-12-16Cleanup: sort struct blocksCampbell Barton
2020-12-12UI: Allow Outliners to pass selected data-blocks to operators via contextJulian Eisel
2020-12-07UI Code Quality: Start refactoring Outliner tree-element building (using C++)Julian Eisel
2020-12-07Cleanup: spellingCampbell Barton
2020-12-04Cleanup: Move Outliner runtime hash into internal runtime struct, out of DNAJulian Eisel
2020-11-27Cleanup: Add `r_` to return parameterNathan Craddock
2020-11-27Cleanup: Move logic to `outliner_find_item_at_x_in_row`Nathan Craddock
2020-11-24Outliner: Switch properties tabs only on icon clickNathan Craddock
2020-11-12Cleanup: clang-tidy, remove invalid commentsCampbell Barton
2020-11-11Cleanup: Rename Outliner "tree-view" types to "tree-display" & update commentsJulian Eisel
2020-11-11Cleanup: Put Outliner C++ namespace into `blender::ed` namespace, add commentsJulian Eisel
2020-11-11UI Code Quality: Start refactoring Outliner tree building (using C++)Julian Eisel
2020-11-11Fix 'outliner_scroll_view()' not reaching wanted elementPhilipp Oeser
2020-10-15Cleanup: Refactor lookup for hovered Outliner element for renamingJulian Eisel
2020-10-12Cleanup: Rename outliner helper functionJulian Eisel
2020-10-12Fix T81555: Outliner object state filter not updating correctlyJulian Eisel
2020-09-16Outliner: Modifier/constraint/shaderfx drag and drop operatorNathan Craddock
2020-09-15Outliner: Set collection color tag operatorNathan Craddock
2020-09-10Cleanup: Remove outliner edit mode context menu entriesNathan Craddock
2020-09-10Outliner: Move mode toggling to left columnNathan Craddock
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-28Fix: Outliner walk navigation in Data API modeNathan 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-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-03Cleanup: Use C-style comments in outliner filesNathan Craddock
2020-07-03Cleanup: spellingCampbell Barton
2020-06-22Fix: Wrong fake user icons in outliner orphan modeNathan Craddock
2020-06-21Fix T71812: Outliner walk navigation not activatingNathan Craddock
2020-06-19Outliner: Selection cleanupNathan Craddock
2020-06-19UI: Avoid rebuilding Outliner tree when opening/collapsing itemsJulian Eisel
2020-06-18Outliner: Fix (unreported) object select in multiple collectionsNathan Craddock
2020-04-30Outliner: Add new delete operatorNathan Craddock
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-07Cleanup: Outliner: Remove unused parameterNathan Craddock
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-02Cleanup: Use generics properties for arrow keys navigation (walk-select)Valentin
2019-11-08Cleanup: spellingCampbell Barton
2019-11-01Fix T71247: Outliner pose toggle looses bone selectionCampbell Barton