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-11-02Fix missing null-terminator in BLI_string_join_arrayNKévin Dietrich
2021-08-23BLI_math: Fix several division-by-zero cases.Bastien Montagne
2021-08-09Fix broken logic in Windows directory query functionJulian Eisel
2021-05-04Fix (unreported): 'CoInitializeEx' being called without 'CoUninitialize'Germano Cavalcante
2021-05-02Fix T87554 Exact Boolean performance bug.Howard Trickey
2021-04-24Fix T87682 Boolean Exact crash.Howard Trickey
2021-04-21BLI_string: add a utility to replace strings using a tableCampbell Barton
2021-04-17Fix T86805 Inconsistent results for exact boolean.Howard Trickey
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-09Fix use of uninitialized memory in BKE_scene_objects_as_gsetCampbell Barton
2021-04-08Cleanup: spellingCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-04-06BLI: return pointer to added resourceJacques Lucke
2021-04-05BLI: fix axis order in 'BLI_array_iter_spiral_square'Germano Cavalcante
2021-04-01BLI: rename resource collector to resource scopeJacques Lucke
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2021-04-01Cleanup: spellingCampbell Barton
2021-04-01BLI: add call_safe method for FunctionRefJacques Lucke
2021-04-01BLI: return early when copying empty arrayJacques Lucke
2021-04-01BLI_math: add orthogonalize_m#_zero_axesCampbell Barton
2021-03-30MSVC: ASAN support for VS 16.9Ray Molenkamp
2021-03-29Compositor: Add Anti-Aliasing nodeHabib Gahbiche
2021-03-26CMake: add headers to source lists, sort file-listsCampbell Barton
2021-03-25BLI: simplify using DefaultHashJacques Lucke
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