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-31Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-31Fix crash in liboverride operations from the Outliner.Bastien Montagne
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-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-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-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-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-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian 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-15Fix (unreported) LibOverride: invalid behaviors when creating (partial) overr...Bastien Montagne
2022-07-07LibOverride: Make fully editable when creating an experimental user setting.Bastien Montagne
2022-07-06Fix T99462: Deleting Missing Libraries Crashes Blender.Bastien Montagne
2022-06-14Outliner: Sanitize material unlinking callback, report errorsJulian Eisel
2022-06-14Fix T98753: Outliner Unlink material in Blender File mode crashesJulian Eisel
2022-06-05Cleanup: assign operator type flags in their initializationCampbell Barton
2022-05-31RNA: add macros for EnumPropertyItem layout elementsCampbell Barton
2022-05-26Outliner: Make use of new C++ based functional iteratorsJulian Eisel
2022-05-20LibOverride: Add option to Hierarchy Creation to get all data user-editable b...Bastien Montagne
2022-05-17Revert "Outliner: Remove the 'Remap data-block usages' operation."Bastien Montagne
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-11Outliner: Remove the 'Remap data-block usages' operation.Bastien Montagne
2022-05-11Outliner: Remove 'rename library' feature.Bastien Montagne
2022-04-18Minor tweaks to labels/tooltips of override operation in the Outliner.Bastien Montagne
2022-04-12Fix T95679: Outliner 'Unlink' directly on action misses DEG updatePhilipp Oeser
2022-04-04Cleanup: Left-over debug print in own recent commit.Bastien Montagne
2022-04-04Cleanup: clang-tidyCampbell Barton
2022-03-29LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear singl...Bastien Montagne
2022-03-29LibOverride: Implement default 'user override' behavior.Bastien Montagne
2022-03-24Outliner: tweak handling of liboverrides in delete code.Bastien Montagne
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-09LibOverride/Outliner: Restrict further operations over liboverrides.Bastien Montagne
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-02-25Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-25Fix (unreported) Outliner 'liboverride create hierarchy' applied on several IDs.Bastien Montagne
2022-02-25LibOverrides: fix handling of hierarchy root in complex cases.Bastien Montagne
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