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
path: root/source
AgeCommit message (Expand)Author
2021-07-19Cleanup: Separate keyframes_draw and keyframes_keylist.Jeroen Bakker
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-19Object update: Remove fallback from batch_cache_deform_tagGermano Cavalcante
2021-07-19Fix T89941: No path`s bevel update, when I change bevel profile curveGermano Cavalcante
2021-07-19Cleanup: minor correction to delaunay_2d_cdt doc-stringCampbell Barton
2021-07-19Cleanup: remove unused MTex.pmapto, pmaptoneg & definesCampbell Barton
2021-07-19Fix: memcpy overlapping region ASAN warning in curve trim nodeHans Goudey
2021-07-19Cleanup: Make curve trim node code more semantically correctHans Goudey
2021-07-18Update documentation string for mathutils.geometry.delaunay_2d_cdt.Howard Trickey
2021-07-18Make it optional to track input->output mapping in delaunay_2d_calc.Howard Trickey
2021-07-18Fix T89929: Crash when hiding in the render a previously keyframed volumeGermano Cavalcante
2021-07-18Geometry Nodes: Curve Trim NodeAngus Stanton
2021-07-18Speed up Delaunay raycast.Eric Abrahamsson
2021-07-18Versioning: fix vertex group name loss in linked duplicates.Alexander Gavrilov
2021-07-18Fix: Incorrect logic in spline lookup functionAngus Stanton
2021-07-18Greatly improve speed of Delaunay when have a lot of holes.Howard Trickey
2021-07-18Fix T89868: Crash showing thumbnail of wide-aspect imageJesse Yurkovich
2021-07-16Cleanup: Simplify realizing of pointcloud instancesHans Goudey
2021-07-16Fix T89624: Vertex painting causes mesh to flickerGermano Cavalcante
2021-07-16Cleanup: Simplify logic, use C++ typesHans Goudey
2021-07-16VSE: Fix multicam splitting all selected stripsRichard Antalik
2021-07-16Fix T89722: Duplicate macro can cause strips to overlapRichard Antalik
2021-07-16Cleanup: Move gpencil_geom.c to C++Hans Goudey
2021-07-16Fix T89899: Crashes when accessing vertex groups from objectsHans Goudey
2021-07-16Cleanup: Get vertex group names directly from grease pencil dataHans Goudey
2021-07-16Cleanup: Remove redundant logicHans Goudey
2021-07-16Surface Deform: support sparse binding mode for improving performance.Alexander Gavrilov
2021-07-16Fix T89875: False dependency cycle on particle systemsGermano Cavalcante
2021-07-16Fix T89782: Segfault populating popup menu with dimensions above the opengl l...Germano Cavalcante
2021-07-16Cleanup: preview rendering, update assumptions in commentSybren A. Stüvel
2021-07-16Fix T89861: Checking face selection breaks UV stitch operatorCampbell Barton
2021-07-16Fix T70356: Scaling up 1x1 pixel image reads past buffer boundsCampbell Barton
2021-07-16Cleanup: reduce variable scope in task_iterator.cCampbell Barton
2021-07-16Fix error using uninitialized state in BLI_task_parallel_mempoolCampbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-16Cleanup: spelling in commentsCampbell Barton
2021-07-16Cleanup: compiler warningsCampbell Barton
2021-07-15Fix T49944: Compositor ID Mask Anti-Aliasing not workingAidan Haile
2021-07-15UI: Flip driver editor debug linesRed Mser
2021-07-15Cleanup: Clang tidyHans Goudey
2021-07-15Cleanup: Remove use of designated initializers in C++ codeHans Goudey
2021-07-15Cleanup: Move UI list template code to own file (C++)Julian Eisel
2021-07-15Fix failing tests from vertex group name parameter copyHans Goudey
2021-07-15Cleanup: unused variable captureJacques Lucke
2021-07-15Animation/add-ons: Enable the poselib add-on by defaultSybren A. Stüvel
2021-07-15Fix T88281: Pose Library 'flip pose' sometimes flips wrongSybren A. Stüvel
2021-07-15UI/Assets: Initial Asset View UI templateJulian Eisel
2021-07-15Cleanup: Use const for UI icon getter functionJulian Eisel
2021-07-15UI: Support defining UI lists in CJulian Eisel