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-23Fix T89829: wrong active context path check in spreadsheetJacques Lucke
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-23Animation: Generic Slider implementationChristoph Lendenfeld
2021-07-22Make polls for removing mesh data layers consistentPhilipp Oeser
2021-07-21Cleanup: Move reorganize asset filesJulian Eisel
2021-07-21Cleanup: Centralize/unify asset library reference from/to enum codeJulian Eisel
2021-07-21Assets: Replace duplicated asset library reference type from DNAJulian Eisel
2021-07-21Assets: Rename workspace active asset library DNA variableJulian Eisel
2021-07-21Cleanup: Add missing doxygen file/group comment in new asset fileJulian Eisel
2021-07-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-21Cleanup: Split set_preview_visibilty.Jeroen Bakker
2021-07-21Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-21Fix compile issue.Jeroen Bakker
2021-07-21Cleanup Preview rendering: Separate world preparation.Jeroen Bakker
2021-07-21Cleanup: use named enum types.Jeroen Bakker
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-20Fix memory leak with asset view template operator propertiesJulian Eisel
2021-07-20Cleanup: Store asset-handle in drag dataJulian Eisel
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