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-09Fix T42630: Triangulate returns invalid face-mapCampbell Barton
2014-12-07Correct defines for binrelocCampbell Barton
2014-12-02Use atomic operations in task poolSergey Sharybin
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-09-25Move typecheck macros into own headerCampbell Barton
2014-08-27Add a reusable dial mechanism to get rotations around a center and anAntony Riakiotakis
2014-06-28CMake: update source filesCampbell Barton
2014-05-01Add BLI_compiler_compat.h to help with portabilityCampbell Barton
2014-04-18CMake was missing headerCampbell Barton
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-03-25Code cleanup: rename BLI_math_easing to BLI_easingCampbell Barton
2014-03-21Patch T22084: Robert Penner Easing Equations for FCurvesJoshua Leung
2014-02-13Mask: add option to detect self intersectionsCampbell Barton
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-15Fix for icon generation with MSVCCampbell Barton
2013-11-30Geometry API: polyfill2d, ear clipping polygon filling functions.Campbell Barton
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-10-03add cmake option WITH_MEM_VALGRIND, helps to track down errors with mempool u...Campbell Barton
2013-09-10add 2d convex hull utility function, BLI_convexhull_2d(), and python api math...Campbell Barton
2013-09-06sorting utility functions for simple cases - sorting pointers by float for ex...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-08-19Use reentrant qsort() in particle codesSergey Sharybin
2013-08-17add linklist stack macros, use where over allocating an array was previously ...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-20code cleanup: replace PARALLEL define with _OPENMPCampbell Barton
2013-04-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-01-19code cleanup: BLI_array.h's BLI_array_grow_items macro was unmanageable.Campbell Barton
2012-12-30Add BLI_buffer, an alternative to BLI_arrayNicholas Bishop
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-04cmake was missing some header files.Campbell Barton
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-11-10Solved issue with distorted compositor results in some casesSergey Sharybin
2012-10-19small quadric library ported from Laurence Bourn's LOD_decimator LOD_Quadric ...Campbell Barton
2012-09-05add missing files from cmakes listsCampbell Barton
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton
2012-08-06Add an array-based generic stack structure to blenlibNicholas Bishop
2012-06-14Keying Screen node from tomato branchSergey Sharybin
2012-05-25Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/..,Brecht Van Lommel
2012-04-28code cleanup: remove editmesh code left hanging around thats already been por...Campbell Barton
2012-04-27code cleanup:Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-08style cleanup: pep8 + picky editsCampbell Barton