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-09Cleanup: spelling in commentsCampbell Barton
2022-09-08Outliner: Hide "data operations" context menu entries unless supportedJulian Eisel
2022-09-08Cleanup: Simplify outliner context menu building queriesJulian Eisel
2022-09-08IDManagement: Add new `BKE_id_owner_get` accessor.Bastien Montagne
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-use-using]Clément Foucault
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-31Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-31Fix crash in liboverride operations from the Outliner.Bastien Montagne
2022-08-31Cleanup: formatCampbell Barton
2022-08-30Cleanup: Avoid misleading Outliner tree element callback nameJulian Eisel
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell 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-24Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-24LibOverride: Fix (unreported) crashes in some cases, preserve active object o...Bastien Montagne
2022-08-19Outliner: Workaround for big performance issue in Library Overrides modeJulian Eisel
2022-08-19Outliner: Refactor how lazy-building of children is doneJulian Eisel
2022-08-19Outliner: Workaround for big performance issue in Library Overrides modeJulian Eisel
2022-08-19Outliner: Refactor how lazy-building of children is doneJulian Eisel
2022-08-19Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-19Fix T100323: Outliner: Do not allow to delete objects from an override collec...Bastien Montagne
2022-08-18Cleanup: Remove unused outliner functionJulian Eisel
2022-08-18Outliner: Refactor outliner tree-hash interfaces with C++Julian Eisel
2022-08-18Outliner: Add commented out benchmarking calls for tree rebuildingJulian 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-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-16Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-16LibOverride: Refactor of menu entries in the View3D.Bastien Montagne
2022-08-16Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-16LibOverride: Tweaks to new menus in Outliner.Bastien Montagne
2022-08-16Fix T100375: Renaming items from the outliner does not update the despgraph.Bastien Montagne
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-12Cleanup: unused debug variable.Bastien Montagne
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Cleanup: leftover debug prints.Bastien Montagne
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12LibOverride: Rework Outliner contextual menu.Bastien Montagne
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Fix (unreported) crashes in Outliner override hierarchy view.Bastien Montagne
2022-08-12IDType `get_owner`: add an optional hint about owner ID.Bastien Montagne
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-10Cleanup: Fix warning in release buildsSergey Sharybin