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-07-08Cleanup: spellingCampbell Barton
2021-07-08CMake: add missing headers, sort file listsCampbell Barton
2021-07-07Assets: Keep assets active after renaming, ensure they are scrolled into viewJulian Eisel
2021-07-07Geometry Nodes: refactor logging during geometry nodes evaluationJacques Lucke
2021-07-07Cleanup: Sort nodes alphabeticallyHans Goudey
2021-07-07Cleanup: update filename referencesCampbell Barton
2021-07-07Geometry Nodes: Rename nodes for clarity between mesh and curveHans Goudey
2021-07-07Cleanup: Moving `mesh_evaluate` and `mesh_normals` to C++Jagannadhan Ravi
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-07Geometry Nodes: Curve Endpoints NodeAngus Stanton
2021-07-07Fix T89702: Curve to points node assert on single point splineHans Goudey
2021-07-06GPencil: Rename BKE_gpencil_visible_stroke_iterAntonio Vazquez
2021-07-06Fix: Crash when geometry nodes NURB spline has no evaluated pointsHans Goudey
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-07-06Rename Scene's embeded collections from "Master Collection" to "Scene Collect...Bastien Montagne
2021-07-06Various Exact Boolean parallelizations and optimizations.Erik Abrahamsson
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-05Geometry Nodes: Curve Primitive LineJohnny Matthews
2021-07-05Geometry Nodes: Add explicit Float to Int conversion nodeNikhil Shringarpurey
2021-07-05Fix (studio reported) missing object's parent handling in readfile expand code.Bastien Montagne
2021-07-05GPencil: Fix memory leak in trim and split functions.YimingWu
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Further use of const when accessing evaluated meshHans Goudey
2021-07-02Cleanup: Use const mesh to ensure BVH and triangulation cacheHans Goudey
2021-07-02Constraints: support a new Local Space (Owner Orientation) for targets.Alexander Gavrilov
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-07-02Cleanup: Move bvhutils.c to C++Hans Goudey
2021-07-01Fix broken physics modifiers after cleanup commitsBrecht Van Lommel
2021-07-01Cleanup: outdated IPO references in commentsCampbell Barton
2021-07-01Cleanup: spellingCampbell Barton
2021-07-01Cleanup: split normal calculation into it's own fileCampbell Barton
2021-07-01Cleanup: clang-format, clang-tidyCampbell Barton
2021-07-01Geometry Nodes: Curve Primitive CircleJohnny Matthews
2021-07-01Cleanup: Fix compiler warning from previous commitHans Goudey
2021-07-01Cleanup: Use bool instead of int, rename variableHans Goudey
2021-06-30Fix T89153: Follow Path for empty works only in negative valuesSebastian Parborg
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-30Cleanup: use const for datatoc declarationsCampbell Barton
2021-06-30Geometry Nodes: Curve Primitive Bezier SegmentJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive Quadratic Bezier SegmentJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive SpiralJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive SpiralJohnny Matthews
2021-06-29VSE: Improved SnappingRichard Antalik
2021-06-29Cleanup: Use function name for allocation stringsHans Goudey
2021-06-29Curves: Avoid duplication of control points during evaluationHans Goudey