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-01-13Outliner: Compile all Outliner files in C++Julian Eisel
2022-01-07LibOverrides: small refactor of resync main public function.Bastien Montagne
2021-12-23LibOverride: protect better against using on complex inter-dependency cases.Bastien Montagne
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-25Cleanup: rename Outliner functionPhilipp Oeser
2021-10-25Fix T91411: Outliner crash using contextmenu operators from a shortcutPhilipp Oeser
2021-10-05Fix missing proper 'make local' call for liboverrides from outliner.Bastien Montagne
2021-09-16Cleanup/Fix outliner 'make local' code.Bastien Montagne
2021-09-16IDManagement: refactor: Remove 'test' part from `BKE_lib_id_make_local`.Bastien Montagne
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-13Cleanup: rearrange includesGermano Cavalcante
2021-08-13Fix T90637: Outliner: VSE context menu options are not workingGermano Cavalcante
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-08-05LibOverride: Make it reasonably impossible for users to create overrides of s...Bastien Montagne
2021-07-30UI: Move Mark/Clear asset out of ID Data in Outliner context menuJulian Eisel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-22Revert "Enhanced stats/reports for blendfile reading."Brecht Van Lommel
2021-06-22Enhanced stats/reports for blendfile reading.Bastien Montagne
2021-06-03LibOverride: Add `override_hierarchy_create`to ID's RNA API.Bastien Montagne
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-07LibOverride: Add proper reports when deleting user-edited overrides as part o...Bastien Montagne
2021-04-18Fix compile warningHans Goudey
2021-04-14Geometry Nodes: Add domain and data type to attribute searchHans Goudey
2021-04-08LibOverride: Fix several issues with resync code.Bastien Montagne
2021-03-28Cleanup: re-order expensive checks for indirect ID useCampbell Barton
2021-03-26LibOverride: Fix outliner menu showing 'override editing' entries for linked ...Bastien Montagne
2021-03-26UI: Use unified format for "Warning" in descriptionsYevgeny Makarov
2021-03-19LibOverride: Stash away 'leftover' objects/collections from auto-resync process.Bastien Montagne
2021-03-18LibOverride: Outliner: Rename `Add...` to `Make...`.Bastien Montagne
2021-03-18LibOverride: Outliner: Tweak override creation from instancing empty.Bastien Montagne
2021-03-17Cleanup: Reduce variable scopeJulian Eisel
2021-03-17Fix T86645: Executing "Operator Cheat Sheet" Crashes BlenderJulian Eisel
2021-03-12LibOverride: Add a new operation to Outliner to enforce resync of hierarchies.Bastien Montagne
2021-03-05Cleanup: Add & use enum value for ID Outliner element typeJulian Eisel
2021-03-02UI: Expose an "is first search" boolean to search button callbacksHans Goudey
2021-02-26Fix (unreported) missing 3DView update after some Outliner Override operations.Bastien Montagne
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