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
2015-01-06cleanup: warningsCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04Partial fix for T43113: Filebrowser: Empty folders do not contain go back arrow.Bastien Montagne
2015-01-03Cleanup: rename 'filelist' BLI funcs to consistent naming.Bastien Montagne
2015-01-03Refactor 'fit in camera view' code, and expose it to RNA.Bastien Montagne
2015-01-03Add some BLI helpers needed by asset branch.Bastien Montagne
2015-01-02cleanup: styleCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-28Fix buffer overrun calculating unique namesCampbell Barton
2014-12-28BLI_string_utf8: add BLI_strncpy_utf8_rlenCampbell Barton
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