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-03-04Math Lib: redundant axis flip decomposing a planeCampbell Barton
2015-03-03Windows: Add stacktrace support when unhandled exception occurs.Antony Riakiotakis
2015-03-02Fix dist_signed_squared_to_corner_v3v3v3 with concave cornersCampbell Barton
2015-02-27Fix T43834: Text object looses one char after another by entering/leaving edi...Bastien Montagne
2015-02-26Fix potential buffer overflow in `BLI_strncpy_wchar_as_utf8()`.Bastien Montagne
2015-02-23Fix interpolation functions ignoring number of components when doing early ou...Sergey Sharybin
2015-02-23BLI_utildefines: correct commentCampbell Barton
2015-02-23BLI_utildefines: add pointer offset macroCampbell Barton
2015-02-18Fix Windows build.Bastien Montagne
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton
2015-02-17Fix T43706: Creating a directory in the file browser (by typing it in the fil...Sergey Sharybin
2015-02-17assert when BLI_exists is called with NULL pathCampbell Barton
2015-02-16Math Lib: add dist_signed_squared_to_corner_v3v3v3Campbell Barton
2015-02-15Cleanup: BLI_listdir (direntry): get rid of usage of raw malloc/free here.Bastien Montagne
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-02-14cleanup: doxy commentsCampbell Barton
2015-02-13Make modifier_unique_name return whether modifier was renamed or notSergey Sharybin
2015-02-12Fix for previous commit - since it's for non-debug unused vars, name it UNUSE...Bastien Montagne
2015-02-12Add new UNUSED_VARS_DEBUG utils, which is NOP in debug build, but tags given ...Bastien Montagne
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-10Remove legacy color transform functions.Troy Sobotka
2015-02-10BLI_linklist: Add a new helper to move an item (identified by its current ind...Bastien Montagne
2015-02-08minor Windows include tweakMike Erwin
2015-02-08BoxPack: avoid using static vars (make threadsafe)Campbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-02-06Fix T43578: Beauty Triangulation would hang in infinite loop, due to float rp...Bastien Montagne
2015-02-05BLI_math vectors: add minmax_v3v3_v3_array to get min and max values on each ...Bastien Montagne
2015-02-03Revert "Keep mingw specific includes ifdef'd"Campbell Barton
2015-02-03Keep mingw specific includes ifdef'dCampbell Barton
2015-02-03MinGW64 complains about clock, include time.hAntony Riakiotakis
2015-02-01mathutils: added exponential map to QuaternionSybren A. Stüvel
2015-01-31Add PIL_check_seconds_timer_i to avoid castingCampbell Barton
2015-01-31Comment for math defines, also add M_PI_4Campbell Barton
2015-01-29Gooseberry request: Dithering support for byte images when painting onAntony Riakiotakis
2015-01-26Cleanup: current/parent paths: add helpers in BLI_path_utils.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2015-01-16Fix compilation error with strict compiler rulesSergey Sharybin
2015-01-16Fix T43275: Crash on Render when using 'save buffer' and render layer name co...Bastien Montagne
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2015-01-13Math Lib: improve area calculationCampbell Barton
2015-01-12BLI linkstack macros: do not prepend the 'anti-namespace-collision' to var name.Bastien Montagne
2015-01-10Fix building with very strict flags, use size_t rather than int for string le...Bastien Montagne
2015-01-10cleanup: style & warningsCampbell Barton
2015-01-09BLI_string: BLI_str_ends_with -> BLI_str_endswithCampbell Barton
2015-01-09BLI_math: add vector's dot_v3v3v3() func, for when you have three points inst...Bastien Montagne
2015-01-09BLI_rand: add a function returning a random point whithin given 2D triangle.Bastien Montagne
2015-01-09BLI: add 'A*' (AStar) shortest path solver algorithm.Bastien Montagne
2015-01-09Gooseberry animation request: Paste flipped pose in actionAntony Riakiotakis
2015-01-06cleanup: warningsCampbell Barton