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-06-07Cleanup: Remove outdated/useless commentsHans Goudey
2021-06-07Cleanup: Remove unused function, make function privateHans Goudey
2021-06-07Cleanup: Decrease variable scopeHans Goudey
2021-06-07Fix T88801: Positioning of Menu UnderlinesHarley Acheson
2021-06-07Fix: Wrong logic for checking if we can reuse decoded frameSebastian Parborg
2021-06-07Cleanup: use doxy groups for bmesh_mesh_normals.cCampbell Barton
2021-06-07Cleanup: Move extract lines to compile unit.Jeroen Bakker
2021-06-07Cleanup: Move extract tris in own compile unit.Jeroen Bakker
2021-06-07Cleanup: split bmesh normal calculation into separate filesCampbell Barton
2021-06-07Cleanup: compiler warnings signed/unsigned mismatchCampbell Barton
2021-06-07Cleanup: silence warningsGermano Cavalcante
2021-06-07Fix: do not use threading for 'extract_points'Germano Cavalcante
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2021-06-07Cleanup: remove unused valueCampbell Barton
2021-06-07Cleanup: use keyword only argument in bpy.props argument parsingCampbell Barton
2021-06-07Fix build error, remove duplicate include.Ankit Meel
2021-06-07LineArt: Shifting fix for different camera fitting.YimingWu
2021-06-07Cleanup: Fix uninitialized variable warningHans Goudey
2021-06-07Cleanup: renamed function to `extract_run_single_threaded`.Jeroen Bakker
2021-06-07GPUIndexBuf: Find the minimum and maximum index through the builderGermano Cavalcante
2021-06-07Cleanup: Added Guarderalloc deallocators to CPP structs.Jeroen Bakker
2021-06-07Added TODO comment for putting parameters into struct.Jeroen Bakker
2021-06-07Cleanup: move extract points into own compile unit.Jeroen Bakker
2021-06-07Fix T88900: Crash when setting Edge Weight/CreaseGermano Cavalcante
2021-06-06Cleanup: unused argumentCampbell Barton
2021-06-06LineArt: Fix edge clipping index error.YimingWu
2021-06-06VSE: Remove seq->tmp usage from transform codeRichard Antalik
2021-06-06Exact Boolean: fix last commit: pass an arg by reference instead of value.Howard Trickey
2021-06-05Exact Boolean: speed up when there are many separate components.Howard Trickey
2021-06-05Limit Rotation: explicitly orthogonalize the matrix before processing.Alexander Gavrilov
2021-06-05Limit Rotation: add an Euler Order option.Alexander Gavrilov
2021-06-05Fix T88859: Assert when changing view modesGermano Cavalcante
2021-06-05BMesh: avoid extra faces-of-edges loop building partial update dataCampbell Barton
2021-06-05Fix assert check in BLI_polyfill_beautifyCampbell Barton
2021-06-05Fix assert in gpencil_batches_ensureCampbell Barton
2021-06-05Cleanup: spelling in commentsCampbell Barton
2021-06-05FFmpeg: Fix seeking not returning the correct frame when not using TC indexSebastian Parborg
2021-06-05Edit Mesh: partial updates for normal and face tessellationCampbell Barton
2021-06-04Nodes: Add Multiply Add to Vector Math nodesCharlie Jolly
2021-06-04windows/deps: Fix TBB build issues.Ray Molenkamp
2021-06-04Texture Paint: changing paint slots and viewport could go out of syncPhilipp Oeser
2021-06-04LibOverride: Fix early break in some of the resync code.Bastien Montagne
2021-06-04BlenLoad: Ensure linked IDs are properly sorted.Bastien Montagne
2021-06-04GPencil: Cleanup unneeded variable assignAntonio Vazquez
2021-06-04Fix T88803: GPencil Thickness modifier produces thicker linesAntonio Vazquez
2021-06-04Math: Added max_uu/min_uu variations.Jeroen Bakker
2021-06-04Geometry Nodes: Curve Length NodeJohnny Matthews
2021-06-04Geometry Nodes: Support curve data in the geometry delete nodeHans Goudey
2021-06-04Cleanup: Add comment explaining assertHans Goudey
2021-06-03Overlay: Flash on Mode Transfer overlayPablo Dobarro