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-21Fix build error in debug build on macOSBrecht Van Lommel
2019-09-19Cleanup: spellingCampbell Barton
2019-09-18BLI_tasks: simplify/generalize heuristic computing default chunk size.Bastien Montagne
2019-09-17DRW: Refactor to support draw call batchingClément Foucault
2019-09-14macOS: Replaced OSSpinLock with os_unfair_lock.Stefan Werner
2019-09-14MSVC: Fix macro collision with MSVC HeadersRay Molenkamp
2019-09-14BLI: make Map.add_or_modify more powerfulJacques Lucke
2019-09-14BLI: add utility to print VectorSet statsJacques Lucke
2019-09-14BLI: speedup adding to VectorSet by removing a checkJacques Lucke
2019-09-14BLI: remove non const accessors in VectorSetJacques Lucke
2019-09-14BLI: add missing includeJacques Lucke
2019-09-14BLI: rename SetVector to VectorSetJacques Lucke
2019-09-14BLI: Improve forwarding semantics of some data structuresJacques Lucke
2019-09-14Cleanup: use const args, variablesCampbell Barton
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