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-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-24Cleanup: Move outliner types to namespace, avoid C-style type definitionJulian 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-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Fix (unreported) crashes in Outliner override hierarchy view.Bastien Montagne
2022-08-10Cleanup: Fix warning in release buildsSergey Sharybin
2022-08-05Cleanup: spelling, unused arg warningCampbell Barton
2022-08-04Outliner: Use UI names and grouping for library overrides propertiesJulian 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-07Outliner, Library Overrides: List child objects under parentsJulian Eisel
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-16Fix (studio-reported) broken 'system override' filtering in liboverride view ...Bastien Montagne
2022-06-15Fix T98909: Outliner - "Show Hierarchy" only shows one levelJulian Eisel
2022-06-13Outliner performance: Only expand sub-trees if neededJulian Eisel
2022-06-10LibOverride: Consider animated/driven properties as part of the 'system overr...Bastien Montagne
2022-06-10Liboverride: Add rna array index return value to `BKE_lib_override_rna_proper...Bastien Montagne
2022-05-27Cleanup: Use new macro for deprecated ID typesJulian Eisel
2022-05-27Merge branch 'blender-v3.2-release'Julian Eisel
2022-05-27Fix T97790: Crash in Outliner "Blender File" mode with old filesJulian Eisel
2022-05-26Outliner: New C++ based functional tree iteratorsJulian Eisel
2022-05-25Outliner: Use general warning mechanics for library overridesJulian Eisel
2022-05-25Outliner: Refactor element warning and mode column queryingJulian Eisel
2022-05-11Fix (unreported) crash in Outliner Overrides Properties view in invalid cases.Bastien Montagne
2022-04-29Cleanup: Fix harmless runtime error about null pointer in Outliner tree code.Bastien Montagne
2022-04-04Cleanup: clang-formatCampbell Barton
2022-03-31Outliner: New "Hierarchies" view mode for Library OverridesJulian Eisel
2022-03-28Outliner: Don't show indirectly linked Library Overrides propertiesJulian Eisel
2022-03-25Fix Outliner highlighting multiple base elements in different librariesJulian Eisel
2022-03-24Outliner: Don't show empty base elements in the library overrides modeJulian Eisel
2022-03-24Outliner: Remove list of library overrides from general display modesJulian Eisel
2022-03-24Outliner: Don't display library overrides from linked filesJulian Eisel
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-15Outliner: Display buttons to edit library override propertiesJulian Eisel
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-03Outliner: Display respective data-block icon in library overrides modeJulian Eisel
2022-03-02Cleanup: use back-slash for doxygen commands, color after parametersCampbell Barton
2022-02-28Cleanup: Remove duplicated commentJulian Eisel
2022-02-24Fix incorrect Outliner tree-display type returnedJulian Eisel
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