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-27Fix T89330 Exact Boolean fails on a simple model.Howard Trickey
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25Cleanup: Clang formatHans Goudey
2021-06-25Spreadsheet: Dataset region for spreadsheet editorFabian Schempp
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Minor cleanup to previous commit introducing `BLI_math_time`.Bastien Montagne
2021-06-22Add initial `BLI_math_time` with a 'seconds decompose' function.Bastien Montagne
2021-06-21Fix T89291: Objects with rotation deltas don't rotate in correct axesGermano Cavalcante
2021-06-21Cleanup: swap top/bottom args to planes_from_projmatCampbell Barton
2021-06-21Delaunay add support for detecting and removing holes from output.Howard Trickey
2021-06-20Docs: improve poly_to_tri_count doc-stringCampbell Barton
2021-06-20Mesh: minor optimization to concave quad check for tessellationCampbell Barton
2021-06-16BLI: add threading namespaceJacques Lucke
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-14UI: Windows Blend File AssociationHarley Acheson
2021-06-14BLI_math: Cleanup: Use `mul_`/`madd_` functions.Bastien Montagne
2021-06-14BLI_math: Fix several division-by-zero cases.Bastien Montagne
2021-06-14Fix T87867: file open dialog triggers OneDrive file downloads on macOSLeon Zandman
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-10Cleanup: BLI_path_slash_native: use separator defines instead of literal values.Bastien Montagne
2021-06-10BLI_mempool: split thread-safe iteration into the private APICampbell Barton
2021-06-10Cleanup: quiet array-parameter warning from GCC11Campbell Barton
2021-06-09Cleanup: use doxy sections for task_iterator.cCampbell Barton
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2021-06-09Fix missing free calls for task iteratorCampbell Barton
2021-06-08Cleanup: Apply clang-format (`make format`)Julian Eisel
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
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-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-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-06Cleanup: spellingCampbell Barton
2021-05-04Merge branch 'blender-v2.93-release'Germano Cavalcante
2021-05-04Fix (unreported): 'CoInitializeEx' being called without 'CoUninitialize'Germano Cavalcante