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-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
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-17Cleanup: Remove unused Outliner search element storageJulian Eisel
2022-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian Eisel
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
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-17Revert "Outliner: Remove the 'Remap data-block usages' operation."Bastien Montagne
2022-05-11Outliner: Remove the 'Remap data-block usages' operation.Bastien Montagne
2022-05-11Outliner: Remove 'rename library' feature.Bastien Montagne
2022-03-29LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear singl...Bastien Montagne
2022-03-24Outliner: tweak handling of liboverrides in delete code.Bastien Montagne
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-02Fix modal item open/close in the outliner since removing tweak eventsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26Cleanup: Remove RNA data from TreeElement, get via type specific classJulian Eisel
2022-01-26Cleanup: Improve function name, introduced in own recent commitJulian Eisel
2022-01-26Cleanup: Small improvements to Outliner RNA path build functionJulian Eisel
2022-01-26Fix incorrect index-key in RNA path built from OutlinerJulian Eisel
2022-01-26Cleanup: Reduce `void *` reliance of new RNA C++ Outliner elementsJulian Eisel
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-14Cleanup: Clang tidyHans Goudey
2022-01-13Cleanup: Use `nullptr` in new Outliner C++ filesJulian Eisel
2022-01-13Outliner: Compile all Outliner files in C++Julian Eisel