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: Use asset utility function to get the asset .blend pathJulian Eisel
2021-07-20Cleanup: Move asset-handle functions to own fileJulian Eisel
2021-07-20Cleanup: Getters for asset-handle dataJulian Eisel
2021-07-20Cleanup: Fix missing braces warning on ClangAnkit Meel
2021-07-20Pose Library: remove assumption about Action group namesSybren A. Stüvel
2021-07-20Pose backup: convert from C to C++Sybren A. Stüvel
2021-07-20Fix T89981: missing refresh on the compositors render layer node when adding/...Philipp Oeser
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Cleanup: Remove redundant forward declarations.Jeroen Bakker
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-20Cleanup: use '#if 0' for disabling multiple linesCampbell Barton
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