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-20Cleanup: added const keyword to BLI_dlrbTree search functions.Jeroen Bakker
2021-07-20Cleanup: Remove redundant forward declarations.Jeroen Bakker
2021-07-20Fix crash in delaunay C interface test.Howard Trickey
2021-07-20Compositor: Fix crash when connecting multiple constant inputsManuel Castilla
2021-07-20LineArt: UI cleanups.YimingWu
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-20Cleanup: use '#if 0' for disabling multiple linesCampbell Barton
2021-07-20Cleanup: Make function static, use const object argumentHans Goudey
2021-07-20Cleanup: spellingCampbell Barton
2021-07-20Cleanup: quiet GCC maybe-uninitialized warningCampbell Barton
2021-07-20Cleanup: Remove unused functionHans Goudey
2021-07-20Cleanup: Clang formatAaron Carlisle
2021-07-19Compositor: Export operation results as debug optionManuel Castilla
2021-07-19Compositor: Full frame Brightness nodeManuel Castilla
2021-07-19Compositor: Full frame Mix nodeManuel Castilla
2021-07-19Compositor: Full frame Viewer nodeManuel Castilla
2021-07-19Compositor: Full frame Double Edge Mask nodeManuel Castilla
2021-07-19Compositor: Full frame Ellipse Mask nodeManuel Castilla
2021-07-19Compositor: Buffer iteratorsManuel Castilla
2021-07-19Cleanup: Move asset library reference C++ wrapper to own filesJulian Eisel
2021-07-19Cleanup: Remove unused function, unused declarationHans Goudey
2021-07-19GPencil: More cleanupAntonio Vazquez
2021-07-19GPencil: Comment clenaupAntonio Vazquez
2021-07-19GPencil: Remove parenting when the asset is createdAntonio Vazquez
2021-07-19GPencil: Use cage center as origin for rotation angleAntonio Vazquez
2021-07-19Fix some mesh edition macro operators incorrectly setting an empty descriptio...Bastien Montagne
2021-07-19Fix broken 'undocumented' case in registration of Macro opertators.Bastien Montagne
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-19GPencil: More work with transformationsAntonio Vazquez
2021-07-19Merge branch 'master' into asset-greasepencilAntonio Vazquez
2021-07-19GPencil: When click outside the area, the action is confirmedAntonio Vazquez
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-19GPencil: Remove rotation point from cage drawingAntonio Vazquez
2021-07-19GPencil: Rotate AssetAntonio Vazquez
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-18GPencil: Use Shift key to keep pivot in Center for scaleAntonio Vazquez
2021-07-18GPencil: Create missing materialsAntonio Vazquez
2021-07-18Greatly improve speed of Delaunay when have a lot of holes.Howard Trickey