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-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-30Cleanup: Avoid misleading Outliner tree element callback nameJulian Eisel
2022-08-24Cleanup: Move outliner types to namespace, avoid C-style type definitionJulian Eisel
2022-08-19Outliner: Refactor how lazy-building of children is doneJulian Eisel
2022-08-18Cleanup: Remove unused outliner functionJulian Eisel
2022-08-18Outliner: Refactor outliner tree-hash interfaces with C++Julian Eisel
2022-08-12LibOverride: Rework Outliner contextual menu.Bastien Montagne
2022-07-07Cleanup: formatCampbell Barton
2022-07-06Fix T99462: Deleting Missing Libraries Crashes Blender.Bastien Montagne
2022-05-26Outliner: Make use of new C++ based functional iteratorsJulian Eisel
2022-05-25Outliner: Refactor element warning and mode column queryingJulian Eisel
2022-05-17Revert "Outliner: Remove the 'Remap data-block usages' operation."Bastien Montagne
2022-05-11Outliner: Remove the 'Remap data-block usages' operation.Bastien Montagne
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-15Outliner: Display buttons to edit library override propertiesJulian Eisel
2022-03-09Outliner: Ensure compiler error when passing wrong tree-element to macroJulian Eisel
2022-03-09Cleanup: Deduplicate Outliner item culling logicJulian Eisel
2022-03-09LibOverride/Outliner: Restrict further operations over liboverrides.Bastien Montagne
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-01-31Cleanup: Better name for new Outliner tree element typeJulian Eisel
2022-01-31Cleanup: Namespace alias for internal outliner headerJulian Eisel
2022-01-26Cleanup: Remove RNA data from TreeElement, get via type specific classJulian Eisel
2022-01-26Cleanup: Reduce `void *` reliance of new sequencer C++ Outliner elementsJulian Eisel
2022-01-26Outliner: Function to "cast" C-style TreeElement to typed C++ pendantJulian Eisel
2022-01-26Outliner: Port RNA elements to new tree-element designJulian Eisel
2022-01-14Cleanup: Use destructor to delete Outliner runtime dataJulian 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