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-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
2022-08-09Cleanup: sort cmake file-listsCampbell Barton
2022-08-05Cleanup: spelling, unused arg warningCampbell Barton
2022-08-04Outliner: Use UI names and grouping for library overrides propertiesJulian Eisel
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-08-04Outliner: Add generic label element typeJulian Eisel
2022-08-04Outliner: Use UI names and grouping for library overrides propertiesJulian Eisel
2022-08-04Outliner: Add debugging utility to print an elements pathJulian Eisel
2022-08-04Outliner: Add generic label element typeJulian 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-26Cleanup: spelling in commentsCampbell Barton
2022-07-21Cleanup: Make automated code check happy.Bastien Montagne
2022-07-21LibOverride: support 'make override' for all selected items.Bastien Montagne
2022-07-20IDManagement: Speedup ID unique name assignment by tracking used names/basena...Aras Pranckevicius