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
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-30PyAPI: add load_factory_startup_post handlerCampbell 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-28Cleanup: correct function signaturesCampbell Barton
2018-11-27Cleanup: style, includesCampbell Barton
2018-11-26Timer: Generic BLI_timer with Python wrapperJacques Lucke
2018-11-23Python API: bpy.app.handlers.depsgraph_update_pre/postJacques 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
2018-11-05BLI_heap: optimize heap_swap, heap_down and heap_up.Alexander Gavrilov
2018-11-04BLI_heap: add an API function to directly read the top node value.Alexander Gavrilov
2018-11-04Merge branch 'master' into blender2.8Campbell Barton
2018-11-04Fix ghash masking out upper bits on 64bit systemsCampbell Barton
2018-11-01Fix T57529: 2D image paint fill tool not taking into account alpha.Brecht Van Lommel
2018-10-28BLI: Add comment about to orthogonalize_m3/4Clément Foucault