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-01-15Cleanup: comment line length (blenlib)Campbell Barton
2019-01-05Cleanup: avoid function call for pointer compareCampbell Barton
2018-12-30Cleanup: warnings (clang)Campbell Barton
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-23BLI_math_rotation: properly name the quaternion power function.Alexander Gavrilov
2018-12-19BLI_bitmap: add functions operating on the whole bitmask.Alexander Gavrilov
2018-12-18Cleanup: Typo in commentSergey Sharybin
2018-12-18Use proper buffer size for statisticsSergey Sharybin
2018-12-17Fix T59424: color wheel snaps to center, losing hue when value is zero.Sebastian Parborg
2018-12-17Fix T59404: Mistake in recent EdgeHash refactor broke edge generations in mes...Bastien Montagne
2018-12-13Color management: add OCIO aware utility functions for transform to/from XYZ.Brecht Van Lommel
2018-12-13Cleanup: macro hygiene, style, doxy commentsCampbell Barton
2018-12-13BLI_edgehash: assert when edges use the same vertCampbell Barton
2018-12-13BLI: New Edgehash and EdgeSet implementationJacques Lucke
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-12Docs: correct doxy commentsCampbell Barton
2018-12-09Simplified #ifdef to not silently fail on certain platformsSybren A. Stüvel
2018-12-08Cleanup: styleCampbell Barton
2018-12-07Move static `get_hostname()` to `BLI_hostname()` in `system.c`Sybren A. Stüvel
2018-12-04BLI_task: fix queue in work_and_wait, and support resetting.Alexander Gavrilov
2018-12-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-12-04Cleanup: SpellingSergey Sharybin
2018-12-01Merge branch 'master' into blender2.8Campbell Barton
2018-12-01Cleanup: styleCampbell Barton
2018-11-29Fix leak in CPU brand checkCampbell Barton
2018-11-29Fix leak in CPU brand checkCampbell Barton
2018-11-28Merge branch 'master' into blender2.8Sergey Sharybin
2018-11-28Tweaks for threading schedule for Threadripper2 and EPYCSergey Sharybin
2018-11-28Add utility function to query CPU brand stringSergey Sharybin
2018-11-27Cleanup: style, includesCampbell Barton
2018-11-26Timer: Generic BLI_timer with Python wrapperJacques Lucke
2018-11-21Cleanup: warningsCampbell Barton
2018-11-21Fix T57884: Triangle count is incorrect when above around 2 billionPhilipp Oeser
2018-11-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-11-20Task scheduler: Optimize parallel loop over listsSergey Sharybin
2018-11-17BLI: Math: Add normal_float_to_short_v4Clément Foucault
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-08Cleanup, spellingSergey Sharybin
2018-11-07Merge branch 'master' into blender2.8Campbell Barton
2018-11-07Cleanup: use BLI_compiler_compat.h for BLI_INLINECampbell Barton
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-11-06BLI_kdopbvh: add an option to use a priority queue in find_nearest.Alexander Gavrilov
2018-11-06Implement an Armature constraint that mimics the modifier.Alexander Gavrilov
2018-11-06Cleanup: rename fast-heap -> heap-simpleCampbell Barton
2018-11-06Cleanup: move fast heap into own source & headerCampbell Barton
2018-11-06Cleanup: styleCampbell Barton
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-11-05BLI_kdopbvh: reduce branching in calc_nearest_point_squared.Alexander Gavrilov