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-04-17Fix T97366: Misdetection of numbers as UDIMs in certain filepathsJesse Yurkovich
2022-04-16Mask by color now auto-creates aJoseph Eagar
2022-04-15Cleanup: fix warning for differing parameter namesWayde Moss
2022-04-15Curves: Port curve to mesh node to the new data-blockHans Goudey
2022-04-15Fix: Apply tilt in curves data-block normals calculationHans Goudey
2022-04-15PBVH Pixel extractor.Jeroen Bakker
2022-04-15Curves: initial geometry nodes support for curves objectsJacques Lucke
2022-04-15Object: Set Parent (Keep Transform Without Inverse)Wayde Moss
2022-04-14Fix: Use after free when removing attribute on instancesHans Goudey
2022-04-14Fix T95700: Oject Info node does not work with GPU subdivided meshesKévin Dietrich
2022-04-14NLA: Keyframe Remap Through Upper StripsWayde Moss
2022-04-14Correct error in 405bff7fd8ed5df8d44a1362763fac7c00e2060bCampbell Barton
2022-04-14Fix T68290: Baked particles don't render in final frameCampbell Barton
2022-04-14Cleanup: Make curve deform argument optionalHans Goudey
2022-04-14Edit Mesh: Parallelize bounds calculation with deform modifiersHans Goudey
2022-04-14Cleanup: Declare variables where initializedHans Goudey
2022-04-14Cleanup: Move three mesh files to C++Hans Goudey
2022-04-14Curves: Avoid duplicating evaluated positions with all poly curvesHans Goudey
2022-04-14Fix: Curves: Add missing builtin attribute definitionHans Goudey
2022-04-14Fix: Use consistent type for nurbs order attributeHans Goudey
2022-04-14Fix: Assert evaluating single point Bezier curveHans Goudey
2022-04-13Fix T97278: wrong hair particle shape with kink spiralHallam Roberts
2022-04-13Fix compilation error with MSVCSergey Sharybin
2022-04-13Cleanup: Split paint_canvas into BKE and ED.Jeroen Bakker
2022-04-13Cleanup: Strict compiler warning in remesherSergey Sharybin
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-13Fix (unreported) collections not being append-reusable.Bastien Montagne
2022-04-13Fix T97289: Linked collection assets disappear.Bastien Montagne
2022-04-13Fix T97164: Voxel remesh only supports vertex floatJoseph Eagar
2022-04-13Cleanup: avoid redundant float/int conversions in BLFCampbell Barton
2022-04-12Fix: Assert when curve has no evaluated pointsHans Goudey
2022-04-12Cleanup: Remove reference to CD_NORMAL in poly custom dataHans Goudey
2022-04-12Cleanup: Correct wording in commentsHans Goudey
2022-04-12Fix T97069: Null collection object during layercollection resync when relinking.Bastien Montagne
2022-04-12Cleanup: redundant logical notGermano Cavalcante
2022-04-12Cleanup: clang-formatLukas Stockner
2022-04-11Cleanup: Clarify a few comments in pbvh_intern.hJoseph Eagar
2022-04-11Cleanup: fix attribute.c incorrectly usingJoseph Eagar
2022-04-11Cleanup: use doxy-comments and `r_` prefix return argumentsCampbell Barton
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-10Mask: refactor mask_rasterize vector copying into a utility functionSimon Lenz
2022-04-09Curves: Port tangent and normal calculation to the new data-blockHans Goudey
2022-04-09Fix T97133: Crash when creating a scene copyRichard Antalik
2022-04-09Fix: error in previous commitJacques Lucke
2022-04-09Curves: correctly initialize new attributesAngus Stanton
2022-04-09UDIM: Move UDIM grid controls to the Overlay panelJesse Yurkovich
2022-04-09Fix: Various fixes and cleanups in new curves codeHans Goudey
2022-04-08Cleanup: CacheFile, use double precision for timeKévin Dietrich
2022-04-08Painting: Canvas switcher for painting brushes/tools.Jeroen Bakker
2022-04-08NLA: Remove Hold resetting between Hold_Forward BehaviorSybren A. Stüvel