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-09-22Cleanup: spelling in commentsCampbell Barton
2021-09-22Geometry Nodes: Curve Parameter NodeHans Goudey
2021-09-21Geometry Nodes: Fill instances separately in the curve fill nodeHans Goudey
2021-09-21Geometry Nodes: String manipulation nodesErik Abrahamsson
2021-09-21Geometry Nodes: Curve tangent nodeHans Goudey
2021-09-21Cleanup: Move curve to mesh node implementation to blenkernelHans Goudey
2021-09-21GPencil: Curvature support for length modifierHenrik Dick (weasel)
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-09-21VSE strip thumbnailsAditya Y Jeppu
2021-09-21VSE: Image transform toolsRichard Antalik
2021-09-21LibOverride: make `view_layer` API parameter optional.Bastien Montagne
2021-09-21Geometry Nodes: Curve Sample NodeHans Goudey
2021-09-21Fix: Crash with single point bezier spline auto handlesHans Goudey
2021-09-21Geometry Nodes: Attribute Statistic NodeVictor-Louis De Gusseme
2021-09-20Cleanup: Refactor VSE overlay settingsRichard Antalik
2021-09-20Geometry Nodes: support Set Position node on instancesJacques Lucke
2021-09-20Geometry Nodes: new Realize Instances nodeJacques Lucke
2021-09-20Fix: Spline length calculation fails with no evaluated pointsHans Goudey
2021-09-20Cleanup: Fix/improve variable names and commentsHans Goudey
2021-09-19Revert "GPencil: Curvature support for length modifier."YimingWu
2021-09-19GPencil: Curvature support for length modifier.YimingWu
2021-09-18Audaspace: added audio file streams functionality.Jörg Müller
2021-09-17UI: Always Create Asset PreviewsHarley Acheson
2021-09-17Cleanup: fix memory leakJacques Lucke
2021-09-17Fix T91481: Grease Pencil Layer Double TransformationsHenrik Dick
2021-09-17Fix T85564: FCurve modifier zero influence on restrict range bordersPhilipp Oeser
2021-09-17Geometry Nodes: Add a toggle to use attributes as input valuesHans Goudey
2021-09-17Cleanup: Pass const mesh argumentHans Goudey
2021-09-16Cleanup: Move mesh_convert.c to C++Hans Goudey
2021-09-16Cleanup: Remove unnecessary manual of move constructorHans Goudey
2021-09-16Geometry Nodes: Simplify using OutputAttribute in a vectorHans Goudey
2021-09-16Cleanup: Add built-in check for an attribute IDHans Goudey
2021-09-16Fix: properly implement the 'only append' execption case for WorkSpaces.Bastien Montagne
2021-09-16Cleanup: Comment about shpaekey being treated as embedded IDs in `BKE_id_newp...Bastien Montagne
2021-09-16Cleanup: Add comment about 'make_local' callback of Brush doing bad thing.Bastien Montagne
2021-09-16Cleanup: Rename `BKE_id_clear_newpoin` to `BKE_id_newptr_and_tag_clear`.Bastien Montagne
2021-09-16Fix/refactor `BKE_id_clear_newpoin` and `BKE_main_id_newptr_and_tag_clear`.Bastien Montagne
2021-09-16IDManagement: refactor: Remove 'test' part from `BKE_lib_id_make_local`.Bastien Montagne
2021-09-16IDType: Add `BKE_idtype_idcode_is_localizable`.Bastien Montagne
2021-09-16IDType: Cleanup: Remove useless `IDTYPE_FLAGS_NO_MAKELOCAL`.Bastien Montagne
2021-09-16Fix security popup re-displaying after undoCampbell Barton
2021-09-16GPencil: Fix dash modifier reading error.YimingWu
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-09-15Splines: Add a method for reversing a SplineJohnny Matthews
2021-09-15Fix broken WorkSpace use after recent refactor of append code.Bastien Montagne
2021-09-15Geometry Nodes: Add fields version of material nodesHans Goudey
2021-09-15Geometry Nodes: Add special domain interpolation for selectionsHans Goudey
2021-09-15Cleanup: replace defines with functionsCampbell Barton
2021-09-15Cleanup: correct tracker ID in commentCampbell Barton
2021-09-15GPencil: Dot dash modifier.YimingWu