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-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-18Make it optional to track input->output mapping in delaunay_2d_calc.Howard Trickey
2021-07-18Speed up Delaunay raycast.Eric Abrahamsson
2021-07-18Greatly improve speed of Delaunay when have a lot of holes.Howard Trickey
2021-07-16Cleanup: reduce variable scope in task_iterator.cCampbell Barton
2021-07-16Fix error using uninitialized state in BLI_task_parallel_mempoolCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: improve comments, remove debug printfCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-15BLI_task: add a callback to initialize TLSCampbell Barton
2021-07-15BLI_memarena: support merging memory arenasCampbell Barton
2021-07-13Cleanup: Use correct _WIN32/64 defines for MSVCJesse Yurkovich
2021-07-12Blenlib: Add BLI_assert_msg() for printing an extra string if the assert failsJulian Eisel
2021-07-09Fix a compiler warning on Windows for Exact Boolean.Howard Trickey
2021-07-09Cleanup: use 'uint' for BLI_arrayCampbell Barton
2021-07-09BLI_array: add BLI_array_deduplicate_ordered utility & testsCampbell Barton
2021-07-08Cleanup: spellingCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06Various Exact Boolean parallelizations and optimizations.Erik Abrahamsson
2021-07-05Fix performance regression in Exact boolean due to exact triangulation.Howard Trickey
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-28BLI_rand: support for randomizing bitmapsPiotr Makal
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
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