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-07Cleanup: redundant parenthesisCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
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-18Outliner: Refactor outliner tree-hash interfaces with C++Julian Eisel
2022-08-18Outliner: Add commented out benchmarking calls for tree rebuildingJulian Eisel
2022-08-17Outliner: Compile outliner tree-hashing files in C++Julian Eisel
2022-08-04Outliner: Use UI names and grouping for library overrides propertiesJulian Eisel
2022-08-04Outliner: Add generic label element typeJulian Eisel
2022-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian Eisel
2022-06-13Outliner performance: Only expand sub-trees if neededJulian Eisel
2022-05-30Fix T98461: Crash running screenshot from the command-lineJulian Eisel
2022-05-25Outliner: Refactor element warning and mode column queryingJulian Eisel
2022-03-29Fix T96844: Crash when switching workspaces and outliner modesJulian Eisel
2022-03-24Outliner: Remove list of library overrides from general display modesJulian Eisel
2022-03-11Cleanup: use doxy sections for the outlinerCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-31Cleanup: Better name for new Outliner tree element typeJulian Eisel
2022-01-26Outliner: Port sequencer elements to new tree-element designJulian Eisel
2022-01-26Outliner: Add missing sanity checks for RNA tree-elementsJulian Eisel
2022-01-26Outliner: Port RNA elements to new tree-element designJulian Eisel
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-14Cleanup: Outliner function names, simplify struct initializationJulian Eisel
2022-01-14Fix incorrect destruction of Outliner tree-elementsJulian 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-13Cleanup: Use `nullptr` in new Outliner C++ filesJulian Eisel
2022-01-13Outliner: Compile all Outliner files in C++Julian Eisel