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-07-20Cleanup: spellingCampbell Barton
2021-07-20Cleanup: quiet GCC maybe-uninitialized warningCampbell Barton
2021-07-20Cleanup: Clang formatAaron Carlisle
2021-07-19Cleanup: Move asset library reference C++ wrapper to own filesJulian Eisel
2021-07-19Fix some mesh edition macro operators incorrectly setting an empty descriptio...Bastien Montagne
2021-07-19Cleanup: Separate keyframes_draw and keyframes_keylist.Jeroen Bakker
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-18Fix T89868: Crash showing thumbnail of wide-aspect imageJesse Yurkovich
2021-07-16Fix T89722: Duplicate macro can cause strips to overlapRichard Antalik
2021-07-16Fix T89899: Crashes when accessing vertex groups from objectsHans Goudey
2021-07-16Cleanup: Get vertex group names directly from grease pencil dataHans Goudey
2021-07-16Cleanup: preview rendering, update assumptions in commentSybren A. Stüvel
2021-07-16Fix T89861: Checking face selection breaks UV stitch operatorCampbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-16Cleanup: spelling in commentsCampbell Barton
2021-07-16Cleanup: compiler warningsCampbell Barton
2021-07-15UI: Flip driver editor debug linesRed Mser
2021-07-15Cleanup: Clang tidyHans Goudey
2021-07-15Cleanup: Remove use of designated initializers in C++ codeHans Goudey
2021-07-15Cleanup: Move UI list template code to own file (C++)Julian Eisel
2021-07-15UI/Assets: Initial Asset View UI templateJulian Eisel
2021-07-15Cleanup: Use const for UI icon getter functionJulian Eisel
2021-07-15UI: Support defining UI lists in CJulian Eisel
2021-07-15UI: New button/widget type for Asset Browser like preview tilesJulian Eisel
2021-07-15UI: Auto-scroll to keep active text buttons in viewJulian Eisel
2021-07-15UI: Support pressing Ctrl+F over UI lists to searchJulian Eisel
2021-07-15UI: Support UI list tooltips, defined via Python scriptsJulian Eisel
2021-07-15UI: Support left-right arrow key walk navigation in UI listsNathan Craddock
2021-07-15UI: Internal support for custom UI list item drag & activate operatorsJulian Eisel
2021-07-15UI: New UI list layout type for big preview tilesJulian Eisel
2021-07-15UI: UI list refactor & preparations for asset view templateJulian Eisel
2021-07-15Assets: temporarily apply pose when generating preview imageSybren A. Stüvel
2021-07-15Animation: new pose library based on Asset BrowserSybren A. Stüvel
2021-07-15Assets: Abstraction for temporary loading of asset data-blocksJulian Eisel
2021-07-15Assets: Initial Asset List as part of the Asset System designJulian Eisel
2021-07-15Assets: AssetHandle type as temporary design to reference assetsJulian Eisel
2021-07-15Assets: Expose active asset library in contextJulian Eisel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-15Fix: Subtitles: Order of channels in the .blend file will be kept in the .rst...Paul Golter
2021-07-15Fix: crash when creating new node linksJacques Lucke
2021-07-15Geometry Nodes: dim links whose start and end sockets are not visibleJacques Lucke
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Cleanup: Avoid duplication in line art stroke generationHans Goudey
2021-07-14Fix T88908: Incorrect path handling in adding stripsRichard Antalik
2021-07-14Fix T89826: VSE snapping with constrained axisRichard Antalik
2021-07-14Geometry Nodes: initial socket inspectionJacques Lucke
2021-07-14Fix T89849: Time offset not working with Bake Object transform to Grease pencilAntonio Vazquez
2021-07-14Transform: Identify more safely when the mesh is deform onlyGermano Cavalcante
2021-07-13Refactor: Move vertex group names to object dataHans Goudey