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-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
2021-06-29Cleanup: Avoid freeing curve evaluation data twiceHans Goudey
2021-06-29Cleanup: Split curve and surface data evaluation functions, renameHans Goudey
2021-06-29Cleanup: Order return arguments last, use r_ prefixHans Goudey
2021-06-29Cleanup: clang-tidyCampbell Barton
2021-06-29Cleanup: resolve discarded-qualifier warningCampbell Barton
2021-06-29Cleanup: Avoid ASAN report when converting displist to meshHans Goudey
2021-06-28Cleanup: Replace paranoid check with assertHans Goudey
2021-06-28Cleanup: Remove unused "for_orco" argument to curve evaluationHans Goudey
2021-06-28Cleanup: Add function to create a CurveEval from a nurbs listHans Goudey
2021-06-28Curve: Add functions to retrieve const access to spline listHans Goudey
2021-06-28Cleanup: Use const argumentsHans Goudey
2021-06-28Fix T89516: Crash on appendJulian Eisel
2021-06-28LibOverride: Fix crash in ShapeKeys when making a mesh override local.Bastien Montagne
2021-06-28Functions: improve CPPTypeJacques Lucke
2021-06-28Fix T89455: Cycles crash when rendering a Mesh with autosmoothKévin Dietrich