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-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-04-08LibOverride: Add a dedicated view in the Outliner.Bastien Montagne
2021-03-12Cleanup: redundant outliner includesCampbell Barton
2021-03-11Outliner: Add assert to make assumption for new code design explicitJulian Eisel
2021-03-08Outliner: Port scene elements and some related types to new tree-element code...Julian Eisel
2021-03-05Cleanup: Remove redundant special handling after previous commitJulian Eisel
2021-03-05Outliner: Barebones to port IDs to new Outliner tree-element code designJulian Eisel
2021-03-05Cleanup: Add & use enum value for ID Outliner element typeJulian Eisel
2021-03-05UI Code Quality: Port Outliner Grease Pencil layers to new designJulian Eisel
2021-02-08Cleanup: Remove dead code for keymap Outliner display modeJulian Eisel
2021-01-28Cleanup: Reduce variable scopeHans Goudey
2021-01-04Cleanup: spelling (use 'gimbal' instead of 'gimble')Campbell Barton
2020-12-30Outliner: Fix useless assert in new liboverride showing code.Bastien Montagne
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
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