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
2014-12-27Fix T43034: beautify-fill leaves zero area tri'sCampbell Barton
2014-12-26optimize interp_weights_poly_v2, v3Campbell Barton
2014-12-26optimize interp_weights_poly_v2, v3Campbell Barton
2014-12-26cleanup: use cross_tri_v2 when area isn't needed.Campbell Barton
2014-12-22Fix T42966: Py_Initialize: Unable to get the locale encodingSergey Sharybin
2014-12-18cleanup: use const for smallhash & minor editsCampbell Barton
2014-12-17Fix triangulating concave quadsCampbell Barton
2014-12-17Docs: comments (hash table & beauty fill)Campbell Barton
2014-12-10Fixes for compilation with msvcSergey Sharybin
2014-12-09Smallhash: add support for iterating value pointersCampbell Barton
2014-12-09Fix T42488: Knife (selected_only + occlude) failedCampbell Barton
2014-12-09Fix T42630: Triangulate returns invalid face-mapCampbell Barton
2014-12-09Cleanup: remove scanfill define for polyfill codeCampbell Barton
2014-12-09Add edgehash remove, clear functions, Heap clearCampbell Barton
2014-12-09Cleanup: simplify heap popminCampbell Barton
2014-12-09Cleanup: remove unused pointer in HeapCampbell Barton
2014-12-08BMesh: ensure iterator macros assign to valid typesCampbell Barton
2014-12-07Correct defines for binrelocCampbell Barton
2014-12-06CMake: remove redundant include dirCampbell Barton
2014-12-02Followup to previous linked list commitSergey Sharybin
2014-12-02Use atomic operations in task poolSergey Sharybin
2014-12-02Use more unique allocation strings for new links in the listSergey Sharybin
2014-12-01Python: add 'render_write' callbackCampbell Barton
2014-12-01Cleanup: hopefully last int->bool one in this area!Bastien Montagne
2014-12-01Fix T42588: Absolute paths not cleaned on win32Campbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-25BLI_bitmap: add allocation from a MemArena.Bastien Montagne
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-24SCons: correct include for win, also minor cleanupCampbell Barton
2014-11-24SCons: correct includes after recent refactorCampbell Barton
2014-11-23Fix BLI_Bitmap - was not usable in BKE area (strict compile flags).Bastien Montagne
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-22Math Lib: add constant: M_SQRT1_3 1/sqrt(3)Campbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-21Task scheduler: Add an option to limit number of threads per poolSergey Sharybin
2014-11-20Fix T42638: Roll angle inconsistent flip in edit mode.Bastien Montagne
2014-11-18correct another problem with BLI_assertCampbell Barton
2014-11-18Error in last commit (broke release build)Campbell Barton
2014-11-18BLI_assert: print a backtrace with the errorCampbell Barton
2014-11-16Macros: ELEM() can now take 2 argsCampbell Barton
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16BLI_listbase: Add BLI_listbase_count_ex (sets a limit)Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-14Cleanup: use BLI_hash_ prefix for md5 apiCampbell Barton
2014-11-14Cleanup: headersCampbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-11-04Add utility macros to clamp all elements of 2,3,4 component vectorsSergey Sharybin