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-12Cleanup: use commented arguments for unused args in C++Campbell Barton
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.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-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian Eisel
2022-07-14Fix `on_drag_start` handler not getting ID when dragging from OutlinerJulian Eisel
2022-07-01Cleanup: remove unused argumentCampbell Barton
2022-06-30Fix T96429: outliner tooltip inconsistent with behavior when linking collectionsPatrick Huang
2022-05-26Outliner: Make use of new C++ based functional iteratorsJulian Eisel
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-11Cleanup: use doxy sections for the outlinerCampbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-14Cleanup: Clang tidyHans Goudey
2022-01-13Cleanup: Run `make format`Julian Eisel
2022-01-13Cleanup: Use `nullptr` in new Outliner C++ filesJulian Eisel
2022-01-13Outliner: Compile all Outliner files in C++Julian Eisel