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-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-25Cleanup: spelling in comments, stringsCampbell Barton
2022-03-25Cleanup: sort cmake file listsCampbell Barton
2022-03-25ImBuf: Add support for WebP image formatAaron Carlisle
2022-03-24Fix T96756: Blender hanges on rendering after file save, after recent changesBrecht Van Lommel
2022-03-24Correct syntax error for MSVCCampbell Barton
2022-03-24Cleanup: use struct member identifiers for initializationCampbell Barton
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-24Cleanup: Typo, improve variable namesHans Goudey
2022-03-24Geometry Nodes: Improve performance writing to vertex groupsHans Goudey
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-24UDIM: Improve tile format detection in filenamesJesse Yurkovich
2022-03-24Fix missing updates for external render engines rendering tilesBrecht Van Lommel
2022-03-23Color Management: support different settings for render and compositing outputBrecht Van Lommel
2022-03-23Cleanup: move documentation to headers, other minor correctionsCampbell Barton
2022-03-23Cleanup: spelling in commentsCampbell Barton
2022-03-22Curve: Validation message split from nurb_check_validLaurynas Duburas
2022-03-22Fix T96294: Crash and error with shape key normal calculationHans Goudey
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-22Cleanup: add proper IMB_openexr.h instead of including file from intern/Brecht Van Lommel
2022-03-22Fix build error when WITH_OPENEXR=OFF, after recent refactorBrecht Van Lommel
2022-03-22Cleanup: Clang tidyHans Goudey
2022-03-21Curves: new Add brushJacques Lucke
2022-03-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
2022-03-21Cleanup: move image_save.c to c++Brecht Van Lommel
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-21Fix T96510: ASAN failure when selecting text in Text EditorGermano Cavalcante
2022-03-19BLI: generalize converting CPPType to static typeJacques Lucke
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18Cleanup: Move object_transform.c to C++Hans Goudey
2022-03-18Fix T96608: GPencil Simplify must check general Simplify switchAntonio Vazquez
2022-03-18Curves: Port reverse curves node to the new data-blockHans Goudey
2022-03-18Fix: Curves last evaluated segment is emptyHans Goudey
2022-03-18Curves: Port transform node to new data-blockHans Goudey
2022-03-18Cleanup: Redundant parenthesisSergey Sharybin
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-18Fix T96278: missing update after alpha socket connectionJacques Lucke
2022-03-18Cleanup: Remove unused includesHans Goudey
2022-03-17Fix T96330: Three times slower 'relink to new id' process in 3.1.Bastien Montagne
2022-03-17GPencil: Fix cyclic flag cleared by simplify modifierHenrik Dick
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-17Fix: Compiler error on windows and macHans Goudey
2022-03-17Fix: Build error after curve evaluation commitHans Goudey
2022-03-16Curves: Initial evaluation for curves data-blockHans Goudey
2022-03-16Add 'multiple' variant of ID relink function.Bastien Montagne
2022-03-16Geometry Nodes: Remove legacy node codeHans Goudey
2022-03-16Document some flags controlling BKE_library_foreach_ID_link behavior.Bastien Montagne