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-03-24Cleanup: Clang tidyHans Goudey
2022-03-22Tiny visual fixes/tweaks for new library override buttons in OutlinerJulian Eisel
2022-03-16Cleanup: Deprecated field access in outliner_duplicateSergey Sharybin
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-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-11Cleanup: use doxy sections for the outlinerCampbell Barton
2022-03-11Fix dragging items in the outlinerCampbell Barton
2022-03-09Outliner: Ensure compiler error when passing wrong tree-element to macroJulian Eisel
2022-03-09Outliner: Correct check for element cullingJulian Eisel
2022-03-09Cleanup: Deduplicate Outliner item culling logicJulian Eisel
2022-03-09LibOverride/Outliner: Restrict further operations over liboverrides.Bastien Montagne
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-08Cleanup: Clang tidyHans Goudey
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-03-04Cleanup: use doxy-sections in outliner_draw.ccCampbell Barton
2022-03-03Outliner: Display respective data-block icon in library overrides modeJulian Eisel
2022-03-02UI: Enable the outliner to use the correct icon for each curve subtypeEthan Hall
2022-03-02Fix modal item open/close in the outliner since removing tweak eventsCampbell Barton
2022-03-02Cleanup: use back-slash for doxygen commands, color after parametersCampbell Barton
2022-02-28Cleanup: Remove duplicated commentJulian Eisel
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-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
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
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-02-04Cleanup: Clang tidy, use bracesHans Goudey
2022-02-02Remove operators to manually convert proxies to liboverrides.Bastien Montagne
2022-02-02LibOverride: Add 'owner library' info to some liboverride code.Bastien Montagne
2022-01-31Cleanup: Better name for new Outliner tree element typeJulian Eisel
2022-01-31Cleanup: Namespace alias for internal outliner headerJulian Eisel
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-28Fix T95060: Outliner: Broken 'make override hierarchy' in indirect linked casae.Bastien Montagne
2022-01-28Fix T95060: Outliner: Broken 'make override hierarchy' in indirect linked casae.Bastien Montagne
2022-01-27Outliner: avoid creating unnecessary undo stepsGermano Cavalcante
2022-01-26Cleanup: Remove RNA data from TreeElement, get via type specific classJulian Eisel
2022-01-26Cleanup: Improve function name, introduced in own recent commitJulian Eisel
2022-01-26Cleanup: Small improvements to Outliner RNA path build functionJulian Eisel
2022-01-26Fix incorrect index-key in RNA path built from OutlinerJulian Eisel
2022-01-26Cleanup: Reduce `void *` reliance of new RNA C++ Outliner elementsJulian Eisel
2022-01-26Cleanup: Reduce `void *` reliance of new sequencer C++ Outliner elementsJulian Eisel
2022-01-26Outliner: Function to "cast" C-style TreeElement to typed C++ pendantJulian 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