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-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-05Fix assert check in BLI_polyfill_beautifyCampbell Barton
2021-06-05Cleanup: spelling in commentsCampbell Barton
2021-06-04Math: Added max_uu/min_uu variations.Jeroen Bakker
2021-06-02Boolean exact: speedup by parallelizing a plane calculation.Erik Abrahamsson
2021-06-02Boolean exact: speedup when there are many components.Howard Trickey
2021-06-02Cleanup: Correct commentsHans Goudey
2021-06-01Speedup exact boolean by avoiding some mallocs and frees.Erick Abrahammson
2021-05-31Cleanup: Replace fseek() calls with BLI_fseek()Harley Acheson
2021-05-30Boolean: applying patch D11431 to speed up hole-tolerant raycast.Howard Trickey
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-27Cleanup: spellingCampbell Barton
2021-05-27Win: Add launcher to hide the console window flashRay Molenkamp
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-21Cleanup: spellingLeon Zandman
2021-05-21Cleanup: conversion warningCampbell Barton
2021-05-21Eevee Wavelength Node SupportIyad Ahmed
2021-05-19Fix T87621: Win32 Do Not Create Preview Thumbnails for Offline FilesHarley Acheson
2021-05-13BLI: simplify supporting heterogeneous lookup for new typesJacques Lucke
2021-05-13BLI: support looking up a key stored in Map or VectorSetJacques Lucke
2021-05-13BLI: add initial wrapper for tbb::enumerable_thread_specificJacques Lucke
2021-05-13BLI: add LinearAllocator.construct_array methodJacques Lucke
2021-05-06Cleanup: spellingCampbell Barton
2021-05-04Merge branch 'blender-v2.93-release'Germano Cavalcante
2021-05-04Fix (unreported): 'CoInitializeEx' being called without 'CoUninitialize'Germano Cavalcante
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey
2021-05-03Cleanup: clang-tidyJacques Lucke
2021-05-02Merge branch 'blender-v2.93-release'Howard Trickey
2021-05-02Fix T87554 Exact Boolean performance bug.Howard Trickey
2021-04-30BLI: support removing Map elements during iterationJacques Lucke
2021-04-30BLI: add a common base class for Map iteratorsJacques Lucke
2021-04-30BLI: improve VectorSet data structureJacques Lucke
2021-04-30Cleanup: Mismatched array bounds in function declarationHans Goudey
2021-04-29Functions: make copying virtual arrays to span more efficientJacques Lucke
2021-04-28Cleanup: Fix inconcistent array lengths in function declarationsHans Goudey
2021-04-28BLI: improve Vector.remove_and_reorderJacques Lucke
2021-04-27Cleanup: clang formatJacques Lucke
2021-04-25BLI: Add "first" method to MutableSpan and VectorHans Goudey
2021-04-24Fix T87682 Boolean Exact crash.Howard Trickey
2021-04-24Fix T87682 Boolean Exact crash.Howard Trickey
2021-04-23Modifiers: Performance Simple DeformationJagannadhan Ravi
2021-04-21Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-21BLI_string: add a utility to replace strings using a tableCampbell Barton
2021-04-19Cleanup: spellingCampbell Barton
2021-04-17Merge branch 'blender-v2.93-release'Howard Trickey
2021-04-17Fix T86805 Inconsistent results for exact boolean.Howard Trickey
2021-04-17BLI: add unit tests for recently added methodsJacques Lucke