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-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
2021-06-08Cleanup: Separate compile unit lines_adjacency.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit lines_paint_mask.Jeroen Bakker
2021-06-08Cleanup: Separate fdots extraction in own compile unit.Jeroen Bakker
2021-06-08Fix T88719: Attribute Remove node input field does nothingJacques Lucke
2021-06-08Geometry Nodes: enable multi-threading in evaluator againJacques Lucke
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-06-08BMesh: simplify normal calculation, resolve partial update errorCampbell Barton
2021-06-08Cleanup: Silent compile warning in `interface_widgets.c`.Jeroen Bakker
2021-06-08Cleanup: Soilent compile warning in `curve_bevel.c`.Jeroen Bakker
2021-06-08LineArt: Threaded Object Loading.YimingWu
2021-06-08Fix test failure caused by earlier cleanup commitHans Goudey
2021-06-08Improve multires performance.Joseph Eagar
2021-06-08Revert "Improve multires performance."Joseph Eagar
2021-06-08Improve multires performance.Joseph Eagar
2021-06-08Cleanup: Order return argument lastHans Goudey
2021-06-08UI: Remove property descriptions exactly the same as namesHans Goudey
2021-06-07Cleanup: Use const arguments, return by valueHans Goudey
2021-06-07Fix T77651: Black screen on Blender startup on ChromeOSGermano Cavalcante
2021-06-07Cleanup: Make function staticHans Goudey
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