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-03-31Fix T86947: Drag & Drop tooltip in Scene modeFalk David
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-25Fix for T86613: Renaming in outliner doesn't trigger rename eventErik Abrahamsson
2021-03-25Revert "Cleanup: Fix unused-private-field warning."Ankit Meel
2021-03-24Cleanup: Fix unused-private-field warning.Ankit Meel
2021-03-24Fix (unreported) Outliner: missing override tree items for collections in Vie...Bastien Montagne
2021-03-23Outliner: Do not crash when drawing unknown view type.Bastien Montagne
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-18Cleanup: remove unused common_restrict_check functionCampbell Barton
2021-03-17Cleanup: Reduce variable scopeJulian Eisel
2021-03-17Fix T86645: Executing "Operator Cheat Sheet" Crashes BlenderJulian Eisel
2021-03-17Fix outliner multi-object edit-armature operationsCampbell Barton
2021-03-16Outliner: Refactor: Move overrides tree items to new CPP code.Bastien Montagne
2021-03-16LibOverride: tweak log messages, fix crash in log code.Bastien Montagne
2021-03-12LibOverride: Add a new operation to Outliner to enforce resync of hierarchies.Bastien Montagne
2021-03-12Cleanup: redundant outliner includesCampbell Barton
2021-03-11UI: Avoid unnecessary redraws of unrelated editors on space changesJulian Eisel
2021-03-11Cleanup: spellingCampbell Barton
2021-03-11Cleanup: Add comment explaining plan for new Outliner tree-element code designJulian Eisel
2021-03-11Cleanup: Pass anim-data directly to Outliner anim-data tree element constructorJulian Eisel
2021-03-11Outliner: Add assert to make assumption for new code design explicitJulian Eisel
2021-03-11Fix crash when showing NLA actions in the OutlinerJulian Eisel
2021-03-10Cleanup: spellingCampbell Barton
2021-03-09Cleanup: use nullptr in cpp.Jeroen Bakker
2021-03-08Cleanup: Split up new files for Outliner ID tree-elementsJulian Eisel
2021-03-08Cleanup: Rename recently added Outliner files to exclude "_base" suffixJulian Eisel
2021-03-08Outliner: Port scene elements and some related types to new tree-element code...Julian Eisel
2021-03-06Cleanup: commentsCampbell Barton
2021-03-05Cleanup: Remove redundant special handling after previous commitJulian Eisel
2021-03-05Outliner: Barebones to port IDs to new Outliner tree-element code designJulian Eisel
2021-03-05Fix incorrect assert in Outliner ID deletionJulian Eisel
2021-03-05Cleanup: Add & use enum value for ID Outliner element typeJulian Eisel
2021-03-05UI Code Quality: Port Outliner Grease Pencil layers to new designJulian Eisel
2021-03-05Cleanup: rename evt to eventCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
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-26Fix T84953: Incorrect tooltip for dragging collectionsHans Goudey
2021-02-25Improve Purge operator.Bastien Montagne
2021-02-25Fix T85976: Outliner crash deleting collection with multiple windowsCampbell Barton
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-20Cleanup: spellingCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-20Cleanup: Disentangle outliner active status "get" and "set"Hans Goudey
2021-02-19Cleanup: Comment formatting, spellingHans Goudey