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-12Outliner: Add way to display warning icon for items.Bastien Montagne
2022-01-07LibOverrides: small refactor of resync main public function.Bastien Montagne
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-23LibOverride: protect better against using on complex inter-dependency cases.Bastien Montagne
2021-12-22Cleanup: Remove debug print.Bastien Montagne
2021-12-21Cleanup: clang formatPhilipp Oeser
2021-12-21Fix T92930: Outliner "Show Active" bone fails in certain situationsPhilipp Oeser
2021-12-18Fix T94184: Outliner: Collection dragging tooltip is not updatingGermano Cavalcante
2021-12-17UI: make Remap User dialog in outliner widerPhil Stopford
2021-12-17Outliner ID Remap Users: hide ID type from the UIPhilipp Oeser
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-12-09Cleanup: spelling in commentsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-12Cleanup/document BKE_blender_copybuffer.Bastien Montagne
2021-11-02Fix T91094: missing update after collection changedJacques Lucke
2021-10-25UI Drag Drop: allow customizable drawingGermano Cavalcante
2021-10-25Cleanup: rename Outliner functionPhilipp Oeser
2021-10-25Fix T91411: Outliner crash using contextmenu operators from a shortcutPhilipp Oeser
2021-10-19Fix T92265: Outliner crash clicking override warning buttonsPhilipp Oeser
2021-10-05Fix missing proper 'make local' call for liboverrides from outliner.Bastien Montagne
2021-10-04Cleanup: remove unused assignmentsCampbell Barton
2021-10-04Cleanup: pass arguments as constCampbell Barton
2021-09-29Texts in Outliner dont activatePhilipp Oeser
2021-09-22GPencil: Split Weight modifier in two to make more consistentAntonio Vazquez
2021-09-22Fix (unreported) crash in outliner after recent changes to ID management core...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-15Cleanup: spellingCampbell Barton
2021-09-14Fix T90862: Texts in Outliner can have wrong iconPhilipp Oeser
2021-09-02Cleanup: remove redundant alloc argument to SEQ_editing_getCampbell Barton
2021-08-26Fix T90915: outliner select behaves as if Ctrl is heldCampbell Barton
2021-08-24Fix T90840: Can't duplicate or copy (Ctrl-C) object from linked file.Bastien Montagne
2021-08-13Cleanup: rearrange includesGermano Cavalcante
2021-08-13Fix T90637: Outliner: VSE context menu options are not workingGermano Cavalcante
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-08-05LibOverride: Make it reasonably impossible for users to create overrides of s...Bastien Montagne
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04Outliner/LibOverrides: Fix logic of checks for drag'n'drop of Collections.Bastien Montagne
2021-08-04T90371: Asset: Drop Material Tooltip.Jeroen Bakker
2021-08-03WM: don't store selection properties typically set in the key-mapCampbell Barton
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-30UI: Move Mark/Clear asset out of ID Data in Outliner context menuJulian Eisel
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: duplicate checks, unused initializationCampbell Barton
2021-07-08Outliner: use 'compacted' row for bones as wellPhilipp Oeser