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-12-15Cleanup: doxy comments (use colon after parameter name)Campbell Barton
2020-12-07UI Code Quality: Start refactoring Outliner tree-element building (using C++)Julian Eisel
2020-12-07Cleanup: Avoid setting (unsafe) Outliner tree element data that won't be usedJulian Eisel
2020-12-07Fix access to invalid data in Outliner tree buildingJulian Eisel
2020-12-05Cleanup: Finish porting outliner tree building to C++Nathan Craddock
2020-12-05Cleanup: Outliner Data API display modeNathan Craddock
2020-12-05Cleanup: Outliner scenes display modeNathan Craddock
2020-12-05Cleanup: Outliner orphan data display modeNathan Craddock
2020-12-05Cleanup: Outliner video sequencer display modeNathan Craddock
2020-12-04Cleanup: Move Outliner runtime hash into internal runtime struct, out of DNAJulian Eisel
2020-11-20Outliner: Object state filter invert toggleNathan Craddock
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-11UI Code Quality: Convert Outliner Blender File mode to new tree buiding designJulian 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-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-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-12Cleanup: Rename outliner helper functionJulian Eisel
2020-10-12Fix T81555: Outliner object state filter not updating correctlyJulian Eisel
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-30Cleanup: Use LISTBASE_FOREACH macro in outliner codeHans Goudey
2020-08-25Outliner: Include gpencil modifiers and effects in the treeNathan Craddock
2020-08-20Outliner: Avoid rebuilding tree on selection/active changesJulian Eisel
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: Rename soops to space_outlinerNathan Craddock
2020-08-04Fix T74796: Outliner child objects hidden when collections are filteredNathan Craddock
2020-07-30Fix T79278: Selected object filter skipping collection instancesNathan Craddock
2020-07-03Cleanup: Use C-style comments in outliner filesNathan Craddock
2020-07-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-07-03Cleanup: Editors/Space/Outliner, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-26Fix error when filtering in Outliner "Blender File" mode with librariesJulian Eisel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-19UI: Avoid rebuilding Outliner tree when opening/collapsing itemsJulian Eisel
2020-06-02UI: Expand linked/overriden collections by default in the OutlinerJulian Eisel
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
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-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-28Fix T71611: Outliner - Show only Visible/Hidden Objects not working when hidi...Philipp Oeser
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-16Fix T72887: Outliner crashes when after undo of some linking operation.Bastien Montagne