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
2019-09-14Revert "DRW: Refactor to support draw call batching"Clément Foucault
2019-09-13DRW: Refactor to support draw call batchingClément Foucault
2019-09-13Fix `BLI_bvhtree_overlap_ex` assertmano-wii
2019-09-13Cleanup: use header guardsCampbell Barton
2019-09-13BLI: add non-const lookup methods for StringMapJacques Lucke
2019-09-13BLI: add some missing methods to Map and SetVectorJacques Lucke
2019-09-13BLI: make more integer type conversions explicitJacques Lucke
2019-09-13BLI: fix some integer conversionsJacques Lucke
2019-09-13BLI: new C++ hash table data structuresJacques Lucke
2019-09-12Fix build error on WindowsBrecht Van Lommel
2019-09-12BLI: fix illegal zero sized arrayJacques Lucke
2019-09-12BMesh: New tool `BM_mesh_intersect_edges`mano-wii
2019-09-12BLIKdopBVH: New `BLI_bvhtree_overlap_ex` utilitymano-wii
2019-09-12Fix: missing atomic includeJacques Lucke
2019-09-12BLI: new StringRef and StringRefNull data structuresJacques Lucke
2019-09-12BLI: fix unregistering timer with same id twiceJacques Lucke
2019-09-12BLI: new C++ ArrayRef, Vector, Stack, ... data structuresJacques Lucke
2019-09-11Fix T69458: Edit Mesh selection bug from camera viewmano-wii
2019-09-09UI: File Browser Sizes in Binary for WindowsHarley Acheson
2019-09-09Fix compiler error in Windows introduced in 322c03f13cb5a756902f310c2a34cf788...Antonio Vazquez
2019-09-09Move callbacks API from BLI to BKESergey Sharybin
2019-09-09Timer: Use explicit re-initialization on file loadSergey Sharybin
2019-09-07Fix two bugs in delaunay blenlib function.Howard Trickey
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-09-06Copy Rotation: implement new mixing modes that actually work.Alexander Gavrilov
2019-09-05Mesh Batch Cache: Fix threading issueJacques Lucke
2019-09-05Cleanup: use backslash for doxygen commandsCampbell Barton
2019-09-05Cleanup: clang-formatCampbell Barton
2019-09-04Python API: add methods for reordering constraints.Alexander Gavrilov
2019-09-04Armature: add Inherit Scale options to remove shear or average the scale.Alexander Gavrilov
2019-09-03Drivers: support decomposing rotation into swing followed by twist.Alexander Gavrilov
2019-09-03UI: File Browser Design OverhaulJulian Eisel
2019-08-31Cleanup: rename natural string comparisonCampbell Barton
2019-08-30Cleanup: redundant lowercase in BLI_natstrcmpCampbell Barton
2019-08-30Fix BLI_array macro so can use BLI_strict_flags.h.Howard Trickey
2019-08-30Cleanup: spellingCampbell Barton
2019-08-30Windows: Move building of blendthumb into the blender codebase.Ray Molenkamp
2019-08-30Cleanup: clang-format, spellingCampbell Barton
2019-08-30Cleanup: no need to zero the area in beautify calculationCampbell Barton
2019-08-29Fix T56532: Boolean locks up BlenderCampbell Barton
2019-08-29Move math and vector double routines into blenlib from delaunay codeHoward Trickey
2019-08-27Cleanup: Fix build error with MSVCRay Molenkamp
2019-08-27Fix T68944: Added check for SSE4.1 to denoising node.Stefan Werner
2019-08-26Edit Mesh: New option "Split Edges & Faces" to "AutoMerge"mano-wii
2019-08-26Cleanup: use BLI_assertCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-20Cleanup: comparison warningCampbell Barton
2019-08-20BLI: double version of some math functions.YimingWu
2019-08-17Cleanup: spellingCampbell Barton