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-22temp-sculpt-colors: fix edit mode vcol drawingJoseph Eagar
2022-03-22Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
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
2022-03-16Cleanup: incorrect comments, use C commentsCampbell Barton
2022-03-16Cleanup: Remove volatile from RenderResult and related APIsJesse Yurkovich
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-03-15Disable GPU subdivision if the maximum number of SSBO binding is reachedKévin Dietrich
2022-03-15Fix slow tracking of long sequencesSergey Sharybin
2022-03-15Cleanup: remove accidental shallow mesh copyJacques Lucke
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-14Geometry Nodes: Add named attribute nodes behind experimental flagHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-14Revert "Animation: Sensible frame range for motion paths"Sybren A. Stüvel
2022-03-14Fix T96402: fix case when material output is contained in node groupJacques Lucke
2022-03-14Cleanup: use size_t for BLF text API functionsCampbell Barton
2022-03-14Cleanup: spellingCampbell Barton
2022-03-14Cleanup: Use helper variable, const argumentHans Goudey
2022-03-14Curve: Store NURBS basis cache as a single vectorHans Goudey
2022-03-14Cleanup: Simplify NURBS basis cache argumentsHans Goudey
2022-03-14Curve: Remove temporary buffer during NURBS evaluationHans Goudey
2022-03-14Cleanup: Remove unnecessary NURBS optimizationHans Goudey
2022-03-13GPencil: Simplify modifier minimal vert count fixHenrik Dick