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
2022-01-26Outliner: Port RNA elements to new tree-element designJulian Eisel
2022-01-24Cleanup: sort struct forward declarationsCampbell Barton
2022-01-14Cleanup: Outliner function names, simplify struct initializationJulian Eisel
2022-01-14Cleanup: Use smart pointers for Outliner tree display and element typesJulian Eisel
2022-01-14Cleanup: Remove Outliner C-API headers/wrappersJulian Eisel
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-13Outliner: Compile all Outliner files in C++Julian Eisel
2022-01-12Outliner: Add way to display warning icon for items.Bastien Montagne
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-04Cleanup: pass arguments as constCampbell Barton
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Cleanup: duplicate checks, unused initializationCampbell Barton
2021-07-07Fix T89559: Outliner shows extra view layer column when it shouldn'tDalai Felinto
2021-06-28Fix UI glitch in outliner when hiding excluded collections.Bastien Montagne
2021-06-28Outliner: View Layers filter for View Layer ModeDalai Felinto
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: compiler warnings with clangBrecht Van Lommel
2021-04-08Cleanup: spellingCampbell Barton
2021-04-08LibOverride: Add a dedicated view in the Outliner.Bastien Montagne
2021-03-25Revert "Cleanup: Fix unused-private-field warning."Ankit Meel
2021-03-24Cleanup: Fix unused-private-field warning.Ankit Meel
2021-03-24Fix (unreported) Outliner: missing override tree items for collections in Vie...Bastien Montagne
2021-03-23Outliner: Do not crash when drawing unknown view type.Bastien Montagne
2021-03-16Outliner: Refactor: Move overrides tree items to new CPP code.Bastien Montagne
2021-03-16LibOverride: tweak log messages, fix crash in log code.Bastien Montagne
2021-03-11Cleanup: spellingCampbell Barton
2021-03-11Cleanup: Add comment explaining plan for new Outliner tree-element code designJulian Eisel
2021-03-11Cleanup: Pass anim-data directly to Outliner anim-data tree element constructorJulian Eisel
2021-03-11Fix crash when showing NLA actions in the OutlinerJulian Eisel
2021-03-10Cleanup: spellingCampbell Barton
2021-03-09Cleanup: use nullptr in cpp.Jeroen Bakker
2021-03-08Cleanup: Split up new files for Outliner ID tree-elementsJulian Eisel
2021-03-08Cleanup: Rename recently added Outliner files to exclude "_base" suffixJulian Eisel
2021-03-08Outliner: Port scene elements and some related types to new tree-element code...Julian Eisel
2021-03-06Cleanup: commentsCampbell Barton
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-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-19Fix T83027: Incorrect outliner collection state after operatorHans Goudey
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-12-07UI Code Quality: Start refactoring Outliner tree-element building (using C++)Julian Eisel
2020-12-05Cleanup: Outliner Data API display modeNathan Craddock
2020-12-05Cleanup: Outliner scenes display modeNathan Craddock