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-09Splines: Add API functions for interpolating dataHans Goudey
2021-06-09Geometry Nodes: Add Convex Hull NodeHenrik Dick
2021-06-09Fix T88974: Add missing liboverrides to GP modifiers and shaderfx.Bastien Montagne
2021-06-09Cleanup: use doxy sections for task_iterator.cCampbell Barton
2021-06-09Cleanup: missing NULL check in assertCampbell Barton
2021-06-09Cleanup: redundant/unused assignmentsCampbell Barton
2021-06-09Cleanup: replace 'else if' with 'else'Campbell Barton
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-06-09Cleanup: simplify grease pencil preset set logicCampbell Barton
2021-06-09Cleanup: simplify grease pencil type checksCampbell Barton
2021-06-09Cleanup: spelling in commentsCampbell Barton
2021-06-09Cleanup: quiet array-parameter warningCampbell Barton
2021-06-09Fix uninitialized variable in task.MempoolIterTLS testCampbell Barton
2021-06-09LineArt: Camera marker update fix.YimingWu
2021-06-09Revert "GPencil: Add custom normal entry to bGPDspoint."YimingWu
2021-06-09BMesh: multi-thread face tessellationCampbell Barton
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2021-06-09GPencil: Add custom normal entry to bGPDspoint.YimingWu
2021-06-09Fix assigning material to linked object being forbidden in BKE.Bastien Montagne
2021-06-09Cleanup: Removed unused definition.Jeroen Bakker
2021-06-09Cleanup: Comment formattingHans Goudey
2021-06-09T88352: Use threaded ibo.tris extraction for single material meshes.Jeroen Bakker
2021-06-09UI: Add the option to not display some socket labelsHans Goudey
2021-06-09Fix T88885: Circle select deselects first selections after moving cursorGermano Cavalcante
2021-06-09Fix T88998: GPencil not projecting to the most front surfaceGermano Cavalcante
2021-06-09Draw Cache: use threading for Mesh extract linesGermano Cavalcante
2021-06-09Fix T88983: GPencil toggle caps error in python enumAntonio Vazquez
2021-06-09Fix missing free calls for task iteratorCampbell Barton
2021-06-09Fix: Compositor test desintegrate failing on arm64Manuel Castilla
2021-06-09Compositor: Refactor recursive methods to iterativeManuel Castilla
2021-06-09Fix failing test case sequence_transform.Jeroen Bakker
2021-06-09Fix: Incorrect node bezier spline tangent calculation for end pointsHans Goudey
2021-06-09Fix: Prevent small memory leak in VSE indexerSebastian Parborg
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-06-08Cleanup: Apply clang-format (`make format`)Julian Eisel
2021-06-08Geometry Nodes: Rename bounding box mesh output to "Bounding Box"Hans Goudey
2021-06-08Geometry Nodes: Support curve instances in the bounding box nodeHans Goudey
2021-06-08Cleanup: Remove duplicate call to functionHans Goudey
2021-06-08Sequencer: Performance image crop transform.Jeroen Bakker
2021-06-08Fix T87703: Failed assert when dragging object data-block into 3D ViewJulian Eisel
2021-06-08GPU: Thread safe index buffer builders.Jeroen Bakker
2021-06-08Geometry Nodes: new Select by Material nodeJacques Lucke
2021-06-08Animation: Allow selection of FCurve + its keysMaxime Casas
2021-06-08Fix compile error with 'WITH_CXX_GUARDEDALLOC'Germano Cavalcante
2021-06-08Fix T88934: Crash with line node count input < 0Hans Goudey
2021-06-08Revert "Cleanup: use cpp new/delete."Jeroen Bakker
2021-06-08Cleanup: replace NULL with nullptr.Jeroen Bakker
2021-06-08Cleanup: use cpp new/delete.Jeroen Bakker
2021-06-08Cleanup: replace typedef structs with structs.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit edituv.Jeroen Bakker