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
2020-06-18Allow interpolation of matrices with negative scale / axis flipsSybren A. Stüvel
2020-06-18Transform: Snap to the intersection between constraint and geometryGermano Cavalcante
2020-06-16Fix bitscan_reverse_uint on MSVC compilerSergey Sharybin
2020-06-16BLI: fix Map.foreach_item methodJacques Lucke
2020-06-15Cleanup: remove unnecessary codeJacques Lucke
2020-06-13Cleanup: spellingCampbell Barton
2020-06-11BLI: define default hash function for const typesJacques Lucke
2020-06-11BLI: fix forwarding with incorrect typeJacques Lucke
2020-06-11Cleanup: fix terminology in commentJacques Lucke
2020-06-11BLI: don't pass const pointers to placement new operatorJacques Lucke
2020-06-11BLI: include <new> headerJacques Lucke
2020-06-11BLI: fix printing name in print_stats methods of Map, Set and VectorSetJacques Lucke
2020-06-11BLI: make Map::Item and Map::MutableItem more accessibleJacques Lucke
2020-06-10BLI: add Map.pop_default methodJacques Lucke
2020-06-10BLI: fix type forwarding in MapJacques Lucke
2020-06-10BLI: support constructing StringRef from start and end pointerJacques Lucke
2020-06-10BLI: add Map.pop_try methodJacques Lucke
2020-06-10BLI: update behavior of Map.lookup_or_addJacques Lucke
2020-06-09BLI: remove incorrect constJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09Fix warning-as-error about int to uint conversion in new BLI CPP code.Bastien Montagne
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-06-08Functions: Run-time type system and index maskJacques Lucke
2020-06-05Cleanup: use 'r_' prefix for return arguments in math_colorCampbell Barton
2020-06-05Cleanup: maybe uninitialized variable warningCampbell Barton
2020-06-05Cleanup: spellingCampbell Barton
2020-05-28Cleanup: spellingCampbell Barton
2020-05-27CD_PROP_COL datalayerPablo Dobarro
2020-05-27Cleanup: sort file, structsCampbell Barton
2020-05-26UI: Windows Shell Links & Improved Mac AliasesHarley Acheson
2020-05-26BLI_assert: prevent abort from suppressing return-type warningCampbell Barton
2020-05-25Calculate epsilon values for interp_weights_poly to improve accuracySebastian Parborg
2020-05-25Cleanup: unused variable warningsCampbell Barton
2020-05-25Task: Graph Flow Task SchedulingJeroen Bakker
2020-05-20BLI: Fix VectorSet copy constructorJacques Lucke
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-20Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-19Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-19Fix T76375: UDIM Rectangular Tiled Image EEVEE freezes BlenderJeroen Bakker
2020-05-15blenlib: BLI_file_attributes() CorrectionHarley Acheson
2020-05-15BLI: add missing include for size_tJacques Lucke
2020-05-14Fix: Broken build with TBB disabled.Ray Molenkamp
2020-05-14BLI: deduplicate address sanitizer codeJacques Lucke
2020-05-14Fix T76553: Blender Freezes When Playing Back AnimationJeroen Bakker
2020-05-13Merge branch 'blender-v2.83-release'Antonio Vazquez
2020-05-13Fix T76665: Wrong files selected when using box selectJacques Lucke
2020-05-10Windows: Ignore context record for backtrace is address is 0.Ray Molenkamp
2020-05-09Fix T76427: edit mesh undo hanges when building without TBBBrecht Van Lommel
2020-05-09Fix building on NetBSDCampbell Barton