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-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
2022-03-11Cleanup: Use new enum for NURBS curve knots modesHans Goudey
2022-03-11Curves: Move constructor/assignmentHans Goudey
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-03-11Fix: Deleting vertex group attribute can change original meshHans Goudey
2022-03-11Cleanup: Use helper variableHans Goudey
2022-03-11Fix threading conflict with movie cache lineSergey Sharybin
2022-03-11Text: use simplified logic for txt_to_bufCampbell Barton
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
2022-03-11Cleanup: use doxy sections in image.ccCampbell Barton
2022-03-10Curves: actually delete curves with Delete brushJacques Lucke