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
2021-02-13Cleanup: Remove unused outliner enum valuesNathan Craddock
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-04LibOverride: Added log statements in liboverride operator functionsSebastián Barschkis
2021-02-04LibOverride: Only show relevant operators in outliner menuSebastián Barschkis
2021-01-13Asset System: Disable Asset Browser as experimental featureJulian Eisel
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-17Fix T83875: Converting Proxy to override crashes blender.Bastien Montagne
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel
2020-12-11Fix wrong operator return values in Outliner code.Bastien Montagne
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-21Fix 'Make Local' operation to support liboverrides.Bastien Montagne
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-30Cleanup: Use LISTBASE_FOREACH macro in outliner codeHans Goudey
2020-09-28Fix typo in UI messages.Bastien Montagne
2020-09-23LibOverride: Add operator to convert a proxy object into an override.Bastien Montagne
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-15Cleanup: Remove unneeded parameterNathan Craddock
2020-09-15UI: Add `icon_only` argument to operator_enumNathan Craddock
2020-09-10Outliner: Use right click target element for context menuNathan Craddock
2020-09-10Cleanup: Remove outliner edit mode context menu entriesNathan Craddock
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-20Outliner: Avoid rebuilding tree on selection/active changesJulian Eisel
2020-08-20Cleanup: Outliner: LibOverride tools.Bastien Montagne
2020-08-20LibOverride: Add 'delete and use linked data' operation.Bastien Montagne
2020-08-19LibOverride: Add initial version of 'resync' operation.Bastien Montagne
2020-08-07Cleanup: Rename soops to space_outlinerNathan Craddock
2020-08-07Cleanup: use _fn for outliner callback functionsNathan Craddock
2020-07-23Fix T79187: Outliner "Make Single User" crashNathan Craddock
2020-07-23LibOverride: Add reset operations to the outliner menu.Bastien Montagne
2020-07-23LibOverride: Outliner override creation: Better checks.Bastien Montagne
2020-07-23LibOverride: Move override operations into own section of the ID outliner menu.Bastien Montagne
2020-07-23Fix T79162: 'prop_search' includes ID prefix in string propertiesCampbell Barton
2020-07-15LibOverride: make outliner's 'override hierarchy' use same logic as 3DView op...Bastien Montagne
2020-07-15Cleanup: remove debug prints.Bastien Montagne
2020-07-14Cleanup: function name not following its module conventions.Bastien Montagne
2020-07-14LibOverride: Outliner: Add an operation to override the selected ID and its p...Bastien Montagne
2020-07-13LibOverride: Cleanup: Remove option to disable library overrides.Bastien Montagne
2020-07-09Fix T78718: Crash when deleting particle system modifier with the X Shortcut.Bastien Montagne
2020-07-03Cleanup: Use C-style comments in outliner filesNathan Craddock
2020-07-03Cleanup: Editors/Space/Outliner, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-02GPencil: Cleanup - More rename from gp_ to gpencil_Antonio Vazquez
2020-06-19Outliner: Selection cleanupNathan Craddock
2020-06-17Outliner: Unified delete hierarchy operatorNathan Craddock
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-05-27Merge branch 'blender-v2.83-release'Nathan Craddock
2020-05-27Fix: A few missing outliner selection sync tagsNathan Craddock
2020-05-18Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-18Outliner: Fix (unreported) more data-changing operators missing undo.Bastien Montagne