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-03-25BLI: fix Set.lookup_key_or_addJacques Lucke
2021-03-24Fix T86891: only sort query results for shortest string if there is a queryDirk
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-23Cleanup: use BLI_assert_unreachable in some placesJacques Lucke
2021-03-23BLI: add macro to indicate unreachable codeJacques Lucke
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-03-23Cleanup: single quotes for Python enums, spellingCampbell Barton
2021-03-22Functions: devirtualize virtual arrays in simple functionsJacques Lucke
2021-03-22BLI: Add "identity" constructor to float4x4 typeHans Goudey
2021-03-22Cleanup: spelling, expand on commentsCampbell Barton
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21Cleanup: correct variable name mixup in BLI_str_quoted_substrNCampbell Barton
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2021-03-19BLI: Add accessors for translation, rotation, and scale of float4x4Hans Goudey
2021-03-19BLI: Add location, rotation, scale constructor to float4x4Hans Goudey
2021-03-18Cleanup: spellingCampbell Barton
2021-03-17BLI: support equality operator on Span and VectorJacques Lucke
2021-03-17BLI: improve implicit conversions of spansJacques Lucke
2021-03-17Cleanup: clang formatJacques Lucke
2021-03-17BLI: provide a default hash for enumsJacques Lucke
2021-03-17Cleanup: Use blender::MultiValueMap.Jeroen Bakker
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-03-15BLI: Add "is_zero" method to float2 and float3 typesHans Goudey
2021-03-14Fix T86390 Exact Boolean crash.Howard Trickey
2021-03-10Cleanup: spellingCampbell Barton
2021-03-10Cleanup: compiler warning (ignored-qualifiers)Campbell Barton
2021-03-09BLI: New 'BLI_array_iter_spiral_square'Germano Cavalcante
2021-03-08Geometry Nodes: Improve performance of point distribute nodeHans Goudey
2021-03-08Revert "Fix modernize-raw-string-literal complaints from clang-tidy."Howard Trickey
2021-03-08Cleanup: rename offs to offsetCampbell Barton
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-08Fix modernize-raw-string-literal complaints from clang-tidy.Howard Trickey
2021-03-07Geometry Nodes: simplify allocating dynamically sized buffer on stackJacques Lucke
2021-03-07Fix T85632 Improve Exact boolean in cell fracture of Suzanne.Howard Trickey
2021-03-07Cleanup: fix implicit conversion warningJacques Lucke
2021-03-07BLI: make it harder to forget to destruct a valueJacques Lucke
2021-03-07BLI: reduce wasted memory in linear allocatorJacques Lucke
2021-03-07Cleanup: use POINTER_OFFSET macroCampbell Barton
2021-03-04UI: prefer shorter search items in fuzzy searchJacques Lucke
2021-03-04BLI: support mutable lookup from multi value mapJacques Lucke
2021-03-04Cleanup: number literalsCampbell Barton
2021-02-28Fix T85948 Exact boolean crash with some nonplanar ngons.Howard Trickey
2021-02-25BLI: simplify adding an arbitrary value to a resource containerJacques Lucke
2021-02-25Cleanup: spellingCampbell Barton
2021-02-24Fix T85726 Workbench: Orthographic view is blurryClément Foucault
2021-02-24Cleanup: spellingCampbell Barton
2021-02-23BLI: new FunctionRef typeJacques Lucke
2021-02-22Cleanup: unused variableJacques Lucke