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-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-24Cleanup: Move outliner types to namespace, avoid C-style type definitionJulian Eisel
2022-08-18Outliner: Refactor outliner tree-hash interfaces with C++Julian Eisel
2022-08-18Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-18Fix (unreported) outliner not redrawing on 'removed ID' notification.Bastien Montagne
2022-08-17Outliner: Compile outliner tree-hashing files in C++Julian 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-05-26Outliner: Make use of new C++ based functional iteratorsJulian Eisel
2022-03-16Cleanup: Deprecated field access in outliner_duplicateSergey Sharybin
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Revert "Performance: Remap multiple items in UI"Jeroen Bakker
2022-01-25Performance: Remap multiple items in UIJeroen Bakker
2022-01-25Cleanup: Replace reinterp cast with static cast.Jeroen Bakker
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: Clang tidyHans Goudey
2022-01-13Fix/workaround MSVC compile error with messag-busJulian Eisel
2022-01-13Cleanup: Use `nullptr` in new Outliner C++ filesJulian Eisel
2022-01-13Outliner: Compile all Outliner files in C++Julian Eisel