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-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-06Use BKE_ghash_ensure_p where possibleCampbell Barton
2015-04-06GHash: ensure function, avoids multiple lookupsCampbell Barton
2015-04-06GHash: no reason to use GSetEntry in ghash APICampbell Barton
2015-04-04Cleanup: remove MSVC2008 workaroundCampbell Barton
2015-04-04Cleanup: move filelist out of storageCampbell Barton
2015-04-04Cleanup: redundant normalize in expmap_to_quatCampbell Barton
2015-04-04CMake: treat inline C files as headersCampbell Barton
2015-04-04Add missing declarationsCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-25Simplify recent commitCampbell Barton
2015-03-25Fix T44118: Rotated background image disappearsCampbell Barton
2015-03-23Cleanup: comments, styleCampbell Barton
2015-03-23Use same rgb -> greyscale for BLI_math as imbufCampbell Barton
2015-03-22Fix wrong sizeof() in new ghash hashing helpers code.Bastien Montagne
2015-03-21Cleanup: use tabsCampbell Barton
2015-03-20Fix stupid strict flags in math_color_inline.cSergey Sharybin
2015-03-19GHash - code reorganization, performance enhancements, add a few missing util...Bastien Montagne
2015-03-19Revert part of recent color-management commitCampbell Barton
2015-03-18Use fabsf for floatsCampbell Barton
2015-03-17BLI math vec: add 'abs' functions to get absolute values of a vector.Bastien Montagne
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-03-13Initial compilation support with C++11 featureset enabledSergey Sharybin
2015-03-09Math Lib: add mid_v3_v3v3v3v3Campbell Barton
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