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-07-01Cleanup: spellingCampbell Barton
2020-06-30BLI: support constructing Color4f from float pointerJacques Lucke
2020-06-30BLI: add Array constructor that does not initialize non-trivial typesJacques Lucke
2020-06-30Cleanup: spellingCampbell Barton
2020-06-29Fix compile error on Apple ClangJulian Eisel
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-29Cleanup: use std::make_unique instead of blender::make_uniqueJacques Lucke
2020-06-29Cleanup: rename namespace DotExport to dotJacques Lucke
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-25Cleanup: spellingCampbell Barton
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