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-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Outliner: View Layers filter for View Layer ModeDalai Felinto
2021-04-26Fix T87842: Outliner in `Blender File` mode has large performance impactJulian Eisel
2021-04-08LibOverride: Add a dedicated view in the Outliner.Bastien Montagne
2021-02-25Fix T85976: Outliner crash deleting collection with multiple windowsCampbell Barton
2021-02-13Cleanup: spellingCampbell Barton
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-09Outliner: Enable render visibility column by defaultNathan Craddock
2021-01-19Cleanup: use 'const' argument for parameter argumentCampbell Barton
2021-01-19UI Code Quality: Use "params" struct for area and region callbacksHans Goudey
2021-01-18Fix T84586: missing Outliner redraws for certain NLA operatorsPhilipp Oeser
2021-01-08Fix T84475: Outliner missing update when adding IDs to main via RNAPhilipp Oeser
2020-12-28Fix possible fall-through in outliner region listenerSergey Sharybin
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
2020-12-12UI: Allow Outliners to pass selected data-blocks to operators via contextJulian Eisel
2020-12-05Fix crashes with invisible Outliners on fullscreen or window closingJulian Eisel
2020-12-04Cleanup: Move Outliner runtime hash into internal runtime struct, out of DNAJulian Eisel
2020-12-02Outliner: Highlight icons on cursor hoverNathan Craddock
2020-11-15Outliner: Fix memory errors in runtime dataNathan Craddock
2020-11-11UI Code Quality: Start refactoring Outliner tree building (using C++)Julian Eisel
2020-10-12Fix T81555: Outliner object state filter not updating correctlyJulian Eisel
2020-09-10Outliner: Move mode toggling to left columnNathan Craddock
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-20Outliner: Avoid rebuilding tree on selection/active changesJulian Eisel
2020-08-07Cleanup: Rename soops to space_outlinerNathan Craddock
2020-08-07Cleanup: Remove outliner statement with no effectNathan Craddock
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-06-22Refactoring: View2DScrollers memory allocationJeroen Bakker
2020-06-19Fix: Crash when closing window while Outliner shows screensJulian Eisel
2020-06-19UI: Don't rebuild Outliner tree to remove highlight when leaving areaJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-09-19Fix T69610: Outliner doesn't update for text new and unlinkNathan Craddock
2019-08-16Outliner: set scene camera on camera data activateNathan Craddock
2019-08-16Outliner: walk navigation operator and openclose fixesNathan Craddock
2019-08-16Outliner: Draw constraint icons and enable buttonNathan Craddock
2019-08-16Outliner: Synced selection and active element highlightingNathan Craddock
2019-05-24Outliner: Set View Layer as the default mode for new outlinersDalai Felinto
2019-05-19UI: Remove Hover Highlight When Outliner Loses FocusHarley Acheson
2019-05-17Set selection column restrict hidden by defaultDalai Felinto
2019-05-15Fix default open outliner restrict columnsDalai Felinto
2019-05-15Outliner Restriction: Naming sanitization and iconDalai Felinto
2019-05-11Outliner Visibility UpdateDalai Felinto
2019-04-30Refactor: Separate scrollers from text drawing in APIJacques Lucke
2019-04-24Refactor: allow event handlers to have a poll functionJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-04Outliner: better support for paintcurves ('Blender File' view)Philipp Oeser